Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

mavlink: fix linter issues of errcheck #959

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion platforms/mavlink/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mavlink

For information on the MAVlink communication protocol click [here](http://qgroundcontrol.org/mavlink/start).
For information on the MAVlink communication protocol click [here](https://mavlink.io/).

This package supports Mavlink over serial (such as a
[SiK modem](http://ardupilot.org/copter/docs/common-sik-telemetry-radio.html))
Expand All @@ -14,6 +14,8 @@ As at 2018-04, this package supports Mavlink 1.0 only. If the robot
doesn't receiving data then check that the other devices are
configured to send version 1.0 frames.

For Mavlink 2.0 please refer to [gomavlib](https://github.com/bluenviron/gomavlib).

## How to Install

Please refer to the main [README.md](https://github.com/hybridgroup/gobot/blob/release/README.md)
Expand Down
Loading