Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-db authored and Hwurzburg committed Mar 7, 2025
1 parent 0768c52 commit 0e8733f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/source/docs/mavlink-requesting-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Here are some example commands that can be copy-pasted into MAVProxy (aka SITL)

.. warning::

If the telemetry link is shared (i.e. multiple GCSs or a GCS and a companion computer) there can be conflicting requests. The most common example is the Mission Planner using the REQUEST_DATA_STREAM method while a companion copmuter uses SET_MESSAGE_INTERVAL method. Mission Planner at least allows turning off the REQUEST_DATA_STREAM requests by setting the rates to "-1" (see :ref:`Setting the Datarate <planner:mission-planner-telemetry-logs-setting-the-datarate>`). MAVProxy users can ``set streamrate -1``.
If the telemetry link is shared (i.e. multiple GCSs or a GCS and a companion computer) there can be conflicting requests. The most common example is the Mission Planner using the REQUEST_DATA_STREAM method while a companion computer uses SET_MESSAGE_INTERVAL method. Mission Planner at least allows turning off the REQUEST_DATA_STREAM requests by setting the rates to "-1" (see :ref:`Setting the Datarate <planner:mission-planner-telemetry-logs-setting-the-datarate>`). MAVProxy users can ``set streamrate -1``.

Using REQUEST_MESSAGE
---------------------
Expand Down

0 comments on commit 0e8733f

Please sign in to comment.