Skip to content

Commit

Permalink
Set launch values (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
aul12 committed Apr 5, 2020
1 parent 2b30e53 commit 246912c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Filters/Navigation/Node/Navigation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ namespace filter {

static constexpr si::Meter<> RTH_ALTITUDE{10};

static constexpr si::Acceleration<> LAUNCH_THROW_THRESH{2.0};
static constexpr si::Acceleration<> LAUNCH_THROW_THRESH{6.0};
static constexpr si::default_type LAUNCH_MAX_ROLL{30};
static constexpr si::default_type LAUNCH_MIN_PITCH{0};
static constexpr si::default_type LAUNCH_MAX_PITCH{90};
static constexpr si::default_type LAUNCH_MAX_PITCH{70};
static constexpr si::Meter<> LAUNCH_TARGET_ALTITUDE{10.0};

static constexpr si::Speed<> LANDING_SPEED{5.0};
Expand Down

0 comments on commit 246912c

Please sign in to comment.