Skip to content

Commit c3f4ce5

Browse files
authored
Merge pull request #61 from NVIDIA-ISAAC-ROS/hemalshahNV-patch-4
Add note to call out merging of image keys
2 parents 2f5541d + 3e2891e commit c3f4ce5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Isaac ROS Common
22

3+
## Latest Update
4+
5+
Update 2023-04-05: Merged 'Dockerfile.humble' and 'Dockerfile.nav2' into 'Dockerfile.ros2_humble' as image key 'ros2_humble'.
6+
37
## Overview
48

59
The [Isaac ROS Common](https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_common) repository contains a number of scripts and Dockerfiles to help streamline development and testing with the Isaac ROS suite.
@@ -33,7 +37,7 @@ If you write a file with the name `.isaac_ros_common-config` in the same directo
3337

3438
| Key | Type | Description | Examples |
3539
| --------------------------- | -------------------- | ----------------------------------------------------------- | ------------------------------------- |
36-
| `CONFIG_IMAGE_KEY` | String | Image key with period-delimited components | `ros2_humble.realsense` <br> `humble` |
40+
| `CONFIG_IMAGE_KEY` | String | Image key with period-delimited components | `ros2_humble.realsense` <br> `first.second.third` |
3741
| `CONFIG_DOCKER_SEARCH_DIRS` | Bash array of string | List of directories to search for Dockerfiles when matching | `($HOME/ros_ws/docker $HOME/docker)` |
3842

3943
For example, if you had the following directory structure:
@@ -105,7 +109,7 @@ This package is designed and tested to be compatible with ROS 2 Humble running o
105109

106110
| Date | Changes |
107111
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
108-
| 2023-04-05 | Experimental support for WSL2 |
112+
| 2023-04-05 | Experimental support for WSL2, merged image keys 'humble' and 'nav2' into 'ros2_humble' |
109113
| 2022-10-19 | Minor updates and bugfixes |
110114
| 2022-08-31 | Update to be compatible with JetPack 5.0.2 |
111115
| 2022-06-30 | Support ROS 2 Humble and miscellaneous bug fixes. |

0 commit comments

Comments
 (0)