Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rotorpy/vehicles/crazyflie_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
'motor_noise_std': 0.0, # rad/s

# Lower level controller properties (for higher level control abstractions)
'k_w': 1, # The body rate P gain (for cmd_ctbr)
'k_w': 200, # The body rate P gain (for cmd_ctbr)
'k_v': 10, # The *world* velocity P gain (for cmd_vel)
'kp_att': 1030, # The attitude P gain (for cmd_vel, cmd_acc, and cmd_ctatt)
'kd_att': 51, # The attitude D gain (for cmd_vel, cmd_acc, and cmd_ctatt)

}
}
Loading