Author: Maurice Rahme
This package is an implementation of 2D Lie Group Operations and Differential Drive Kinematics based on Modern Robotics by Kevin Lynch. Visit my website for details
2D Lie Group operations Library. Includes Transform, Vector, and Twist operations. Run rigid2d_node.cpp
to test it for yourself.
Differential Drive Kinematics Library. Run odometer_node.cpp
for odometry estimates based on wheel angles. Run fake_diff_encoders_node.cpp
to publish fake wheel angles to /joint_states
, read by odometer_node.cpp
.
Waypoint navigation Library with Proportional Bang-Bang control.