mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3140 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
3fa8b249e5
commit
71725824e9
@ -41,9 +41,18 @@ public:
|
|||||||
landing = 5,
|
landing = 5,
|
||||||
none = 6
|
none = 6
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum MountType{
|
||||||
|
pitch_yaw = 0,
|
||||||
|
pitch_roll = 1, //note the correct english spelling :)
|
||||||
|
pitch_roll_yaw = 2,
|
||||||
|
};
|
||||||
|
|
||||||
//Accessors
|
//Accessors
|
||||||
//used with dcm matrix to calculate target vector
|
//used with dcm matrix to calculate target vector
|
||||||
|
void SetPitchYaw();
|
||||||
|
void SetPitchRoll();
|
||||||
|
void SetPitchRollYaw();
|
||||||
void SetGPSTarget(Location targetGPSLocation); //used to tell the mount to track GPS location
|
void SetGPSTarget(Location targetGPSLocation); //used to tell the mount to track GPS location
|
||||||
void SetAssisted(int roll, int pitch, int yaw);
|
void SetAssisted(int roll, int pitch, int yaw);
|
||||||
void SetAntenna(Location grndStation);
|
void SetAntenna(Location grndStation);
|
||||||
|
Loading…
Reference in New Issue
Block a user