Skip to content

Commit

Permalink
Merge pull request bponsler#1 from aarushsesto/laser-visualization-LA…
Browse files Browse the repository at this point in the history
…SERAGV-4664

Added a urdf file for the ease of laser scan visualization
  • Loading branch information
aarushg22 authored Jun 10, 2018
2 parents 08803df + be20b40 commit c2faffc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions launch/hokuyo_laser.urdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>

<robot name="hokuyo_laser">

<link name="world"/>

<joint name="world_to_laser_fixed" type="fixed">
<origin rpy="0 0 0" xyz="0 0 0"/>
<parent link="world"/>
<child link="laser"/>
</joint>

<link name="laser">
<visual>
<origin rpy="0 0 0" xyz="0 0 0"/>
<geometry>
<box size="0.1 0.1 0.1"/>
</geometry>
</visual>
</link>

</robot>

0 comments on commit c2faffc

Please sign in to comment.