Closed GoogleCodeExporter closed 8 years ago
r1066 was a mavlink update to add some new messages. I've updated to the latest
svn of the libraries and compiled with both sets of flags and I can't reproduce
this bug.
Original comment by james.goppert@gmail.com
on 8 Dec 2010 at 12:36
This was a valid issue which was fixed by libraries r1090.
The root cause was the addition of these two lines in
libraries/GCS_MAVLink/include/common/common.h in r1066:
#include "./mavlink_msg_debug_vect.h"
#include "./mavlink_msg_gps_local_origin_set.h"
The actual location of mavlink_msg_debug_vect.h is ../pixhawk rather than ./
and mavlink_msg_gps_local_origin_set.h does not yet exist in the repository.
Original comment by bjpcalt...@gmail.com
on 8 Dec 2010 at 9:03
Original issue reported on code.google.com by
bjpcalt...@gmail.com
on 8 Dec 2010 at 6:35