ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

perception_pipeline limit the rate at which point clouds are sent from Gazebo

asked 2020-08-24 08:24:55 -0500

bgraysea gravatar image

updated 2022-06-05 11:40:29 -0500

lucasw gravatar image

I am looking for a way to only send a point cloud scan of my environment once per second. Is there a way to control this in Gazebo?

From http://docs.ros.org/kinetic/api/movei... I see

max_update_rate: The octomap representation will be updated at rate less than or equal to this value.

But this seems to relate to the octomap; is there a way to reduce the sampling rate from with in Gazebo?

And is max_update_rate to be read as per second? So with a value of 1 does that mean the octomap will be updated no more than once per second?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-08-24 08:30:02 -0500

bgraysea gravatar image

I believe I am looking for http://gazebosim.org/tutorials?tut=ro... ...

  <update_rate>30.0</update_rate>
Number of times per second a new camera image is taken within Gazebo. This is the maximum update rate the sensor will attempt during simulation but it could fall behind this target rate if the physics simulation runs faster than the sensor generation can keep up.
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-08-24 08:24:55 -0500

Seen: 147 times

Last updated: Aug 24 '20