How to make the Turtlebot rotate in place a set # of degrees/radians
I looked at the geometry_msgs::Twist class but that allows you to only set the velocity of a turn. I want to make the turtlebot slowly rotate in place a set number of radians/degrees on command.
Thanks!