-
Notifications
You must be signed in to change notification settings - Fork 27
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
Expose sensors #199
Comments
Relevant comment for the camera interface ami-iit/bipedal-locomotion-framework#110 (comment) by @traversaro |
Relevant tutorial http://gazebosim.org/tutorials?tut=performance_metrics |
This issue is still open and there's not yet a clear plan to solve it. I still have to find a proper way to implement it. Something that came in my mind is that this should be much easier if the This would require some support from upstream, but considering that in Ignition Garage there might be an effort to create official Python bindings, this could go in a compatible direction with upstream. On top of them, some new ScenarIO sensors interfaces could be created and exposes so that we can implement sensors also for new backends when we will have more. |
Note Cleaning up old issues and pull requests I opened over the past years that are now outdated or stale. If this is still relevant, feel free to reopen it or create a new one with updated details. Thanks! |
This issue is here as a placeholder to track the task of exposing the sensors supported by Ignition Gazebo to our ScenarI/O bindings.
Our external contributor @wolfgangschwab is currently trying to get the Lidar sensors working, facing quite a few problems.
Exposing sensors is not something we currently need with high urgency, but as soon as we find some bandwidth I would prioritize:
Something of our interest is also exposing and give the possibility to easily configure the noise parameters of all these sensors. In fact, this noise can be treated as a randomizable quantity #41.
The text was updated successfully, but these errors were encountered: