Property | Type | Description | |
---|---|---|---|
angle | double | ||
clockwise | bool | ||
self | |||
servo | double | ||
testing_order | int |
Method | Description | |
---|---|---|
Motor ( double angle, bool clockwise, double servo, int testing_order ) : System | ||
build_motors ( MAVLink frame, int frame_orientation ) : MissionPlanner.HIL.Motor[] |
Method | Description | |
---|---|---|
add_motor ( int motor_num, double angle_degrees, double yaw_factor, int testing_order ) : void | ||
add_motor_raw ( int motor_num, double roll_fac, double pitch_fac, double yaw_fac, int testing_order ) : void |
public Motor ( double angle, bool clockwise, double servo, int testing_order ) : System | ||
angle | double | |
clockwise | bool | |
servo | double | |
testing_order | int | |
return | System |
public static build_motors ( MAVLink frame, int frame_orientation ) : MissionPlanner.HIL.Motor[] | ||
frame | MAVLink | |
frame_orientation | int | |
return | MissionPlanner.HIL.Motor[] |