Allow setting global origin of MAVLink vehicles#2162
Conversation
0c2e470 to
c215010
Compare
If that's the case, I'm very confused how the DVL extension has supposedly supported it for years... |
@Williangalvani is the DVL extension using mavlink2rest to send this message or it is directly injecting in the MAVLink stream? |
@ES-Alexander according to William he just used the message and it works.
So the repository was already updated. My confusion happened because I was trying to use the new |
c215010 to
c0b4c2a
Compare
c0b4c2a to
7d0856d
Compare
|
@ArturoManzoli rebased to solve the conflicts with current |
Would it make sense to try the new one, and fall back to the old one if it fails to send / be accepted? |
ArturoManzoli
left a comment
There was a problem hiding this comment.
Besides the 2 items below, everything is working fine
1- The append icons on the inputs are black. Can you set them white?
2- Trying it out with the vehicle offline, Cockpit outputed a snackbar with a generic typescript error. Shouldn't we treat that error to show something like Vehicle offline?
Opens a dialog for the user to fine tune this position.
|
@ArturoManzoli everything fixed! Github is degraded and not updating the PR though (there should be 4 commits)... |
7d0856d to
70538a2
Compare
|
@ArturoManzoli Github has now updated the PR. |


Kapture.2025-10-02.at.09.46.34.mp4
Despite implemented, this feature is not working yet, as it needs support for the
MAV_CMD_SET_GLOBAL_ORIGINcommand onmavlink2rest. @patrickelectric is working on a new version with support for it.I removed the
awaitin the save button for the screen recording, but in reality it will be in a loading state for 5 seconds and then gently fail (because of the lack of support on m2r).Fix #1102