/turtlebot3_pack

Batch installation of turtlebot3 repositories

MIT LicenseMIT

turtlebot3_pack

License: MIT

Batch installation of turtlebot3 repositories

install and build

# clone repository
cd /path/to/your/catkin_ws/src
git clone https://github.com/ToshikiNakamura0412/turtlebot3_pack.git
cd turtlebot3_pack
vcs import pkgs < .rosinstall

# build
cd /path/to/your/catkin_ws
rosdep install -riy --from-paths src --rosdistro noetic # Install dependencies
catkin build -DCMAKE_BUILD_TYPE=Release                 # Release build is recommended