-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
followme not found in C++ #2216
Comments
What PX4 version is that? |
I use PX4-GAZEBO headless 1.14.0, i tested with 1.11.0 but same problem. I test on other PC, and raspbian but same problem. |
Ok, I will have to reproduce this. Basically, the follow me example doesn't do anything when you try it? What's the output of the example when you run it? |
I supose to Followme example is correctly execute, i have this message :
In the simulator prompt i have that :
In Qgroundcontrol the UAV execute the takeoff to 1.5m altitude, and down't move, and LAND. the flight log: |
I can reproduce this. It clearly doesn't work anymore. @junwoo091400 you touched this last? Any chance you could have a quick check why the example doesn't work? |
@junwoo091400 i need help :P |
Hi, Obviously there has been no modification, is there a correction planned for this modification? |
It works for me after I add this I figured out that the altitude value of NaN is being sent in the mavlink message since there appears to be no default value set https://github.com/mavlink/MAVSDK/blob/main/src/mavsdk/plugins/follow_me/follow_me_impl.cpp#L320-L322 |
@julianoes Please find the PR - #2364 |
hello, I can't get the example program follow_me.cpp to work. In the console it displays the messages to me, with the coordinates generated in squares, but the drone remains at a static altitude of 2.5m.
I'm on Linux Ubuntu 22.04 with simulator as recommended in the mavSDK documentation.
The other examples work.
Is there anything special to do that I'm forgetting?
Thanks a lot
The text was updated successfully, but these errors were encountered: