diff --git a/src/ros2/README.md b/src/ros2/README.md new file mode 100644 index 0000000..3b0aefc --- /dev/null +++ b/src/ros2/README.md @@ -0,0 +1,24 @@ + +# ROS 2 (ros2) + +Robot Operating System (ROS) 2 + +## Example Usage + +```json +"features": { + "ghcr.io/adamlm/devcontainer-features/ros2:0": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Select or enter a ROS 2 release. | string | humble | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/adamlm/devcontainer-features/blob/main/src/ros2/devcontainer-feature.json). Add additional notes to a `NOTES.md`._