Skip to content
Snippets Groups Projects
Commit cf10078c authored by Emilio Corigliano's avatar Emilio Corigliano Committed by Davide Mor
Browse files

[Main] Added ABK configs and trajectories for Roccaraso

parent 344ab2b3
Branches
Tags
1 merge request!36[Main] Merge Main OBSW
Pipeline #10076 passed
......@@ -40,6 +40,25 @@ namespace ABK
constexpr Hertz UPDATE_RATE = 10_hz;
#ifdef ROCCARASO
constexpr unsigned int SHADOW_MODE_TIMEOUT = 500; // [ms]
static const Boardcore::AirBrakesInterpConfig CONFIG = {
.FILTER_MINIMUM_ALTITUDE = 400,
.FILTER_MAXIMUM_ALTITUDE = 1000,
.STARTING_FILTER_VALUE = 0.75f,
.ABK_CRITICAL_ALTITUDE = 970,
.DZ = 10,
.INITIAL_MASS = 26,
.DM = 0.1f,
.N_FORWARD = 0};
#else
#ifndef EUROC
#warning "MISSION NOT DEFINED: Using EUROC"
#endif
constexpr unsigned int SHADOW_MODE_TIMEOUT = 500; // [ms]
static const Boardcore::AirBrakesInterpConfig CONFIG = {
......@@ -52,6 +71,8 @@ static const Boardcore::AirBrakesInterpConfig CONFIG = {
.DM = 0.4f,
.N_FORWARD = 0};
#endif
} // namespace ABK
} // namespace Config
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment