Skip to content

Commit af4568c

Browse files
committed
Update pixi.lock
1 parent 4095105 commit af4568c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

drone_models/so_rpy_rotor_drag/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def dynamics(
106106
1 / thrust_time_coef * (cmd_rotor_vel[..., None] - rotor_vel)
107107
) # - KM * rotor_vel**2
108108

109-
forces_motor = KF * xp.sum(rotor_vel**2, axis=-1)
109+
# forces_motor = KF * xp.sum(rotor_vel**2, axis=-1)
110110
forces_motor = rotor_vel[..., 0]
111111
thrust = acc_coef + cmd_f_coef * forces_motor
112112

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)