Minor fixes

This commit is contained in:
Oleg Kalachev 2023-12-19 22:00:30 +03:00
parent 886e592a20
commit 343935f98c
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@
## Features
* Simple and clear Arduino based source code.
* Simple and clean Arduino based source code.
* Acro and Stabilized flight using remote control.
* Precise simulation using Gazebo.
* In-RAM logging.

View File

@ -7,8 +7,6 @@
#include "vector.h"
#define ONE_G 9.807f
#define ACC_MIN 0.9f
#define ACC_MAX 1.1f
#define WEIGHT_ACC 0.5f
void estimate()