ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.84k stars 17.29k forks source link

AP_DDS: Provide current Goal #28299

Open tizianofiorenzani opened 2 hours ago

tizianofiorenzani commented 2 hours ago

Provide current goal location to the DDS Interface

Providing the current goal would help to verify whether the vehicle is actually going where it has been guided to.

Proposed Solution

Altitude frame

Platform [ ] All [ ] AntennaTracker [ x] Copter [ x] Plane [ x] Rover [ x] Submarine

Ryanf55 commented 2 hours ago

In what situation does a companion computer not know what where the autopilot is headed? Won't all commands come from the companion computer over reliable transport?

tizianofiorenzani commented 1 hour ago

Not really, as the goal is sent by topic, so you trust that the vehicle obeys, which I find it too flimsy.