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.

62 lines
1.5 KiB

  1. <?xml version="1.0"?>
  2. <robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="stretch_respeaker">
  3. <link name="respeaker_base">
  4. <inertial>
  5. <origin
  6. xyz="-0.00078082896792734 0.00765742173486017 -0.0042488298301937"
  7. rpy="0 0 0" />
  8. <mass
  9. value="0.00969129410417277" />
  10. <inertia
  11. ixx="8.95656300428405E-07"
  12. ixy="2.67330745809535E-08"
  13. ixz="-3.84519793580934E-08"
  14. iyy="4.0421099617056E-07"
  15. iyz="3.15533542838673E-07"
  16. izz="7.08282597118018E-07" />
  17. </inertial>
  18. <visual>
  19. <origin
  20. xyz="0 0 0"
  21. rpy="0 0 0" />
  22. <geometry>
  23. <mesh
  24. filename="package://stretch_description/meshes/link_respeaker.STL" />
  25. </geometry>
  26. <material
  27. name="">
  28. <color
  29. rgba="0.792156862745098 0.819607843137255 0.933333333333333 1" />
  30. </material>
  31. </visual>
  32. <collision>
  33. <origin
  34. xyz="0 0 0"
  35. rpy="0 0 0" />
  36. <geometry>
  37. <mesh
  38. filename="package://stretch_description/meshes/link_respeaker.STL" />
  39. </geometry>
  40. </collision>
  41. </link>
  42. <joint
  43. name="joint_respeaker"
  44. type="fixed">
  45. <!-- rpy=" ? rotate_sound_source_direction ? " -->
  46. <origin
  47. xyz="1.09074743137871E-05 1.36992 0.00303572796911382"
  48. rpy="1.57079632679553 0.0 3.14159265358916" />
  49. <parent
  50. link="link_mast" />
  51. <child
  52. link="respeaker_base" />
  53. <axis
  54. xyz="0 0 0" />
  55. </joint>
  56. </robot>