Skip to content
Snippets Groups Projects
Commit 5c9a2d47 authored by Fabio Vitello's avatar Fabio Vitello
Browse files

#588 enable elevation tracking on setup according to CDB

parent b99e9e75
No related branches found
No related tags found
No related merge requests found
...@@ -405,6 +405,7 @@ throw (MinorServoErrors::SetupErrorExImpl) ...@@ -405,6 +405,7 @@ throw (MinorServoErrors::SetupErrorExImpl)
//enable elevation tracking //enable elevation tracking
try try
{ {
if (isElevationTrackingEn())
setElevationTrackingImpl(IRA::CString("ON")); setElevationTrackingImpl(IRA::CString("ON"));
} }
catch (...) catch (...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment