-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
mavlink add minimal mode #8947
Conversation
bfe716e
to
ea3a44f
Compare
Likely worth bumping attitude and position a bit. These are the most noticeable when using QGC. |
ea3a44f
to
e24be6d
Compare
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.
One detail, otherwise good to go.
ROMFS/px4fmu_common/init.d/rcS
Outdated
@@ -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 |
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.
use ${MAVLINK_COMPANION_DEVICE}
?
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.
Done
e24be6d
to
842f3cb
Compare
842f3cb
to
a9ebc90
Compare
a9ebc90
to
1c2a808
Compare
PWMSim cleanup in master freed up some flash. |
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).