Commit 8d8f28da authored by Günter Niemeyer's avatar Günter Niemeyer
Browse files

Added back Laser Frame to URDF

This in an effort to fix issues.  It should be redundant and
unnecessary.  The depthtolaserscan node should also be publishing the
camera -> laser transform.  They should be the same, but to avoid
contention I had removed the laser frame from the URDF.  Apparently
the depthtolaserscan node may not be broadcasting, so added back in to
make sure someone is.
parent 04504e30
No related merge requests found
Showing with 20 additions and 0 deletions
+20 -0
......@@ -90,4 +90,14 @@
<link name="camera_link"/>
<!-- Laser scanner (placed at camera but horizontal) -->
<!-- Careful: the angle must match the 17deg above! -->
<joint name="cameratolaser" type="fixed">
<parent link="camera_link"/>
<child link="laser"/>
<origin xyz="0 0 0" rpy="0 0.297 0"/>
</joint>
<link name="laser"/>
</robot>
......@@ -90,4 +90,14 @@
<link name="camera_link"/>
<!-- Laser scanner (placed at camera but horizontal) -->
<!-- Careful: the angle must match the 17deg above! -->
<joint name="cameratolaser" type="fixed">
<parent link="camera_link"/>
<child link="laser"/>
<origin xyz="0 0 0" rpy="0 0.297 0"/>
</joint>
<link name="laser"/>
</robot>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment