Skip to content

Improved trackers #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 11, 2020
Merged

Conversation

mwarb
Copy link
Member

@mwarb mwarb commented Nov 11, 2020

Fixes #2
Fixes #9
Fixes #45.

  • Trackers can update in LateUpdate, FixedUpdate or manually.
  • Throws an error if manually calling for a tracker to record while not in a trial.
  • Warnings if empty entries in tracked objects, and error thrown if duplicate Tracker.dataNames

- allowed trackers to be updated in LateUpdate, FixedUpdate or manually
- Added two extensions to Tracker for mouse tracking
- Added mouse tracking to Corsi example
- Unit test for manually recording row when not in trial
- Trial stops trackers recording on trial end
- throws error when more than one tracker has the same combination of object name and descriptor
- unit test for above
- give warning if empty entry in tracked objects
@jackbrookes jackbrookes merged commit 399fd31 into immersivecognition:master Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CursorTracker script? Improve timing for Tracker system Improve error handling for Trackers system
2 participants