how to use the segbot package for navigation?
Hi,
Could anyone know how to use the segbot package (https://github.com/utexas-bwi/segbot) for navigation?
Currently what I can think is that the following three, but I don't know how to combine this segbot package with the navigation package (https://github.com/ros-planning/navigation)
- git clone https://github.com/utexas-bwi/segbot
- catkin_make in the catkin_ws folder
- roslaunch segbot.launch
Thank you in advance!