Skip to content

Commit 8eaee5a

Browse files
committed
Fix dummy build
1 parent 1d9972c commit 8eaee5a

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

isaac_ros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ This repository contains example applications that demonstrate how to use the [I
99

1010
## Available Examples
1111

12-
- [zed_isaac_ros_nitros_sub](https://github.com/stereolabs/zed-ros2-examples/tree/main/isaac_ros/zed_isaac_ros_nitros_sub): A simple example that subscribes to ZED camera topics using NITROS and display communication benchmarks.
12+
- WIP - [zed_isaac_ros_nitros_sub](https://github.com/stereolabs/zed-ros2-examples/tree/main/isaac_ros/zed_isaac_ros_nitros_sub): A simple example that subscribes to ZED camera topics using NITROS and display communication benchmarks.
1313
- [zed_isaac_ros_april_tag](https://github.com/stereolabs/zed-ros2-examples/tree/main/isaac_ros/zed_isaac_ros_april_tag): An example that creates an Isaac ROS graphs to detects AprilTags in the ZED camera feed using Isaac ROS nodes.
1414

isaac_ros/zed_isaac_ros_april_tag/config/foo.txt

Whitespace-only changes.

isaac_ros/zed_isaac_ros_april_tag/launch/foo.txt

Whitespace-only changes.

isaac_ros/zed_isaac_ros_nitros_sub/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if(ROS2_FOUND)
7777

7878
# Install LAUNCH files
7979
install(DIRECTORY
80-
launch config rviz2
80+
launch config
8181
DESTINATION share/${PROJECT_NAME}
8282
)
8383

isaac_ros/zed_isaac_ros_nitros_sub/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:warning: This is a work in progress. The full example will be available soon :warning:
2+
13
# ZED Nitros Subscriber Example
24

35
This is a simple example that subscribes to ZED camera topics using NITROS and display communication benchmarks.

0 commit comments

Comments
 (0)