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 ba9f00b commit 794e96dCopy full SHA for 794e96d
include/dynamic_graph_bridge/sot_loader.hh
@@ -88,7 +88,7 @@ class SotLoader : public SotLoaderBasic {
88
89
// \brief Compute one iteration of control.
90
// Basically calls fillSensors, the SoT and the readControl.
91
- void oneIteration(const double &period);
+ void oneIteration(const double &period=0);
92
93
// \brief Fill the sensors value for the SoT.
94
void fillSensors(std::map<std::string, dgs::SensorValues> &sensorsIn);
0 commit comments