Skip to content

Commit e05dd69

Browse files
Merge pull request #7 from NVIDIA-ISAAC-ROS/release-3.2
Improve robustness for dry run launch tests
2 parents 4cc6990 + 22d088d commit e05dd69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

nova_developer_kit_bringup/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>nova_developer_kit_bringup</name>
5-
<version>3.2.5</version>
5+
<version>3.2.13</version>
66
<description>
77
Launch files to run isaac ros apps on the Nova Carter robot.
88
</description>

nova_developer_kit_bringup/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ get_dummy_bag_path(DUMMY_BAG_PATH)
2222

2323
add_graph_startup_test(multi_cam_perceptor_dry_run
2424
launch/perceptor.launch.py
25+
DONT_CHECK_EXIT_CODE
2526
TIMEOUT 60
2627
ARGS "mode:=rosbag rosbag:=${DUMMY_BAG_PATH} run_rviz:=False run_foxglove:=False"
2728
)
2829

2930
add_graph_startup_test(single_cam_perceptor_dry_run
3031
launch/perceptor.launch.py
32+
DONT_CHECK_EXIT_CODE
3133
TIMEOUT 60
3234
ARGS "mode:=rosbag rosbag:=${DUMMY_BAG_PATH} run_rviz:=False run_foxglove:=False stereo_camera_configuration:=front_configuration"
3335
)

0 commit comments

Comments
 (0)