You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.3 KiB

  1. <?xml version="1.0"?>
  2. <robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="stretch_laser_range_finder">
  3. <link
  4. name="laser">
  5. <inertial>
  6. <origin
  7. xyz="0 0 -0.000755956127492408"
  8. rpy="0 0 0" />
  9. <mass
  10. value="0.0749979022894495" />
  11. <inertia
  12. ixx="0"
  13. ixy="0"
  14. ixz="0"
  15. iyy="0"
  16. iyz="0"
  17. izz="0" />
  18. </inertial>
  19. <visual>
  20. <origin
  21. xyz="0 0 0"
  22. rpy="0 0 0" />
  23. <geometry>
  24. <mesh
  25. filename="package://stretch_description/meshes/laser.STL" />
  26. </geometry>
  27. <material
  28. name="">
  29. <color
  30. rgba="0.250980392156863 0.250980392156863 0.250980392156863 1" />
  31. </material>
  32. </visual>
  33. <collision>
  34. <origin
  35. xyz="0 0 0"
  36. rpy="0 0 0" />
  37. <geometry>
  38. <mesh
  39. filename="package://stretch_description/meshes/laser.STL" />
  40. </geometry>
  41. </collision>
  42. </link>
  43. <joint
  44. name="joint_laser"
  45. type="fixed">
  46. <origin
  47. xyz="0.000502800000000914 0 0.1664"
  48. rpy="0 0 -3.14159265358979" />
  49. <parent
  50. link="base_link" />
  51. <child
  52. link="laser" />
  53. <axis
  54. xyz="0 0 0" />
  55. </joint>
  56. </robot>