MishkaRogachev/JAGCS

MacOS no telemetry

neurons9 opened this issue · 2 comments

I have successfully compiled the branch "Master" on MacOS 10.14. Everything seems to work so far. I can connect to Pixhawk Cube with Arducopter 4.0.4 via UDP or Serial, but no telemetry values are displayed and no vehicle is created automatically. The GUI works fine except for some small problems with the font size!

get the following messages during build:

JAGCS/3rdparty/mavlink_v2/mavlink_helpers.h:247:25: warning: taking address of packed member 'checksum' of class or structure
'__mavlink_message' may result in an unaligned pointer value [-Waddress-of-packed-member]
crc_accumulate_buffer(&msg->checksum, _MAV_PAYLOAD(msg), msg->len);
^~~~~~~~~~~~~

maybe the issue have to do with newer qt 5.9.15 version...?