Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toshikinakamura0412/turtlebot3_pack

Batch installation of turtlebot3 repositories
https://github.com/toshikinakamura0412/turtlebot3_pack

mit-license ros ros-noetic simulator turtlebot3 vcs

Last synced: about 1 month ago
JSON representation

Batch installation of turtlebot3 repositories

Awesome Lists containing this project

README

        

# turtlebot3_pack

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Batch installation of turtlebot3 repositories

## install and build
```bash
# 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
```