Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

AP_DDS: Provide current Goal #28299

Open
tizianofiorenzani opened this issue Oct 3, 2024 · 2 comments
Open

AP_DDS: Provide current Goal #28299

tizianofiorenzani opened this issue Oct 3, 2024 · 2 comments

Comments

@tizianofiorenzani
Copy link

tizianofiorenzani commented Oct 3, 2024

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

  • Create a new topic /ap/goal of type GeoPoseStamped, and use it to send the goal location.
  • The goal location in the DDS client should be recovered with AP::vehicle()->get_target_location(Location &target_loc);

Altitude frame

  • Goal could be either be converted to MSL or we could provide the altitude frame in the frame_id.

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

@Ryanf55
Copy link
Collaborator

Ryanf55 commented Oct 3, 2024

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants