Skip to content

Show start time sent to drones gets rounded to sec #21

Description

@vasarhelyi

This line in the mavlink extension rounds the show start time that is sent to drones to 1s resolution:
https://github.com/skybrush-io/skybrush-server/blob/main/src/flockwave/server/ext/mavlink/packets.py#L117

In the meantime the msec_until_start variable uses the original start time.

This means two things:

  • variables are inconsistent
  • we cannot handle show start precision less than a second, which is fine with automated start but is bad for MTC based show start

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions