Skip to content
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

sensors: add vehicle_angular_acceleration #14034

Merged
merged 2 commits into from
Jan 27, 2020
Merged

Conversation

dagar
Copy link
Member

@dagar dagar commented Jan 27, 2020

@jlecoeur I was going to bring in sensors/vehicle_angular_acceleration from #13219, but a lot of the duplicate structure started to seem a bit wasteful compared to doing it in place next to angular velocity.

This also sets us up for using the raw FIFO data later (PX4/PX4-ECL#621 (comment)) if desired.

@dagar
Copy link
Member Author

dagar commented Jan 27, 2020

I'm open to suggestions if anyone would like to merge these into a single message.

@dagar dagar force-pushed the pr-vehicle_angular_acceleration branch from 9c11c2e to 35b96c8 Compare January 27, 2020 19:52
@dagar dagar requested review from jlecoeur and bresch January 27, 2020 19:55
Copy link
Contributor

@jlecoeur jlecoeur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right that this is better done in the same file.
I have no strong opinion regarding a combined topic. Synchronous read on the two topics in the rate controller was not obvious

@dagar
Copy link
Member Author

dagar commented Jan 27, 2020

Synchronous read on the two topics in the rate controller was not obvious

That was another little benefit to doing it this way. We can simply publish angular acceleration right before angular velocity and get away with it for now.

@dagar dagar force-pushed the pr-vehicle_angular_acceleration branch from a8ce9d6 to ef8d608 Compare January 27, 2020 21:06
@dagar dagar merged commit 1237402 into master Jan 27, 2020
@dagar dagar deleted the pr-vehicle_angular_acceleration branch January 27, 2020 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants