How does the Planer move plugin work?
I am trying to get the build a omni-directional robot in gazebo. I got it working model by applying forces to each wheel following this tutorial. But the problem is that I also need to do odometry, which I cannot do controlling the model this way. I want to do path planning and navigation.
I cam across this but I do not understand how I use it. Do I still control each wheel individual by setting commands to each wheel use the \cmd_vel topic? Or Do I ignore the individual wheel speeds and just use the /cmd_vel for the velocity of the robot? I have been stuck on this for a while