Pinpoint icon indicating copy to clipboard operation
Pinpoint copied to clipboard

Multi-probe trajectory planning in an intuitive 3D environment

Results 134 Pinpoint issues
Sort by recently updated
recently updated
newest added

The demo loop visualization polling EphysLink every 10ms dispatched Redux state updates at the same rate, overwhelming the GC. ## Changes **ProbeController.cs** - Added local fields for visualization position updates...

I think there's a memory leak during the demo loop (in ephyslinkservice) visualizing the probe's position creates too many state updates than the GC can clean up. First, identify if...

Implements save/load of scene, atlas, and rig state to JSON files via File menu, following the `LocalStorageService` pattern. ## Changes ### New Components - **`FileStorageService`**: Handles JSON file I/O with...

- Save scene state to a local JSON file through the save menu item on the main UI App UI document - Load scene state from a local JSON file....

When automation is active in the state system and the UI turns over to it, memory usage grows, spikes, and then resets. It's unclear what is causing this but the...

It's possible incorrect state is being saved and state dispatches cause other things to occur - The modal closes after pressing the connect button (should not do that) - The...

Currently, it defaults to 0,0,0 which moves the probes unexpectedly far away. If there isn't a saved reference coordinate offset, use the manipulator's current position (it assumes manipulator is already...

- [ ] Convert to OBJ - [ ] Import and add as new probe type - [ ] Convert into new probe library format? [08000-M-0004 with 06474-M-0004.STEP.zip](https://github.com/user-attachments/files/20661713/08000-M-0004.with.06474-M-0004.STEP.zip)

feature