intel / mavlink-vehicles

A Mavlink wrapper dedicated to the most common messages that are exchanged between an air vehicle and a ground station
Apache License 2.0
6 stars 9 forks source link

Fix join in detached thread #11

Closed guiccbr closed 8 years ago

guiccbr commented 8 years ago

Fixes #7

Tests were trying to join detached threads, causing an std::system_error. The detachment is not necessary, therefore it has been removed.

Signed-off-by: Guilherme Campos Camargo guilherme.campos.camargo@intel.com