File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
jsk_fetch_robot/jsk_fetch_startup/launch Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313 <arg name =" audio_play" default =" false" />
1414 <arg name =" audio_device" default =" " />
1515 <arg name =" rate" default =" 1.0" />
16+ <arg name =" rviz_config" default =" $(find jsk_fetch_startup)/config/jsk_startup.rviz" />
1617
1718 <arg name =" RGB_CAMERA_INFO" value =" /head_camera/rgb/throttled/camera_info" />
1819 <arg name =" RGB_IMAGE" value =" /head_camera/rgb/throttled/image_rect_color" />
108109 args =" $(arg rosbag) $(arg loop_flag) --clock --start $(arg start_time) $(arg duration) -r $(arg rate)" output =" screen" />
109110
110111 <node pkg =" rviz" type =" rviz" name =" $(anon rviz)" if =" $(arg gui)"
111- args =" -d $(find jsk_fetch_startup)/config/jsk_startup.rviz " />
112+ args =" -d $(arg rviz_config) " />
112113</launch >
You can’t perform that action at this time.
0 commit comments