Skip to content

Commit

Permalink
more states
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Oct 10, 2024
1 parent e31d226 commit 330742a
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 330742a

Please sign in to comment.