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

Parametrize sensor description when using standard laser instead of gpu laser #27

Open
fjp opened this issue Feb 23, 2021 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@fjp
Copy link
Member

fjp commented Feb 23, 2021

On some platforms it is necessary to use the standard/cpu gazebo laser plugin instead of the gazebo gpu laser plugin (e.g. without dedicated gpu). Make it possible to switch between gazebo laser plugin and the gazebo gpu laser plugin and adjust the parameters (update rate, samples, ..) to avoid ghost objects:

noise-laser

See the description of turtlebot3 to avoid those issues.

Make sure to set reasonable range values to avoid hitting the robot model itself:

<range>
    <min>0.12</min>
    <max>12.0</max>
    <resolution>0.01</resolution>
  </range>

Update documentation:

@fjp fjp added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 23, 2021
@fjp fjp changed the title Parametrize sensor description when using standard laser instead of Parametrize sensor description when using standard laser instead of gpu laser Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant