A basic path generation program for skid steer robots.
Currently built as an Eclipse project.
Run OfflineGenerator
Spline interface controls:
Mouse Wheel
- zoomMiddle Click + Drag
- pan
Left Click
- add waypoint
The blue circle represents position, the red diamond represents a velocity vector, and the green triangle represents an acceleration vector.
Left Click + Drag
- move control handleRight Click
- reverse the robot travel direction following that waypoint
Left Click
- delete waypoint
The top graph displays translational information, and the lower graph displays rotational information.
Reverse Translation
- reverses the translation information on the CSV output.Reverse Rotation
- reverses the rotation information on the CSV output.Zero Start Velocity & Acceleration
- forces the velocity and acceleration at the start time to zero (usually desired).Zero End Velocity & Acceleration
- forces the velocity and acceleration at the end time to zero (usually desired).