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 13
13
<arg name =" audio_play" default =" false" />
14
14
<arg name =" audio_device" default =" " />
15
15
<arg name =" rate" default =" 1.0" />
16
+ <arg name =" rviz_config" default =" $(find jsk_fetch_startup)/config/jsk_startup.rviz" />
16
17
17
18
<arg name =" RGB_CAMERA_INFO" value =" /head_camera/rgb/throttled/camera_info" />
18
19
<arg name =" RGB_IMAGE" value =" /head_camera/rgb/throttled/image_rect_color" />
108
109
args =" $(arg rosbag) $(arg loop_flag) --clock --start $(arg start_time) $(arg duration) -r $(arg rate)" output =" screen" />
109
110
110
111
<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) " />
112
113
</launch >
You can’t perform that action at this time.
0 commit comments