Skip to content
Snippets Groups Projects
Commit d63e9665 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

helena_description: updated xacro hokuyo/laser names and mesh

parent 47b1d587
No related branches found
No related tags found
No related merge requests found
File added
...@@ -120,9 +120,9 @@ ...@@ -120,9 +120,9 @@
</sensor> </sensor>
</gazebo> </gazebo>
<!-- hokuyo --> <!-- laser -->
<gazebo reference="front_hokuyo_link"> <gazebo reference="front_laser_link">
<sensor type="ray" name="head_front_hokuyo_sensor"> <sensor type="ray" name="head_front_laser_sensor">
<pose>0 0 0 0 0 0</pose> <pose>0 0 0 0 0 0</pose>
<visualize>false</visualize> <visualize>false</visualize>
<update_rate>40</update_rate> <update_rate>40</update_rate>
...@@ -150,16 +150,16 @@ ...@@ -150,16 +150,16 @@
<stddev>0.01</stddev> <stddev>0.01</stddev>
</noise> </noise>
</ray> </ray>
<plugin name="gazebo_ros_head_hokuyo_controller" filename="libgazebo_ros_laser.so"> <plugin name="gazebo_ros_head_laser_controller" filename="libgazebo_ros_laser.so">
<topicName>/helena/lasers/front_scan</topicName> <topicName>/helena/lasers/front_scan</topicName>
<frameName>/helena/front_hokuyo_link</frameName> <frameName>/helena/front_laser_link</frameName>
</plugin> </plugin>
</sensor> </sensor>
</gazebo> </gazebo>
<!-- hokuyo --> <!-- laser -->
<gazebo reference="rear_hokuyo_link"> <gazebo reference="rear_laser_link">
<sensor type="ray" name="head_rear_hokuyo_sensor"> <sensor type="ray" name="head_rear_laser_sensor">
<pose>0 0 0 0 0 0</pose> <pose>0 0 0 0 0 0</pose>
<visualize>false</visualize> <visualize>false</visualize>
<update_rate>40</update_rate> <update_rate>40</update_rate>
...@@ -187,9 +187,9 @@ ...@@ -187,9 +187,9 @@
<stddev>0.01</stddev> <stddev>0.01</stddev>
</noise> </noise>
</ray> </ray>
<plugin name="gazebo_ros_head_hokuyo_controller" filename="libgazebo_ros_laser.so"> <plugin name="gazebo_ros_head_laser_controller" filename="libgazebo_ros_laser.so">
<topicName>/helena/lasers/rear_scan</topicName> <topicName>/helena/lasers/rear_scan</topicName>
<frameName>/helena/rear_hokuyo_link</frameName> <frameName>/helena/rear_laser_link</frameName>
</plugin> </plugin>
</sensor> </sensor>
</gazebo> </gazebo>
......
...@@ -218,15 +218,15 @@ ...@@ -218,15 +218,15 @@
</inertial> </inertial>
</link> </link>
<joint name="front_hokuyo_joint" type="fixed"> <joint name="front_laser_joint" type="fixed">
<axis xyz="0 1 0" /> <axis xyz="0 1 0" />
<origin xyz="0.2 0 0.05" rpy="0 0 0"/> <origin xyz="0.2 0 0.05" rpy="0 0 0"/>
<parent link="top_plate"/> <parent link="top_plate"/>
<child link="front_hokuyo_link"/> <child link="front_laser_link"/>
</joint> </joint>
<!-- Hokuyo Laser --> <!-- Hokuyo Laser -->
<link name="front_hokuyo_link"> <link name="front_laser_link">
<collision> <collision>
<origin xyz="0 0 0" rpy="0 0 0"/> <origin xyz="0 0 0" rpy="0 0 0"/>
<geometry> <geometry>
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
<visual> <visual>
<origin xyz="0 0 0" rpy="0 0 0"/> <origin xyz="0 0 0" rpy="0 0 0"/>
<geometry> <geometry>
<mesh filename="package://helena_description/meshes/hokuyo.dae"/> <mesh filename="package://helena_description/meshes/uxm30lnp.stl"/>
</geometry> </geometry>
</visual> </visual>
...@@ -248,15 +248,15 @@ ...@@ -248,15 +248,15 @@
</inertial> </inertial>
</link> </link>
<joint name="rear_hokuyo_joint" type="fixed"> <joint name="rear_laser_joint" type="fixed">
<axis xyz="0 1 0" /> <axis xyz="0 1 0" />
<origin xyz="-0.2 0 0.05" rpy="0 0 3.14159"/> <origin xyz="-0.2 0 0.05" rpy="0 0 3.14159"/>
<parent link="top_plate"/> <parent link="top_plate"/>
<child link="rear_hokuyo_link"/> <child link="rear_laser_link"/>
</joint> </joint>
<!-- Hokuyo Laser --> <!-- Hokuyo Laser -->
<link name="rear_hokuyo_link"> <link name="rear_laser_link">
<collision> <collision>
<origin xyz="0 0 0" rpy="0 0 0"/> <origin xyz="0 0 0" rpy="0 0 0"/>
<geometry> <geometry>
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
<visual> <visual>
<origin xyz="0 0 0" rpy="0 0 0"/> <origin xyz="0 0 0" rpy="0 0 0"/>
<geometry> <geometry>
<mesh filename="package://helena_description/meshes/hokuyo.dae"/> <mesh filename="package://helena_description/meshes/uxm30lnp.stl"/>
</geometry> </geometry>
</visual> </visual>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment