Commit 7b344a9
authored
featchorefix: Ephys Link and Copilot updates (#589)
* Fix probe option highlighting
* Fix default driving speed not being set to 5
* Prep to split computation
* Set driving back to target status text
* bump version
* WIP fixing drive system
* Change namespaces
* Tested out unified space, need to flip some axes
* Created manipulator space, reworked 3-axis transform
* Depth now working (can remove directional check)
* 3 axis is incorrectly displaying depth drive
* Fixed left handed manipulator
* Right hand manipulator
* Fix file rearrangement
* Removed redundant code, debugging 3-axis
* WIP trying to fix 3-axis rotations
* WIP drew axes of transform and "fixed" rotations
* Fix transform operations again
* Renamed transforms
* Add dimension setter
* Removed old spaces
* Added NumAxes and dimensions
* Integrated axes and dimensions everywhere
* Bump minimum ephys link version
* Add shared dura position dictionary
* Wrote state manager
* Update JetBrains plugin
* Allow beta versions of Ephys Link
* Start implementing drive states
* Compute landmark depths, begin implementing drive
* WIP drive. Depth is not computed right...
* Fixed drop to depth, not computing full depth correctly
* Drive can complete
* Exiting
* Extract manipulatorId
* Bump Ephys Link
* Bump Ephys Link to 0.9.17
* Removed old code
* Increase insertion drive ceiling
* Return to surface button from stop
* Exit with DV
* Fixed coterminal function
* Added UI, created demo JSON
* Unable to read file from streaming assets, find alternative
* WIP reading from file
* Rig and brain scaling
* Set probe to line
* Got poster images, revert some steps
* Parsed data, creating UI
* Demo basic UI
* Validate connection and show start
* Move to idle
* Runs calibration, stop button does something
* Driven to entry coordinate
* Fixed entry coordinate in data
* Untested dura and insertion
* Incorrect drive, but others work
* Fixed depth coordinate
* Full loop
* Fixed bregma calibration step
* Change color to show progress
* Spin brain
* Coroutine based timer
* Stop demo when there are no manipulators
* WIP debugging depth
* Fixed demo retraction
* Upgrade rider
* Resolved immediate code errors
* Fix merge errors for ManipulatorBehaviorController.cs
* DrivePanelHandler.cs
* EphysCopilotHandler.cs
* InsertionSelectionPanelHandler.cs
* ManipulatorSpace.cs
* Remove Copilot demo
* Remove Copilot demo UI
* Echoing works with ump4
* Flip 3 axis pitch
* Switch to dimension constructor1 parent bca6a96 commit 7b344a9
File tree
45 files changed
+3449
-985
lines changed- Assets
- Prefabs/UI
- EphysCopilot
- SettingsMenu/Menus
- Scenes
- Scripts
- EphysLink
- Pinpoint
- CoordinateSystems
- Probes
- Controllers
- UI
- EphysCopilot
- EphysLinkSettings
- StreamingAssets
- Tests
- Packages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+3449
-985
lines changedLarge diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2750 | 2750 | | |
2751 | 2751 | | |
2752 | 2752 | | |
2753 | | - | |
| 2753 | + | |
2754 | 2754 | | |
2755 | 2755 | | |
2756 | 2756 | | |
| |||
2774 | 2774 | | |
2775 | 2775 | | |
2776 | 2776 | | |
2777 | | - | |
| 2777 | + | |
2778 | 2778 | | |
2779 | 2779 | | |
2780 | 2780 | | |
| |||
2862 | 2862 | | |
2863 | 2863 | | |
2864 | 2864 | | |
2865 | | - | |
| 2865 | + | |
2866 | 2866 | | |
2867 | 2867 | | |
2868 | 2868 | | |
| |||
3454 | 3454 | | |
3455 | 3455 | | |
3456 | 3456 | | |
3457 | | - | |
3458 | | - | |
| 3457 | + | |
| 3458 | + | |
3459 | 3459 | | |
3460 | 3460 | | |
3461 | 3461 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
987 | 987 | | |
988 | 988 | | |
989 | 989 | | |
990 | | - | |
991 | | - | |
| 990 | + | |
| 991 | + | |
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
| |||
1783 | 1783 | | |
1784 | 1784 | | |
1785 | 1785 | | |
1786 | | - | |
| 1786 | + | |
1787 | 1787 | | |
1788 | 1788 | | |
1789 | 1789 | | |
| |||
2427 | 2427 | | |
2428 | 2428 | | |
2429 | 2429 | | |
2430 | | - | |
2431 | | - | |
| 2430 | + | |
| 2431 | + | |
2432 | 2432 | | |
2433 | 2433 | | |
2434 | 2434 | | |
| |||
2544 | 2544 | | |
2545 | 2545 | | |
2546 | 2546 | | |
2547 | | - | |
| 2547 | + | |
2548 | 2548 | | |
2549 | 2549 | | |
2550 | 2550 | | |
| |||
2622 | 2622 | | |
2623 | 2623 | | |
2624 | 2624 | | |
2625 | | - | |
| 2625 | + | |
2626 | 2626 | | |
2627 | 2627 | | |
2628 | 2628 | | |
| |||
3003 | 3003 | | |
3004 | 3004 | | |
3005 | 3005 | | |
3006 | | - | |
3007 | | - | |
| 3006 | + | |
| 3007 | + | |
3008 | 3008 | | |
3009 | 3009 | | |
3010 | 3010 | | |
| |||
3170 | 3170 | | |
3171 | 3171 | | |
3172 | 3172 | | |
3173 | | - | |
| 3173 | + | |
3174 | 3174 | | |
3175 | 3175 | | |
3176 | 3176 | | |
| |||
0 commit comments