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

Make gcc5+ compatible #33

Closed guiccbr closed 8 years ago

guiccbr commented 8 years ago

Previously, only gcc6 was supported. In order to have gcc5 working we needed to add -std=c++11 to CmakeLists and replace the type of the first key of the hashmaps with int.

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