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

mavlink add minimal mode #8947

Merged
merged 1 commit into from
Mar 4, 2018
Merged

mavlink add minimal mode #8947

merged 1 commit into from
Mar 4, 2018

Conversation

dagar
Copy link
Member

@dagar dagar commented Feb 23, 2018

New mavlink mode intended for the minimum telemetry stream needed for regular QGC usage over a slow serial radio with no ability to throttle (eg Dragonlink UHF without flow control).

@dagar dagar force-pushed the pr-mavlink_minimal branch 3 times, most recently from bfe716e to ea3a44f Compare February 23, 2018 03:07
@dagar
Copy link
Member Author

dagar commented Feb 23, 2018

image

@dagar
Copy link
Member Author

dagar commented Feb 23, 2018

Likely worth bumping attitude and position a bit. These are the most noticeable when using QGC.

Copy link
Member

@bkueng bkueng left a comment

Choose a reason for hiding this comment

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

One detail, otherwise good to go.

@@ -654,6 +654,22 @@ then
iridiumsbd start -d /dev/ttyS2
mavlink start -d /dev/iridium -b 19200 -m iridium -r 10
fi
if param compare SYS_COMPANION 519200
then
mavlink start -d /dev/ttyS2 -b 19200 -m minimal -r 1000
Copy link
Member

Choose a reason for hiding this comment

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

use ${MAVLINK_COMPANION_DEVICE}?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@dagar
Copy link
Member Author

dagar commented Mar 4, 2018

image

@dagar
Copy link
Member Author

dagar commented Mar 4, 2018

PWMSim cleanup in master freed up some flash.

@dagar dagar merged commit 5ef27c5 into master Mar 4, 2018
@dagar dagar deleted the pr-mavlink_minimal branch March 4, 2018 22:50
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.

2 participants