Describe the bug
Yawrate commands sent through mavros/setpoint_raw/attitude as bodyrates in Z, with appropriate mask, stopped working.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The vehicle should rotate according to the bodyrate Z command
Log Files and Screenshots
Here goes a folder with 2 rosbags and the flight logs:
https://drive.google.com/open?id=1jufiucPZ2O7UPZHpCZfKG8gnDEj1XmIC
Drone (please complete the following information):
Additional context
Recorded on a MoCap enabled arena at KTH Smart Mobility Lab.
@Jaeyoung-Lim @mhkabir @MaEtUgR
Update: in SITL, with IRIS, it checks out fine, that is, the system responds as expected!
I am using the Generic Quadrotor X frame. Something I should be careful with? Maybe I should change the yaw gain?
EDIT: tested on latest master, not the stable version.
EDIT2: tried to test SITL, but get compass #0 uncalibrated immediately once I try to arm the vehicle.
I will try to flash the latest master and check how it behaves.
EDIT3: @TSC21 the error regarding ODOM and unconnected trees does not show up in master either, so maybe there is some problem there?
Update: Flying with master does not show the issue! Just successfully flied with mas flashed without any problems. Maybe there was something missing on the v1.9.2 stable...
Anyhow, I will follow @dagar 's suggestion and add a test for this next week - hopefully before next release.
EDIT: The successful flight log is on the same google drive, under working-master.
tried to test SITL, but get compass #0 uncalibrated immediately once I try to arm the vehicle.
Do a make clean if that happens with SITL, it's an incompatibility of the configuration that requires rebuilding after switching the branch across a certain point.
Will do, next week though! :)
@Pedro-Roque Any updates?
@Jaeyoung-Lim not yet but not forgotten. Just need to finish some stuff on my research and then will look into this.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
Bump :smile:
Not forgotten @julianoes ! I'm just trying to dodge deadlines these days, but I'll come back to this as soon as I can
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
Issue fixed and tests added. Closing