Gazebo | Ignition | Community
Ask Your Question
0

What is the meaning of <rayCount>, <rangeCount> and <laserCount> for laser sensor XML?

asked 2012-12-24 05:04:53 -0600

ChengXiang gravatar image

Hi, I am using simulating a laser sensor. However, I have some doubts about the meaning of some tags in the xml description. Even the ROS web page do not provide information on this. Can anyone explain what is the meaning of the above mentioned tag? Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-01-11 19:15:34 -0600

gerkey gravatar image

<rangeCount> is the number of data values you want to produce. <rayCount> is the number of simulated rays in the physics engine. If <rayCount> is smaller than <rangeCount>, then some range values will be produced by interpolation (you might do this to reduce CPU usage).

I don't know what <laserCount> does; I don't think that it's a valid tag.

Btw, you're apparently using a pretty old version of Gazebo, as these tags are from the pre-SDF-1.0 world file format. You should consider upgrading.

edit flag offensive delete link more

Comments

Thanks for clarifying. I am using version 1.6.16 simulator_gazebo with ROS, is that consider old?

ChengXiang gravatar imageChengXiang ( 2013-01-19 06:52:21 -0600 )edit

Question Tools

Stats

Asked: 2012-12-24 05:04:53 -0600

Seen: 393 times

Last updated: Jan 11 '13