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 telemetry stream rates #4052

Closed
wants to merge 19 commits into from
Closed

Mavlink telemetry stream rates #4052

wants to merge 19 commits into from

Conversation

raul-ortega
Copy link
Contributor

This will allow users to decide which telemetry data stremas will be sent, and its frequency, to ground station. It will be very useful for people who only needs to send gps data to one tracker for aplications where the fluidity in movement is important.

mavlink_extended_status_rate
mavlink_rc_channels_rate
mavlink_position_rate
mavlink_extra1_rate
mavlink_extra2_rate

If the value is 0 the data stream will not be sent, however if the value is 1 or higer it will be sent with that frequency, e.g.:

set mavlink_extended_status_rate=0
set mavlink_rc_channels_rate=0
set mavlink_position_rate=5
set mavlink_extra1_rate=0
set mavlink_extra2_rate=0

Only position data stremas will be sent at a frequency of 5Hz.

raul-ortega and others added 9 commits December 2, 2018 02:16
telemetry streams. This will allow users to decide which telemetry data
will be sent to ground station. It will be very useful for people that
only needs to send gps data to one tracker for aplications where the
fluidity in movement is important
  
mavlink_extended_status_rate 
mavlink_rc_channels_rate
mavlink_position_rate
mavlink_extra1_rate
mavlink_extra2_rate
@shellixyz shellixyz added this to the 2.1 milestone Dec 17, 2018
@Schakus
Copy link

Schakus commented Jan 27, 2019

Is it implemented in the current version? I want to use it via FPORT Telemetry.

@digitalentity digitalentity modified the milestones: Future, 2.2 Feb 25, 2019
@shellixyz
Copy link
Collaborator

Superseded by #4741, closing

@shellixyz shellixyz closed this May 25, 2019
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.

None yet

8 participants