mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
fixing the turning direction of the Cessna Propeller (#22276)
Signed-off-by: frederik <frederik@auterion.com> Co-authored-by: frederik <frederik@auterion.com>
This commit is contained in:
@@ -806,7 +806,7 @@
|
|||||||
<plugin filename="gz-sim-multicopter-motor-model-system" name="gz::sim::systems::MulticopterMotorModel">
|
<plugin filename="gz-sim-multicopter-motor-model-system" name="gz::sim::systems::MulticopterMotorModel">
|
||||||
<jointName>rotor_puller_joint</jointName>
|
<jointName>rotor_puller_joint</jointName>
|
||||||
<linkName>rotor_puller</linkName>
|
<linkName>rotor_puller</linkName>
|
||||||
<turningDirection>cw</turningDirection>
|
<turningDirection>ccw</turningDirection>
|
||||||
<timeConstantUp>0.0125</timeConstantUp>
|
<timeConstantUp>0.0125</timeConstantUp>
|
||||||
<timeConstantDown>0.025</timeConstantDown>
|
<timeConstantDown>0.025</timeConstantDown>
|
||||||
<maxRotVelocity>1000</maxRotVelocity>
|
<maxRotVelocity>1000</maxRotVelocity>
|
||||||
|
|||||||
Reference in New Issue
Block a user