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

Events interface #6396

Closed
wants to merge 4 commits into from
Closed

Events interface #6396

wants to merge 4 commits into from

Conversation

LorenzMeier
Copy link
Member

This adds a work queue handler which can spawn worker thread based on specific commands / events. This is useful for e.g. calibration.

bkueng and others added 4 commits January 20, 2017 00:22
It uses the LP worker queue to periodically check for vehicle commands (30hz),
useful for several housekeeping tasks.
Currently the only task is temperature calibration.

Commands can be started via command line or via vehicle_command (from
Mavlink)

TODO: need to spec & extend the mavlink command.

void do_temperature_calibration(int argc, char *argv[])
{
//TODO ...
Copy link
Member Author

Choose a reason for hiding this comment

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

@priseborough @bugobliterator This is where the online temp calibration should be going.

@bkueng
Copy link
Member

bkueng commented Jan 26, 2017

This is included & merged in #6425

@bkueng bkueng closed this Jan 26, 2017
@LorenzMeier LorenzMeier deleted the events_interface branch March 13, 2017 14:51
@coveralls
Copy link

Coverage Status

Coverage increased (+55.1%) to 73.182% when pulling 319f0f7 on events_interface into d42f8f4 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants