"stateEstimateZ.x", "stateEstimateZ.y", "stateEstimateZ.x" : log variables #604
Answered
by
knmcguire
ntukenmez3
asked this question in
Q&A
-
We would like to have an access to different log variables ( |
Beta Was this translation helpful? Give feedback.
Answered by
knmcguire
Dec 19, 2024
Replies: 1 comment 3 replies
-
You can add these as custom variables in crazyflie.yaml: https://imrclab.github.io/crazyswarm2/usage.html#crazyflies-yaml Which log variables are available for the Crazyflie can be found here: https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/api/logs/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's LogDataGeneric. You can see that when we create the publisher here in the cflib backend:
crazyswarm2/crazyflie/scripts/crazyflie_server.py
Lines 455 to 456 in b896e6d