Skip to content

ToshikiNakamura0412/turtlebot3_pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published