mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Mount: set_mode method made public
This commit is contained in:
parent
e892b4cd04
commit
be9bfc5530
@ -68,10 +68,11 @@ public:
|
||||
// hook for eeprom variables
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
|
||||
void set_mode(enum MAV_MOUNT_MODE mode);
|
||||
|
||||
private:
|
||||
|
||||
//methods
|
||||
void set_mode(enum MAV_MOUNT_MODE mode);
|
||||
|
||||
void set_retract_angles(float roll, float tilt, float pan); ///< set mount retracted position
|
||||
void set_neutral_angles(float roll, float tilt, float pan);
|
||||
|
Loading…
Reference in New Issue
Block a user