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,4 +1,6 @@
|
|||
/****************************************************************
|
||||
// -*- 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; *
|
||||
|
@ -9,13 +11,12 @@
|
|||
* Used for mount to track targets or stabilise *
|
||||
* camera plus other modes. *
|
||||
* *
|
||||
* Usage: *
|
||||
* Use in main code to control mounts attached to *
|
||||
* Usage: Use in main code to control mounts attached to *
|
||||
* vehicle. *
|
||||
* *
|
||||
*Comments: All angles in degrees * 100, distances in meters*
|
||||
* unless otherwise stated. *
|
||||
***************************************************************/
|
||||
************************************************************/
|
||||
#ifndef AP_Mount_H
|
||||
#define AP_Mount_H
|
||||
|
||||
|
@ -24,7 +25,6 @@
|
|||
#include <AP_GPS.h>
|
||||
#include <AP_DCM.h>
|
||||
|
||||
//all angles in degrees * 100
|
||||
class AP_Mount
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue