Skip to content

Commit 1e17972

Browse files
committed
[abstract-sot-external-interface] add function to change default device control type
1 parent 4912c6e commit 1e17972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/sot/core/abstract-sot-external-interface.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ namespace dynamicgraph {
7070
virtual void cleanupSetSensors(std::map<std::string,SensorValues> &sensorsIn)=0;
7171

7272
virtual void getControl(std::map<std::string,ControlValues> &)=0;
73+
virtual void setSecondOrderIntegration(void)=0;
7374
};
7475
}
7576
}

0 commit comments

Comments
 (0)