Skip to content

Commit 307ddbf

Browse files
authored
Clarify yaw dynamics parameters in SYS_ID_PARAMS
1 parent 18eb419 commit 307ddbf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crazyflow/sim/physics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"acc": np.array([20.907574256269616, 3.653687545690674]),
1616
"roll_acc": np.array([-130.3, -16.33, 119.3]),
1717
"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
1820
"yaw_acc": np.array([-60.0, -10.0, 140.0]),
1921
}
2022

0 commit comments

Comments
 (0)