Skip to content

Commit 794e96d

Browse files
[SotLoader.oneIteration] Set default value to 0.
1 parent ba9f00b commit 794e96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dynamic_graph_bridge/sot_loader.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class SotLoader : public SotLoaderBasic {
8888

8989
// \brief Compute one iteration of control.
9090
// Basically calls fillSensors, the SoT and the readControl.
91-
void oneIteration(const double &period);
91+
void oneIteration(const double &period=0);
9292

9393
// \brief Fill the sensors value for the SoT.
9494
void fillSensors(std::map<std::string, dgs::SensorValues> &sensorsIn);

0 commit comments

Comments
 (0)