Skip to content

Commit edadd41

Browse files
committed
Control/AUV/LMI: Boolean parameters should not have units.
1 parent 4e3d6a0 commit edadd41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Control/AUV/LMI/Task.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ namespace Control
127127

128128
param("Force Pitch At Surface", m_args.force_pitch)
129129
.defaultValue("false")
130-
.units(Units::Meter)
131130
.description("Force pitching up at the surface");
132131

133132
param("Gain Matrix", m_args.k_gain)

0 commit comments

Comments
 (0)