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

Plugin loading functionality. #3

Closed
vooon opened this issue Jan 30, 2014 · 0 comments
Closed

Plugin loading functionality. #3

vooon opened this issue Jan 30, 2014 · 0 comments

Comments

@vooon
Copy link
Member

vooon commented Jan 30, 2014

Use plugins for extend mavlink<->ROS communications.

@vooon vooon closed this as completed Jan 30, 2014
vooon added a commit that referenced this issue Aug 11, 2014
jonbinney added a commit to jonbinney/mavros that referenced this issue Jul 14, 2015
@SyluxDX SyluxDX mentioned this issue Apr 8, 2016
This was referenced Sep 18, 2016
mortenfyhn added a commit to scoutdi/mavros-public that referenced this issue Apr 2, 2020
play_tune: Use tune_id as parameter.

play_tune: Run clang-format

play_tune: Fix buggy conditional

The check `!x > 0` evaluates as `(!x) > 0`, but this was probably intended to be
`!(x > 0)`.

However:

The tune id is unsigned, and tune id 0 means custom tune, which we don't
support, so we can simplify this to just issue an error if tune id is zero.

Check out tune_definition.desc in the PX4 Firmware repo.

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

No branches or pull requests

1 participant