Browse Source

Changed plugin name from realsense to camera.

pull/32/head
hello-sanchez 3 years ago
parent
commit
25cc34e9fa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      stretch_gazebo/urdf/stretch_gazebo.urdf.xacro

+ 2
- 2
stretch_gazebo/urdf/stretch_gazebo.urdf.xacro View File

@ -167,7 +167,7 @@
</sensor>
</gazebo>
<gazebo>
<plugin name="realsense" filename="librealsense_gazebo_plugin.so">
<plugin name="camera" filename="librealsense_gazebo_plugin.so">
<depthUpdateRate>30</depthUpdateRate>
<colorUpdateRate>30</colorUpdateRate>
<infraredUpdateRate>30</infraredUpdateRate>
@ -528,7 +528,7 @@
<material>Gazebo/Black</material>
<minDepth>0.001</minDepth>
</gazebo>
<gazebo reference="link_gripper">
<mu1 value="100.0"/>
<mu2 value="200.0"/>

Loading…
Cancel
Save