Skip to content
Open
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: 4 additions & 0 deletions en/services/manual_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ _MissionPlanner_ implementation:

- [MainV2.cs](https://github.com/ArduPilot/MissionPlanner/blob/master/MainV2.cs) (in `joysticksend` method)

_Cockpit_ implementation:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is cool. Is it tested against both PX4 and ArduPilot? The button mapping behaviour is different in each case. QGC handles both cases, MP only ArduPilot. I probably should say that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


- [src/libs/joystick/protocols/mavlink-manual-control.ts](https://github.com/bluerobotics/cockpit/blob/master/src/libs/joystick/protocols/mavlink-manual-control.ts) (in `MavlinkManualControlManager` class)

### Vehicle Firmwares

The protocol has been implemented in PX4, and in the Copter, Plane, Rover, and Sub vehicle firmwares in ArduPilot.
Expand Down