Alterações no miitzhand_description.
authorGabriel Schmitz <gschmitz@ece.ufrgs.br>
Mon, 14 Jan 2019 17:43:19 +0000 (15:43 -0200)
committerGabriel Schmitz <gschmitz@ece.ufrgs.br>
Mon, 14 Jan 2019 17:43:19 +0000 (15:43 -0200)
miitzhand_description/launch/display.launch
miitzhand_description/launch/miitzhand.launch [moved from miitzhand_description/launch/urdf.launch with 100% similarity]
miitzhand_description/rviz/display.rviz [moved from miitzhand_description/rviz/miitzhand.rviz with 100% similarity]

index 9649664..5a1ccb7 100644 (file)
@@ -1,8 +1,8 @@
 <launch>
         <arg name="use_gui" default="true" />
-        <include file="$(find miitzhand_description)/launch/urdf.launch" />
-       <node pkg="tf2_ros" type="static_transform_publisher" name="montagem_publisher" args="0 0 0 0 0 0 1 map world" />
+        <include file="$(find miitzhand_description)/launch/miitzhand.launch" />
+       <node pkg="tf2_ros" type="static_transform_publisher" name="world_publisher" args="0 0 0 0 0 0 1 map world" />
        <node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" args="_use_gui:=$(arg use_gui)" />
         <node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
-        <node name="rviz" pkg="rviz" type="rviz" args="-d $(find miitzhand_description)/rviz/miitzhand.rviz" required="true" />
+        <node name="rviz" pkg="rviz" type="rviz" args="-d $(find miitzhand_description)/rviz/display.rviz" required="true" />
 </launch>