Skip to content

Commit

Permalink
changed depth sensor RELIABILITY to BEST_EFFORT
Browse files Browse the repository at this point in the history
  • Loading branch information
grassjelly committed Feb 21, 2024
1 parent 55d5beb commit ed5da3b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion linorobot2_description/urdf/sensors/depth_sensor.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
<remapping>/camera/image_raw:=/camera/color/image_raw</remapping>
<remapping>/camera/points:=/camera/depth/color/points</remapping>
<remapping>/camera/depth/image_raw:=/camera/depth/image_rect_raw</remapping>
<qos>
<topic name="/camera/depth/color/points">
<publisher>
<reliability>best_effort</reliability>
</publisher>
</topic>
</qos>
</ros>
<min_depth>0.015</min_depth>
<max_depth>3.0</max_depth>
Expand All @@ -88,4 +95,3 @@
</gazebo>
</xacro:macro>
</robot>

0 comments on commit ed5da3b

Please sign in to comment.