AllenNeuralDynamics / Aind.Behavior.VrForaging

Task implemention of VR Foraging experiment
https://allenneuraldynamics.github.io/Aind.Behavior.VrForaging/
MIT License
2 stars 0 forks source link

Add calibration lookup table for treadmill brake #294

Closed bruno-f-cruz closed 4 days ago

bruno-f-cruz commented 2 months ago

This will likely require changing the current rig schema and adding a first citizen class to the aind behavior services There are two options to keep this data:

@Poofjunior can you give me an example of what data we should be keeping, along with domains of the data?

Once we decide this format, we also need to refactor the bonsai code to calibrate the online manipulation

Poofjunior commented 2 months ago

The calibration data I'm collecting is:

We want a table that stores:

bruno-f-cruz commented 2 months ago

Implemented in #289