UbiquityRobotics / move_basic

A minimal navigation node
BSD 3-Clause "New" or "Revised" License
69 stars 21 forks source link

Visualize robot's path in Rviz #68

Closed dorkamotorka closed 3 years ago

dorkamotorka commented 3 years ago

It would be nice to have a vizualization of the robot path. Currently we are publishing our planned path (in move_basic) to /plan topic, which draws a straight line between the current position and the goal. The fact that now we are implementing a smooth drive, we should visualize the trajectory in the same manner. This will be more feasible when #53 closes.