You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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);
^~~~~~~~~~~~~
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!
The text was updated successfully, but these errors were encountered: