Skip to content

Emit mavlinkMessage signal with connection pointer

Kitae Kim requested to merge develoot/kirogi:connection-signals into master

Vehicle objects will be created using heartbeat message. This patch allows us to take pointer to connection on which the heart beat message was and create vehicle passing it. The vehicle will use this pointer to check the connection and send messages.

Merge request reports