SleipnirGroup / Choreo

A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition.
BSD 3-Clause "New" or "Revised" License
113 stars 34 forks source link

Compile trajectory optimizer to webassembly #30

Open nlaverdure opened 1 year ago

jlbabilino commented 11 months ago

Now that we've switched from running the app purely on the web to a native desktop app stack, this is unnecessary.

JoshuaAN commented 11 months ago

We could always run the app natively through Electron (and now Tauri). It was a goal to run on the web in addition though, I don't believe this has changed.

jlbabilino commented 11 months ago

Understood, I’ve adjusted the labels accordingly