autopilot icon indicating copy to clipboard operation
autopilot copied to clipboard

Distributed behavioral experiments

Results 60 autopilot issues
Sort by recently updated
recently updated
newest added

For a while I've been using a Parent Pi connected to multiple Child Pi (as discussed here: https://github.com/wehr-lab/autopilot/issues/101). This works, but with the annoying problem that the autopilot process on...

bug

This is a PR to fix (I think) the way ContinuousData is handled. I created an example Task called ex_ContData to illustrate the issue. This task returns both TrialData and...

I think this I'm probably missing something really obvious here, but when I run the "Nafc" example task, nothing renders on the plot. It's weird because I know it's at...

bug
gui

Raspis (and most linux distros i think?) automatically synchronize time by default, but raspis start with their timezone set as GMT. In addition to generating data that can be hard...

bug
enhancement

If you change the TrialData format (e.g. by adding new columns) and then try to rebuild the data table by reassigning to the same protocol with the same name, reassign_protocol...

My previous PR https://github.com/wehr-lab/autopilot/pull/166 was against main instead of dev. This is the same, except against dev. Also, wehr-lab/dev seems to be missing the bugfix https://github.com/wehr-lab/autopilot/commit/90956187d4222f16f67ab8b39b8359da954d5dcc that is in wehr-lab/main...

Add collated notes from discussion online with Jonny and Chris about how to use H264 with OpenCV/Anaconda on Windows. Hello Jonny! I wasn't sure where to put the collated notes,...

@Rowanon and I are installing autopilot on a fresh raspberry pi and running into some issues with jack, which I don't _think_ I had with previous versions of the OS....

`Subject` is one of our many beloved superfund sites. meta issue to track what needs to be done - [ ] Expose history table and all other stored data in...

related to https://github.com/wehr-lab/autopilot/issues/157 and https://github.com/wehr-lab/autopilot/issues/133 When the current_trial is not correctly passed to a task, and thus not correctly passed back in the resulting data, the Subject class will overwrite...

bug
embarassing