mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Gripper: Fix some typos
Fixed some typos found in the code.
This commit is contained in:
parent
3a7e939a6c
commit
d86e67b498
@ -75,7 +75,7 @@ public:
|
|||||||
AP_Int16 grab_pwm; // PWM value sent to Gripper to initiate grabbing the cargo
|
AP_Int16 grab_pwm; // PWM value sent to Gripper to initiate grabbing the cargo
|
||||||
AP_Int16 release_pwm; // PWM value sent to Gripper to release the cargo
|
AP_Int16 release_pwm; // PWM value sent to Gripper to release the cargo
|
||||||
AP_Int16 neutral_pwm; // PWM value sent to gripper when not grabbing or releasing
|
AP_Int16 neutral_pwm; // PWM value sent to gripper when not grabbing or releasing
|
||||||
AP_Int8 regrab_interval; // Time in seconds that EPM gripper will regrab the cargo to ensure grip has not weakend
|
AP_Int8 regrab_interval; // Time in seconds that EPM gripper will regrab the cargo to ensure grip has not weakened
|
||||||
AP_Float autoclose_time; // Automatic close time (in seconds)
|
AP_Float autoclose_time; // Automatic close time (in seconds)
|
||||||
AP_Int16 uavcan_hardpoint_id;
|
AP_Int16 uavcan_hardpoint_id;
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ public:
|
|||||||
// grabbed - returns true if currently in grabbed position
|
// grabbed - returns true if currently in grabbed position
|
||||||
virtual bool grabbed() const = 0;
|
virtual bool grabbed() const = 0;
|
||||||
|
|
||||||
// type-specific intiailisations:
|
// type-specific initialisations:
|
||||||
virtual void init_gripper() = 0;
|
virtual void init_gripper() = 0;
|
||||||
|
|
||||||
// type-specific periodic updates:
|
// type-specific periodic updates:
|
||||||
|
@ -44,7 +44,7 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// type-specific intiailisations:
|
// type-specific initializations:
|
||||||
void init_gripper() override;
|
void init_gripper() override;
|
||||||
|
|
||||||
// type-specific periodic updates:
|
// type-specific periodic updates:
|
||||||
|
Loading…
Reference in New Issue
Block a user