Browse Source

consistent with master

pull/34/head
nwright 3 years ago
parent
commit
eb7930819b
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

@ -170,7 +170,7 @@
</sensor> </sensor>
</gazebo> </gazebo>
<gazebo> <gazebo>
<plugin name="camera" filename="librealsense_gazebo_plugin.so">
<plugin name="realsense" filename="librealsense_gazebo_plugin.so">
<depthUpdateRate>30</depthUpdateRate> <depthUpdateRate>30</depthUpdateRate>
<colorUpdateRate>30</colorUpdateRate> <colorUpdateRate>30</colorUpdateRate>
<infraredUpdateRate>30</infraredUpdateRate> <infraredUpdateRate>30</infraredUpdateRate>
@ -201,7 +201,7 @@
<always_on>true</always_on> <always_on>true</always_on>
<visualize>false</visualize> <visualize>false</visualize>
<plugin name="imu_plugin" filename="libgazebo_ros_imu_sensor.so"> <plugin name="imu_plugin" filename="libgazebo_ros_imu_sensor.so">
<topicName>camera/imu/data</topicName>
<topicName>realsense/imu/data</topicName>
<bodyName>camera_gyro_frame</bodyName> <bodyName>camera_gyro_frame</bodyName>
<updateRateHZ>50.0</updateRateHZ> <updateRateHZ>50.0</updateRateHZ>
<gaussianNoise>0.001</gaussianNoise> <gaussianNoise>0.001</gaussianNoise>

Loading…
Cancel
Save