mirror of https://github.com/ArduPilot/ardupilot
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3143 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
0daa9f9952
commit
10d312ff25
|
@ -1,21 +1,22 @@
|
||||||
/****************************************************************
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
||||||
* AP_mount -- library to control a 2 or 3 axis mount. *
|
|
||||||
* *
|
/************************************************************
|
||||||
* Author: Joe Holdsworth; *
|
* AP_mount -- library to control a 2 or 3 axis mount. *
|
||||||
* Ritchie Wilson; *
|
* *
|
||||||
* Amiclair Lucus; *
|
* Author: Joe Holdsworth; *
|
||||||
* *
|
* Ritchie Wilson; *
|
||||||
* Purpose: Move a 2 or 3 axis mount attached to vehicle, *
|
* Amiclair Lucus; *
|
||||||
* Used for mount to track targets or stabilise *
|
* *
|
||||||
* camera plus other modes. *
|
* Purpose: Move a 2 or 3 axis mount attached to vehicle, *
|
||||||
* *
|
* Used for mount to track targets or stabilise *
|
||||||
* Usage: *
|
* camera plus other modes. *
|
||||||
* Use in main code to control mounts attached to *
|
* *
|
||||||
* vehicle. *
|
* Usage: Use in main code to control mounts attached to *
|
||||||
* *
|
* vehicle. *
|
||||||
*Comments: All angles in degrees * 100, distances in meters*
|
* *
|
||||||
* unless otherwise stated. *
|
*Comments: All angles in degrees * 100, distances in meters*
|
||||||
***************************************************************/
|
* unless otherwise stated. *
|
||||||
|
************************************************************/
|
||||||
#ifndef AP_Mount_H
|
#ifndef AP_Mount_H
|
||||||
#define AP_Mount_H
|
#define AP_Mount_H
|
||||||
|
|
||||||
|
@ -24,7 +25,6 @@
|
||||||
#include <AP_GPS.h>
|
#include <AP_GPS.h>
|
||||||
#include <AP_DCM.h>
|
#include <AP_DCM.h>
|
||||||
|
|
||||||
//all angles in degrees * 100
|
|
||||||
class AP_Mount
|
class AP_Mount
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue