Skip to content
Snippets Groups Projects
Commit 794e96de authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

[SotLoader.oneIteration] Set default value to 0.

parent ba9f00b9
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ class SotLoader : public SotLoaderBasic { ...@@ -88,7 +88,7 @@ class SotLoader : public SotLoaderBasic {
// \brief Compute one iteration of control. // \brief Compute one iteration of control.
// Basically calls fillSensors, the SoT and the readControl. // Basically calls fillSensors, the SoT and the readControl.
void oneIteration(const double &period); void oneIteration(const double &period=0);
// \brief Fill the sensors value for the SoT. // \brief Fill the sensors value for the SoT.
void fillSensors(std::map<std::string, dgs::SensorValues> &sensorsIn); void fillSensors(std::map<std::string, dgs::SensorValues> &sensorsIn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment