-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# ROS 2 AGV Essentials | ||
|
||
A repo containing essential ROS2 features for controlling Autonomous Guided Vehicles (AGVs). | ||
|
||
## Pre-built Docker Images | ||
|
||
The following Docker images can be pulled by `docker pull <IMAGE_NAME>` or by `docker-compose pull` in the corresponding directory. | ||
|
||
Pulling the pre-built Docker images can bypass the time-consuming building process (for both docker-compose & devcontainers). | ||
|
||
| Docker Image | Description | | ||
|--------------|-------------| | ||
| [j3soon/ros2-template-ws](https://hub.docker.com/repository/docker/j3soon/ros2-template-ws/tags) | `./template_ws` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters