-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Flight testing DroneCore examples on Intel Aero #233
Comments
@mrpollo Thanks for creating the issue.
|
I built the sample, but when I run the example: I got the message that the device wasn't found, but I have a UDP connection to the vehicle since I'm seeing the telemetry data in QGC on the same computer running the example. Any thoughts? |
@r0gelion Can you please add below UDP Endpoint in
And then, execute
Now, run Thanks |
As soon as I restarted the mavlink-router with the UDP Endpoint added to main.conf, I lost telemetry data in QGC and I got the same previous message when I try to run the takeoff_and_land example. Regards. |
@r0gelion
Please run below commands after updating main.conf, |
I got telemetry data again after the changes, executed the example but got some errors, unfortunately, I don't have a screenshot, I decided to update the repository and tried again. |
Oh, uh, that's because of the recent refactor. It's addressed for Android in #252 but not for the general case here yet. I'll let you know when it's fixed. |
@julianoes will your latest tinyxml2 fix on Mac resolve @r0gelion issue ? |
for take off and land example I still get the same error. I'll check the #235 |
@JonasVautherin I guess for Mac desktop for now we could just fix this by creating a static library again. |
Yeah let's do that. |
@r0gelion please try again, it might work now. |
Still getting the same error, these are the steps I followed:
Still getting the libtinyxml2d.5.dylib not loaded error. |
Thanks, that's weird though but I'll try to reproduce and let you know. |
Can you try to do |
No, I'm wrong, I can reproduce it. Will fix it tomorrow, sorry about that. |
Thanks for the fix @julianoes and @JonasVautherin. |
@shakthi-prashanth-m @julianoes @JonasVautherin No, still same error, let me know what information do you need to help you to debug this issue. Regards. |
@r0gelion that's with a clean build and fresh install? |
I deleted the Dronecore folder |
Try:
to clean up installed libs. |
That worked, I'm not getting the error anymore. I'll test the example and let you know. Regards. |
@r0gelion cool thanks for checking |
@julianoes I got some errors when running the example, check for them here: http://pasted.co/78a4dfae I'm also seeing the connection to QGC is taking very long time and it ends up in errors to get the parameters: Let me know if you have an idea of what could be happening. Thanks! |
@r0gelion which version of aero do you have ? Kindly paste output of |
I think this means that something about the param caching fails in QGC. Does it happen everytime? Is this with latest master and a recent QGC? |
It happens every time, it was yesterday's master and yesterday's daily build of QGC. |
@dronecore/testflights can you please help us verify the following documentation examples run on the Intel Aero:
Please try to follow the steps in our docs to build and run the examples
We are looking for all levels of feedback, from "steps are wrong, we can't build" to "vehicle flew in the wrong direction".
@shakthi-prashanth-m @anitha-suresh @julianoes @JonasVautherin how would you guys like the feedback from the test team? logs? command line output? screenshots?
The text was updated successfully, but these errors were encountered: