Skip to content

Replay navdata conflict #22

Description

@wiseman

If you use the replay plugin and you're also connected to a real drone, you'll end up with two conflicting sources of navdata events running in parallel:

client.emit('navdata', JSON.parse(data));

io.sockets.emit('navdata', latestNavData);

The observed effect of this is the HUD and any other user interface (or autonomous navigation) based on navdata will jump between two vehicle states.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions