Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create hokuyo gazebo plugin capable of dynamically reconfiguring rate and resolution (ros ticket #5024) #89

Open
ahendrix opened this issue Sep 9, 2013 · 0 comments

Comments

@ahendrix
Copy link
Member

ahendrix commented Sep 9, 2013

Running both the base and tilt lasers on the PR2 drains a lot of CPU because of the ray tracing that is done using ODE.

The gazebo_ros_laser plugin should be extended to allow some parameters of the laser to be reconfigured:

  • rayCount
  • rangeCount
  • minAngle
  • maxAngle
  • minRange
  • maxRange
  • updateRate
  • gaussianNoise
  • frameName
  • topicName

The rayCount and rangeCount numbers should have a sanity check, so if rayCount > rangeCount, it only generates the minimum number of needed rays.

trac data:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant