-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[Bug] the aircraft in QGC and gazebo are not moving after the preflight check was OK #22121
Comments
Any update? Please. Is it a bug? |
Is it a custom model? Looking at the log, the drone went full thrust but didn't move. |
Not a custom model. |
Both are done by running px4_sitl and gazebo, as well as QGroundControl linked by UDP, I imitated the settings and steps in Figure 1 and Figure 2 (referring to the website) step by step, but the aircraft still couldn't move. The blogger's aircraft can move, but mine cannot, but he uses the gazebo classic and I use the gazebo garden. I cannot reproduce it. It's very strange. Is this a bug? |
Update: By the way, the error logs for aircraft not moving on the Raspberry Pi 4b 8GB arm64 are as follows. Compared to the aircraft can move on Linux 22.04 amd64, the additional error logs appear to be, Error [Utils.cc:174] Missing element description for [persistent]
[Err] [MulticopterMotorModel.cc:255] Please specify a robotNamespace.
[Err] [MulticopterMotorModel.cc:255] Please specify a robotNamespace.
[Err] [MulticopterMotorModel.cc:255] Please specify a robotNamespace.
[Err] [MulticopterMotorModel.cc:255] Please specify a robotNamespace. I see that @MichaelBosello seem to have encountered the same problem #21378. And this |
Suspect its a difference in the binary releases of one of the packages for |
Describe the bug
Using the software versions of px4(
px4_sitl
),gazebo garden
and QGC for simulation, the preflight check was OK, but the aircraft in QGC and gazebo are not moving.From the above figure, it can be seen that after 5 minutes and 30 seconds, the aircraft in QGC did not move, and so did the aircraft in Gazebo.
To Reproduce
make px4_sitl gz_x500
Expected behavior
the aircraft in QGC and gazebo should follow the route and move after the preflight check was OK.
Screenshot / Media
No response
Flight Log
n/a
Software Version
Raspberry Pi 4b 8GB arm64
ver all
HW arch: PX4_SITL
PX4 git-hash: d2819ca
PX4 version: 1.14.0 80 (17694848)
PX4 git-branch: main
OS: Linux
OS version: Release 5.15.0 (84869375)
Build datetime: Sep 19 2023 12:14:40
Build uri: localhost
Build variant: default
Toolchain: GNU GCC, 11.4.0
PX4GUID: 1006554d49534954414c44494e4f30303030
UNKNOWN MCU
ubuntu@ubuntu:~$ gz sim --version
Gazebo Sim, version 7.0.0
Copyright (C) 2018 Open Source Robotics Foundation.
Released under the Apache 2.0 License.
Flight controller
px4_sitl
Vehicle type
None
How are the different components wired up (including port information)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: