Skip to content

Commit

Permalink
Fixes typo in Optical Flow PARAM (PX4#1658)
Browse files Browse the repository at this point in the history
Thanks to @Ecuashungo for the report

PX4/docs.px4.io#23
  • Loading branch information
mrpollo authored Nov 16, 2021
1 parent 6a5da1b commit 74bb8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/sensor/optical_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An Optical Flow setup requires a downward facing camera and a [distance sensor](
These can be connected via MAVLink, I2C or any other bus that supports the peripheral.

:::note
If connected to PX4 via MAVLink the Optical Flow device must publish to the [OPTICAL_FLOW_RAD](https://mavlink.io/en/messages/common.html#OPTICAL_FLOW_RAD) topic, and the distance sensor must publish to the [DISANCE_SENSOR](https://mavlink.io/en/messages/common.html#DISTANCE_SENSOR) topic.
If connected to PX4 via MAVLink the Optical Flow device must publish to the [OPTICAL_FLOW_RAD](https://mavlink.io/en/messages/common.html#OPTICAL_FLOW_RAD) topic, and the distance sensor must publish to the [DISTANCE_SENSOR](https://mavlink.io/en/messages/common.html#DISTANCE_SENSOR) topic.
:::

The output of the flow when moving in different directions must be as follows:
Expand Down

0 comments on commit 74bb8c4

Please sign in to comment.