Skip to content

Missing "System_Time" message to reference time_boot_ms to time_unix_usec #806

@TangoLima58

Description

@TangoLima58

Most telemetry messages contain a timestamp that provides the time since boot. The unix_epoch_time message contains absolute time but not the time since boot.

So there seems to be no way to directly correlate the time since boot to unix_epoch time within a single message and get their offset as it is determined by the flightcontroller itself. Yet this would be very useful to correlate all the telemetry data to unix time if the offset would be known.

Mavlink provides a system_time message that contains both timestamps and therefore the clock offset as well. As far as I can tell this is not yet implemented in mavsdk-python.

I hope I have not overlooked any way to get the timeoffset.

Is is feasible to implement the system_time message in mavsdk-python?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions