Skip to content

Commit b546cec

Browse files
authored
Merge pull request #105 from j3soon/docs/last-tested
Add info on last tested commit
2 parents 83d6fd8 + 5424178 commit b546cec

File tree

24 files changed

+50
-2
lines changed

24 files changed

+50
-2
lines changed

docs/aloha-ws/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
![Docker image version](https://img.shields.io/docker/v/j3soon/ros2-aloha-ws)
1010
![Docker image size](https://img.shields.io/docker/image-size/j3soon/ros2-aloha-ws)
1111

12-
> This workspace may only work with Isaac Sim 4.5.0, and require code update to support the latest version.
13-
12+
> This workspace may only work with Isaac Sim 4.5.0, and require code update to support the latest version.
1413
> (TODO: Update the code to support the latest Isaac Sim. Refer to the commit history of [turtlebot3-ws](../turtlebot3-ws/) for more details.)
1514
15+
> Last tested on commit [d24f0a1](https://github.com/j3soon/ros2-essentials/commit/d24f0a12609ffb2aea245cba4462e46b18577e4e) by [@j3soon](https://github.com/j3soon).
16+
1617
## 🐳 Start Container
1718

1819
> Make sure your system meets the [system requirements](https://j3soon.github.io/ros2-essentials/#system-requirements) and have followed the [setup instructions](https://j3soon.github.io/ros2-essentials/#setup) before using this workspace.

docs/delto-gripper-ws/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
This repository will help you configure the environment for Delto Gripper quickly.
1313

14+
> Last tested on TODO.
15+
1416
## 🐳 Start Container
1517

1618
> Make sure your system meets the [system requirements](https://j3soon.github.io/ros2-essentials/#system-requirements) and have followed the [setup instructions](https://j3soon.github.io/ros2-essentials/#setup) before using this workspace.

docs/docker-modules/cartographer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
ROS2 Cartographer. (Only installed by default for the template workspace.)
66

7+
> Last tested on TODO.
8+
79
To enable Cartographer, set the `CARTOGRAPHER` argument to `YES` in the `compose.yaml` file of your desired workspace (e.g., `husky_ws/docker/compose.yaml`). After making these changes, rebuild the Docker image.
810

911
> TODO: Remove duplicate content from the template workspace below.

docs/docker-modules/claude-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Claude Code CLI for AI-assisted development directly inside workspace containers.
66

7+
> Last tested on commit [d43ad1c](https://github.com/j3soon/ros2-essentials/commit/d43ad1c11075808d5fbf194c5979ffedec213b5e) by [@j3soon](https://github.com/j3soon).
8+
79
To enable Claude Code CLI, set the `CLAUDE_CODE` argument to `YES` in the `compose.yaml` file of your desired workspace (e.g., `template_ws/docker/compose.yaml`). After making these changes, rebuild the Docker image.
810

911
> **Notice - Subscription required:** Claude Code is a third-party service that requires an active Anthropic account or subscription to use. This module only installs the CLI; you need an active subscription to use it.

docs/docker-modules/codex.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Codex CLI for AI-assisted development directly inside workspace containers.
66

7+
> Last tested on commit [d43ad1c](https://github.com/j3soon/ros2-essentials/commit/d43ad1c11075808d5fbf194c5979ffedec213b5e) by [@j3soon](https://github.com/j3soon).
8+
79
To enable Codex CLI, set the `CODEX` argument to `YES` in the `compose.yaml` file of your desired workspace (e.g., `template_ws/docker/compose.yaml`). After making these changes, rebuild the Docker image.
810

911
> **Notice - Subscription required:** Codex is a third-party service that requires an active OpenAI account or subscription to use. This module only installs the CLI; you need an active subscription to use it.

docs/docker-modules/cuda-toolkit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
CUDA Toolkit 12.6 Deb Install. (Not installed by default.)
66

7+
> Last tested on commit [14e949a](https://github.com/j3soon/ros2-essentials/commit/14e949ae986aee39cc7913a804ba07b50b5b3855) by [@j3soon](https://github.com/j3soon).
8+
79
To enable CUDA Toolkit, set the `CUDA_TOOLKIT_VERSION` argument to `12.6` in the `compose.yaml` file of your desired workspace (e.g., `template_ws/docker/compose.yaml`). After making these changes, rebuild the Docker image.
810

911
Make sure your GPU driver version supports the CUDA Toolkit version you want to install. For example, CUDA 12.6 requires Linux driver version >=560.35.05 on x86_64. See [Table 3 in the CUDA Toolkit Release Notes](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html) for more information.

docs/docker-modules/isaac-lab.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Isaac Lab 2.1.0 Git Install.
66

7+
> Last tested on commit [1f46f18](https://github.com/j3soon/ros2-essentials/commit/1f46f185edc1cd624c7bb42590be095c776364e5) by [@j3soon](https://github.com/j3soon).
8+
79
Depends on:
810

911
- Vulkan Configuration

docs/docker-modules/isaac-ros.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
77
Isaac ROS 3.2. (Not installed by default.)
88

9+
> Last tested on commit [14e949a](https://github.com/j3soon/ros2-essentials/commit/14e949ae986aee39cc7913a804ba07b50b5b3855) by [@j3soon](https://github.com/j3soon).
10+
911
Depends on:
1012

1113
- ROS 2 Humble

docs/docker-modules/isaac-sim.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Isaac Sim 5.0.0 Binary Install.
66

7+
> Last tested on commit [d43ad1c](https://github.com/j3soon/ros2-essentials/commit/d43ad1c11075808d5fbf194c5979ffedec213b5e) by [@j3soon](https://github.com/j3soon).
8+
79
Depends on:
810

911
- Vulkan Configuration

docs/docker-modules/newton-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ URDF-to-USD and MJCF-to-USD converter tools from Newton Physics.
66

77
To enable Newton Tools, set the `NEWTON_TOOLS` argument to `YES` in the `compose.yaml` file of your desired workspace (e.g., `template_ws/docker/compose.yaml`). After making these changes, rebuild the Docker image.
88

9+
> Last tested on commit [1e1cd11](https://github.com/j3soon/ros2-essentials/commit/1e1cd1164077924c226c39557d4a384042522a00) by [@j3soon](https://github.com/j3soon).
10+
911
## Usage
1012

1113
The module installs these converters via pip during Docker image build:

0 commit comments

Comments
 (0)