We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18eb419 commit 307ddbfCopy full SHA for 307ddbf
1 file changed
crazyflow/sim/physics.py
@@ -15,6 +15,8 @@
15
"acc": np.array([20.907574256269616, 3.653687545690674]),
16
"roll_acc": np.array([-130.3, -16.33, 119.3]),
17
"pitch_acc": np.array([-99.94, -13.3, 84.73]),
18
+ # Yaw dynamics are not identified, parameters were chosen to stabilize yaw dynamics. See
19
+ # https://github.com/utiasDSL/crazyflow/pull/41
20
"yaw_acc": np.array([-60.0, -10.0, 140.0]),
21
}
22
0 commit comments