Is there a way to change the flight mode terms in Cockpit?
We have “Alt_Hold” which is actually depth hold.
We have “Surftrack” which is actually altitude hold.
I appreciate that these terms likely originate from Ardupilot with drones, where they make sense, but for the ROVs, the world is inverted for these terms, and it confuses everyone I teach to use the ROVs.
Is there a longer incomplete message just before that? MAVLink STATUSTEXT content has the option to be split between multiple messages, which Cockpit doesn’t handle yet (it just treats them as independent).
This is only a change in what cockpit displays- vehicle logs will reflect the default autopilot names. Changing that would require major firmware modification, especially if done on the fly!!
Those status text messages are recorded in .BIN logs, so if you see the custom name printing there it will indeed be in the logs. However in a log viewer the flight modes will still be named for the original firmware name when highlighting what mode the system was in at different portions of the log.
There are downloadable Data Lake logs that were introduced in v1.19-beta.5, but they don’t record every variable by default, so would be relevant to future recordings rather than past ones.
Beyond that your best bets are the MSG messages in the .bin DataFlash logs from the autopilot (as Tony mentioned), or the direct STATUSTEXT messages included in .tlog telemetry logs (which may or may not be recorded in BlueOS depending on your version and MAVLink routing service). Check the BlueOS Log Browser page for what’s available