path.jerryio
path.jerryio copied to clipboard
The best path editor in VRC for designing skills routes and generating path files.
this adds an accordion that shows the real-time code output as described in issue #30
**Is your feature request related to a problem? Please describe.** Especially when using the path planner alongside LemLib's MTP commands, it's difficult to modify the code for existing paths by...
This introduces a new format that generates boomerang code for xVecLib.  Code exported: robo.set(59, -34); imu.set_rotation(270); ou.printCoords(); ou.moveToBoom( -59.924, -50.746, 347.5795700547434, 0.0672986800982153,5); ou.moveToBoom( -45.96, 36, 90, -0.12368406072104425,5);
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
**Is your feature request related to a problem? Please describe.** Holonomic drivetrains can move in any direction. This means that it can face a specific angle at any point in...