We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b392ae commit af37be1Copy full SHA for af37be1
src/DUNE/Control/BasicAutopilot.cpp
@@ -65,11 +65,11 @@ namespace DUNE
65
66
param("Altitude Timeout", m_alt_timeout)
67
.defaultValue("60.0f")
68
- .units(Units::Meter)
+ .units(Units::Second)
69
.description("Timeout for ignoring invalid altitude");
70
71
param("Altitude Reference Margin", m_alt_margin)
72
- .defaultValue("0.2f")
+ .defaultValue("0.2")
73
.units(Units::Meter)
74
.description("Altitude reference marging to add above minimum altitude.");
75
0 commit comments