rviz loads user defined config file at startup
This commit is contained in:
@@ -11,10 +11,10 @@ Launch file for Teleoperating NAO project
|
||||
<!-- roscore is automatically started if none exists-->
|
||||
|
||||
<!-- condition for rviz to be started at launch-->
|
||||
<?ignore
|
||||
<?ignore?>
|
||||
<arg name="gui" default="false" />
|
||||
<param name="use_gui" value="$(arg gui)"/>
|
||||
?>
|
||||
|
||||
|
||||
<!-- aruco detector node-->
|
||||
<node pkg="teleoperation" type="aruco_detector" name="aruco_detector_node"/>
|
||||
@@ -27,6 +27,6 @@ Launch file for Teleoperating NAO project
|
||||
<!-- speech recognition and response node-->
|
||||
<node pkg="teleoperation" type="speech" name="speech_node"/>
|
||||
|
||||
<node name="rviz" pkg="rviz" type="rviz" required="true"/>
|
||||
<node name="rviz" pkg="rviz" type="rviz" args = " -d $(find teleoperation)/launch/rviz_config/nao.rviz" required = "true"/>
|
||||
|
||||
</launch>
|
||||
|
||||
Reference in New Issue
Block a user