Skip to content

Commit

Permalink
fixing the turning direction of the Cessna Propeller (#22276)
Browse files Browse the repository at this point in the history
Signed-off-by: frederik <[email protected]>
Co-authored-by: frederik <[email protected]>
  • Loading branch information
frede791 and frede791 authored Nov 9, 2023
1 parent 5efcde7 commit fc5b868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/simulation/gz/models/rc_cessna/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
<plugin filename="gz-sim-multicopter-motor-model-system" name="gz::sim::systems::MulticopterMotorModel">
<jointName>rotor_puller_joint</jointName>
<linkName>rotor_puller</linkName>
<turningDirection>cw</turningDirection>
<turningDirection>ccw</turningDirection>
<timeConstantUp>0.0125</timeConstantUp>
<timeConstantDown>0.025</timeConstantDown>
<maxRotVelocity>1000</maxRotVelocity>
Expand Down

0 comments on commit fc5b868

Please sign in to comment.