Diff_drive_controller - Question on RK function
Hello, In the diff_drive_controller plugin: https://github.com/ros-controls/ros_c...
What does the below line do? What is the 0.5 for?
const double direction = heading_ + angular * 0.5
The RK2 function is called when angular velocities are less than 1e-6 rads,