mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 13:36:43 +00:00
Minor fixes
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Simple and clear Arduino based source code.
|
* Simple and clean Arduino based source code.
|
||||||
* Acro and Stabilized flight using remote control.
|
* Acro and Stabilized flight using remote control.
|
||||||
* Precise simulation using Gazebo.
|
* Precise simulation using Gazebo.
|
||||||
* In-RAM logging.
|
* In-RAM logging.
|
||||||
|
|||||||
@@ -7,8 +7,6 @@
|
|||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
|
|
||||||
#define ONE_G 9.807f
|
#define ONE_G 9.807f
|
||||||
#define ACC_MIN 0.9f
|
|
||||||
#define ACC_MAX 1.1f
|
|
||||||
#define WEIGHT_ACC 0.5f
|
#define WEIGHT_ACC 0.5f
|
||||||
|
|
||||||
void estimate()
|
void estimate()
|
||||||
|
|||||||
Reference in New Issue
Block a user