Skip to content

Commit

Permalink
Add a launcher that make the binding with the sot easier.
Browse files Browse the repository at this point in the history
This script redirect the state_publisher into the namespace
dynamic_graph.

The script will move in the package sot-romeo in a close
future.
  • Loading branch information
Francois Keith committed Feb 19, 2013
1 parent a3de946 commit 717d130
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions romeo_description/launch/sot_display.launch
@@ -0,0 +1,12 @@
<launch>
<arg name="model" value="$(find romeo_description)/urdf/romeo_small.urdf"/>
<arg name="gui" default="True" />
<param name="robot_description" textfile="$(arg model)" />
<param name="use_gui" value="$(arg gui)"/>

<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" >
<env name="ROS_NAMESPACE" value="/dynamic_graph"/>
</node>
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find romeo_description)/launch/romeo.vcg" />
</launch>

0 comments on commit 717d130

Please sign in to comment.