Skip to content

Commit

Permalink
Merge pull request #61 from NVIDIA-ISAAC-ROS/hemalshahNV-patch-4
Browse files Browse the repository at this point in the history
Add note to call out merging of image keys
  • Loading branch information
hemalshahNV authored Apr 6, 2023
2 parents 2f5541d + 3e2891e commit c3f4ce5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Isaac ROS Common

## Latest Update

Update 2023-04-05: Merged 'Dockerfile.humble' and 'Dockerfile.nav2' into 'Dockerfile.ros2_humble' as image key 'ros2_humble'.

## Overview

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.
Expand Down Expand Up @@ -33,7 +37,7 @@ If you write a file with the name `.isaac_ros_common-config` in the same directo

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

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

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

0 comments on commit c3f4ce5

Please sign in to comment.