-
Notifications
You must be signed in to change notification settings - Fork 60
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
Hardware Configuration Manager #115
base: main
Are you sure you want to change the base?
Conversation
For details, see the companion request in the firmware: rosflight/rosflight_firmware#369. |
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.
Looking good! Thank you!
Just a few minor suggestions so far. However, it looks like your editor has indented everythin inside of the namespace rosflight_io { /* ... */ }
in rosflight_io.cpp
, which makes the diff impossible to read. Could you push another commit that fixes that?
Also, in config_manager.cpp
, if you wrap everything in namespace mavrosflight { /* ... */ }
you can get rid of the mavrosflight::
in front of all the function definitions, which would be more consistent with the rest of the code base.
As a note, this also adds the |
# Conflicts: # rosflight_sim/src/sil_board.cpp
This interfaces with the firmware hardware configuration manager. This adds two new services, config_set and config_get.