Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kariboo-corp/turtlebot-sbc-docker

Simple dockerfile to deploy embedded stack of turtlebot3 robots.
https://github.com/kariboo-corp/turtlebot-sbc-docker

docker humble raspberrypi robotics ros2 sbc turtlebot3

Last synced: 7 days ago
JSON representation

Simple dockerfile to deploy embedded stack of turtlebot3 robots.

Awesome Lists containing this project

README

        

# turtlebot-sbc-docker

These scripts are made for turtlebot 3 burger with LDS-01 lidar.

```bash
git clone https://github.com/Kariboo-Corp/turtlebot-sbc-docker.git

cd turtlebot-sbc-docker
chmod +x bringup_turtlebot.sh
chmod +x sbc_init.bash

./sbc_init.bash # may require sudo, run once !
./bringup_turtlebot.sh
```