Skip to content

Commit

Permalink
Merge branch 'drone_racing'
Browse files Browse the repository at this point in the history
  • Loading branch information
penickar committed Oct 22, 2024
2 parents 5481a4a + 330742a commit 45d0ce0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/mrs_uav_managers/estimation_manager/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ typedef enum

POSITION,
VELOCITY,
ACCELERATION
ACCELERATION,
ACCELERATION_BIAS,
ACCELERATION_UNBIASED

} StateId_t;
const int n_StateId_t = 3;
const int n_StateId_t = 5;

typedef enum
{
Expand Down

0 comments on commit 45d0ce0

Please sign in to comment.