Skip to content

v3.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tylertian123 tylertian123 released this 24 Jun 02:24
· 70 commits to master since this release

RobotPathfinder now has dynamic followers and motion profiles! A normal motion profile or trajectory is generated beforehand, and then followed using a normal follower. During the following process, the motion profile or trajectory is not modified. However, dynamic motion profiles are capable of being re-generated on-the-fly to better match the real-world conditions of the robot for maximum accuracy. Dynamic followers take advantage of this by periodically re-generating their target with a specified delay between re-generations.

Other changes include:

  • Fixing of the infamous issue #27 (segmentation faults)
  • Complete documentation for every class
  • New command line argument for the Trajectory Visualization Tool (--library-path=path/to/lib), which lets you specify the location of the dynamic library
  • Various bug fixes