path.jerryio icon indicating copy to clipboard operation
path.jerryio copied to clipboard

The best path editor in VRC for designing skills routes and generating path files.

Results 5 path.jerryio issues
Sort by recently updated
recently updated
newest added

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...

enhancement

This introduces a new format that generates boomerang code for xVecLib. ![Screenshot_20240509_165921](https://github.com/Jerrylum/path.jerryio/assets/119263049/f4d1226d-cb67-46c9-a021-fc1a6f74b5d8) 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...

dependencies

**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...

enhancement