-
Notifications
You must be signed in to change notification settings - Fork 377
Add magnetic_field_sensor semantic component #2627
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
Add magnetic_field_sensor semantic component #2627
Conversation
controller_interface/include/semantic_components/magnetic_field_sensor.hpp
Outdated
Show resolved
Hide resolved
controller_interface/include/semantic_components/magnetic_field_sensor.hpp
Outdated
Show resolved
Hide resolved
controller_interface/include/semantic_components/magnetic_field_sensor.hpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can you please add a line to the release notes that this component was added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, the test is not added to the CMakeLists.txt, please add it there!
|
Thanks for the reviews! Everything is fixed except the release notes. I will fix them once #2646 is merged, to avoid merge conflicts. |
|
Don't know how I made so many mistakes in this PR. 🤦♂ |
df846fe
into
ros-controls:master
|
@christophfroehlich @saikishor, is a backport to Jazzy possible? |
(cherry picked from commit df846fe)
(cherry picked from commit df846fe)
(cherry picked from commit df846fe) Co-authored-by: Aarav Gupta <[email protected]>
Adds a new semantic component for magnetometers/
magnetic_field_sensors.I plan to add support for magnetometers to the imu_broadcaster (this will come with a
has_magnetometerparameter), as many IMUs have built-in magnetometers.Alongside this, I also plan on adding support for filtering to the broadcaster through the filters present in imu_tools.
Please review this PR and tell me if you are okay with the above.