Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
stabilization_attitude.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2008-2009 Antoine Drouin <poinix@gmail.com>
3
*
4
* This file is part of paparazzi.
5
*
6
* paparazzi is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2, or (at your option)
9
* any later version.
10
*
11
* paparazzi is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with paparazzi; see the file COPYING. If not, write to
18
* the Free Software Foundation, 59 Temple Place - Suite 330,
19
* Boston, MA 02111-1307, USA.
20
*/
21
27
#ifndef STABILIZATION_ATTITUDE_H
28
#define STABILIZATION_ATTITUDE_H
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
34
#include "
firmwares/rotorcraft/stabilization.h
"
35
#include "
math/pprz_algebra_int.h
"
36
#include STABILIZATION_ATTITUDE_TYPE_H
37
38
extern
void
stabilization_attitude_init
(
void
);
39
extern
void
stabilization_attitude_read_rc
(
bool
in_flight,
bool
in_carefree,
bool
coordinated_turn);
40
extern
void
stabilization_attitude_enter
(
void
);
41
extern
void
stabilization_attitude_set_failsafe_setpoint
(
void
);
42
extern
void
stabilization_attitude_set_rpy_setpoint_i
(
struct
Int32Eulers
*rpy);
43
extern
void
stabilization_attitude_set_earth_cmd_i
(
struct
Int32Vect2
*cmd,
int32_t
heading
);
44
extern
void
stabilization_attitude_run
(
bool
in_flight);
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif
/* STABILIZATION_ATTITUDE_H */
stabilization_attitude_read_rc
void stabilization_attitude_read_rc(bool in_flight, bool in_carefree, bool coordinated_turn)
Definition:
stabilization_attitude_euler_float.c:131
pprz_algebra_int.h
Paparazzi fixed point algebra.
stabilization_attitude_set_failsafe_setpoint
void stabilization_attitude_set_failsafe_setpoint(void)
Definition:
stabilization_attitude_euler_float.c:147
Int32Vect2
Definition:
pprz_algebra_int.h:83
Int32Eulers
euler angles
Definition:
pprz_algebra_int.h:146
stabilization_attitude_run
void stabilization_attitude_run(bool in_flight)
Definition:
stabilization_attitude_euler_float.c:176
stabilization_attitude_enter
void stabilization_attitude_enter(void)
Definition:
stabilization_attitude_euler_float.c:136
int32_t
signed long int32_t
Definition:
types.h:19
stabilization_attitude_set_earth_cmd_i
void stabilization_attitude_set_earth_cmd_i(struct Int32Vect2 *cmd, int32_t heading)
Definition:
stabilization_attitude_euler_float.c:159
stabilization_attitude_set_rpy_setpoint_i
void stabilization_attitude_set_rpy_setpoint_i(struct Int32Eulers *rpy)
Definition:
stabilization_attitude_euler_float.c:154
stabilization.h
stabilization_attitude_init
void stabilization_attitude_init(void)
stabilization_attitude_init
Definition:
stabilization_attitude_euler_float.c:98
heading
float heading
Definition:
wedgebug.c:258
sw
airborne
firmwares
rotorcraft
stabilization
stabilization_attitude.h
Generated on Tue Feb 1 2022 13:51:13 for Paparazzi UAS by
1.8.17