| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains a ROS workspace of Turtlebot3 ARM.
Clone the repository:
git clone git@github.com:citros-garden/turtlebot3.git
and then open the workspace in a container with VSCode reopen in container option.
Use the VSCode tasks to build, just run the build task.
Use the VSCode tasks to launch, currently there are 3 options:
Before launching, the system builds the ROS workspace, so no need to use colcon build and source the workspace before.
Add your custom nodes in a dedicated package, add the relevant launch file.
Images / Videos from Foxglove
docker build -t turtlebot3 .
# OR *** when building from MAC M1 chip add FROM --platform=linux/amd64 ***
docker buildx build --platform linux/amd64 -t turtlebot3 . citros login
citros docker-logindocker tag turtlebot3 us-central1-docker.pkg.dev/citros/lulav/turtlebot3
docker push us-central1-docker.pkg.dev/citros/lulav/turtlebot3| Back | FazBrowse Home | New Git URL |