We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to simulate a fast rotating vehicle, but the gyro data seems to get inverted at high rotating rates (~50rad/s).
I have checked the data up to the FIFO of the gyrodriver, and the data seems correct. However what comes out of the driver is not correct.
PX4-Autopilot/src/modules/simulation/simulator_mavlink/SimulatorMavlink.cpp
Lines 249 to 270 in 75ce550
Use this branch: https://github.com/PX4/PX4-Autopilot/tree/pr-monocopter
make px4_sitl gazebo-classic_monocopter
In case the gyro saturates, it should report clipping rather than report some other random value
https://review.px4.io/plot_app?log=faa25343-059d-4a67-96ca-101816085007
https://github.com/PX4/PX4-Autopilot/tree/pr-monocopter
SITL
None
No response
The text was updated successfully, but these errors were encountered:
This issue has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there:
https://discuss.px4.io/t/px4-sync-q-a-july-31-2024/39922/2
Sorry, something went wrong.
https://discuss.px4.io/t/px4-sync-q-a-july-31-2024/39922/1
When landing a FW I also experienced this rotation. Not sure if related though!
No branches or pull requests
Describe the bug
I am trying to simulate a fast rotating vehicle, but the gyro data seems to get inverted at high rotating rates (~50rad/s).
I have checked the data up to the FIFO of the gyrodriver, and the data seems correct. However what comes out of the driver is not correct.
PX4-Autopilot/src/modules/simulation/simulator_mavlink/SimulatorMavlink.cpp
Lines 249 to 270 in 75ce550
To Reproduce
Use this branch: https://github.com/PX4/PX4-Autopilot/tree/pr-monocopter
Expected behavior
In case the gyro saturates, it should report clipping rather than report some other random value
Screenshot / Media
Flight Log
https://review.px4.io/plot_app?log=faa25343-059d-4a67-96ca-101816085007
Software Version
https://github.com/PX4/PX4-Autopilot/tree/pr-monocopter
Flight controller
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: