-
Notifications
You must be signed in to change notification settings - Fork 58
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
Support custom sensors #9
Comments
How would custom sensors be represented in SDF? Is that possible at all? |
Here's a proposal for custom attributes and elements that's in the works and could come in handy here: http://sdformat.org/tutorials?tut=custom_elements_attributes_proposal |
Addressed in #100 |
This will be available from Ignition Fortress (v6). See the tutorial here: https://github.com/ignitionrobotics/ign-sensors/blob/main/tutorials/custom_sensors.md |
Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
Summary
Downstream users often need to create their own custom sensors. Ideally, they should be able to leverage Ignition Sensors' APIs for that.
Motivation
Users need the flexibility to implement sensors that don't make it into the Ignition Sensors library, because they want to keep the sensors private, or because the sensors are too specialized for some use case, or some other reason.
Describe alternatives you've considered
Users could always implement their sensors as custom Ignition Gazebo systems, but they wouldn't be able to make use of Ignition Sensors' features like custom noise and other convenient APIs.
Additional context
Ignition sensors already has a plugin architecture and each sensor is being released as its own component package. But we don't have any examples of a sensor implemented as an external library. Is that already supported? What's missing?
The text was updated successfully, but these errors were encountered: