-
-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while building example: takeoff_and_land #1
Comments
It looks like you are not following the exact instructions to compile the example, can you please follow again the steps written in https://github.com/PX4/DroneLink#example. |
Hi Julian, thanks for the comment. I get below linker error. libdronlink.a doesn't seem to be linked pthread library.
After making these changes, it is built successfully. Kindly check. |
@shakthi-prashanth-m strange, do you follow exactly these steps?
|
Ok thanks, I'm able to reproduce it. |
1. This commit address DroneCore issue mavlink#221. 2. Corresponding changes (from mavlink#1 above) in integration tests & example. 3. Replaces boost::bind by std::bind. 4. Adds important note about using Boost in the example. 5. Adds debug_str to distinguish FollowMe plugin debug messages.
Hi Julian, I did build DroneLink as mentioned. I wanted to try running example. Got below error.
Could you please check ?
Thanks
The text was updated successfully, but these errors were encountered: