-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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
Move PositionControl logging (PSCN, PSCE, PSCD) into AC_AttitudeControl library #26351
Move PositionControl logging (PSCN, PSCE, PSCD) into AC_AttitudeControl library #26351
Conversation
304f862
to
acfa299
Compare
{ | ||
const struct log_PSCx pkt{ | ||
LOG_PACKET_HEADER_INIT(id), | ||
time_us : AP_HAL::micros64(), |
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.
nitpick: small whitespace issue but preexisting it seems..
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.
Build errors but in general this looks fine to me. Once it's tested you have my OK to merge.
acfa299
to
5e75961
Compare
5e75961
to
2950ff6
Compare
Build errors fixed. |
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.
I am happy with the clean up :)
Moves these closer to where they are used, less scattered across the codebase. We've done the same for a lot of libraries (e.g. the EKFs) and it has worked well.