pathplanner icon indicating copy to clipboard operation
pathplanner copied to clipboard

UI for generating trajectories with Pathfinder, based off of Vannaka's Motion Profile Generator

Results 6 pathplanner issues
Sort by recently updated
recently updated
newest added

The GUI loads up, and I'm able to place the initial point down. However, when I want to add more points, it won't show on the graph or table. Once...

Please help. ``` java.io.FileNotFoundException: File /pathfinderjava.dll was not found inside JAR. at com.mammen.util.NativeUtils.loadLibraryFromJar(NativeUtils.java:105) at com.mammen.ui.javafx.MainUIController.initialize(MainUIController.java:130) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at...

It would be really useful if you could either drag a waypoint or click to select it then click to change its location.

enhancement

Add a robot length and width to the configuration. Draw a rectangle of those dimensions centered on each waypoint and angled based on the waypoint's angle, to show the robot...

enhancement

Depending on monitor, FX controls can become oversized and cramped on UI. E.g.: on an Acer Aspire E15, with a 1920x1080 display, controls become cramped. Chances are this can be...

bug
help wanted

Build other OS natives for Jaci's Pathfinder and rebuild. - [ ] Linux (x64) - [ ] macOS (x64)

enhancement
help wanted