File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
nova_developer_kit_bringup Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ get_dummy_bag_path(DUMMY_BAG_PATH)
2222
2323add_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
2930add_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)
You can’t perform that action at this time.
0 commit comments