ROS workspace for mbplanner_ros package
This workspace includes relevant packages to run with the mbplanner_ros.
git clone https://github.com/unr-arl/mbplanner_ws.git
Use the master
branch
cd mbplanner_ws
Use the melodic-devel
branch
cd mbplanner_ws
git checkout melodic-devel
Use the melodic-devel
branch
cd mbplanner_ws
git checkout melodic-devel
wstool init
# https:
wstool merge packages_https.rosinstall
# ssh: use following command to clone using ssh
# wstool merge packages_ssh.rosinstall
wstool update
catkin config -DCMAKE_BUILD_TYPE=Release
catkin build