bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://docs.bluerobotics.com/ardusub-zola/software/control-station/Cockpit-1.0/overview/
Other
43 stars 18 forks source link

Cockpit should allow sending of `MANUAL_CONTROL` messages even without vehicle connection #940

Closed rafaellehmkuhl closed 3 weeks ago

rafaellehmkuhl commented 2 months ago

This is a special use case for people not using Ardupilot, like Mark.

Right now we don't do that because we wait for vehicle connection to download the parameters, so we can match vehicle buttons (BTNx_FUNCTION) with functionality (arm, disarm, etc).

This could involve a boolean variable that is disabled by default, so the regular Ardupilot user is not affected.

rafaellehmkuhl commented 3 weeks ago

Fixed on #943