This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
include/dynamic_graph_bridge Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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);
9292
9393 // \brief Fill the sensors value for the SoT.
9494 void fillSensors (std::map<std::string, dgs::SensorValues> &sensorsIn);
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ struct DataToLog {
5959
6060void workThreadLoader (SotLoader *aSotLoader) {
6161 ros::Rate rate (1000 ); // 1 kHz
62- double periodd (1e-3 );
62+ double periodd (1e-3 );
6363
6464 if (ros::param::has (" /sot_controller/dt" )) {
6565 ros::param::get (" /sot_controller/dt" , periodd);
@@ -205,7 +205,7 @@ void SotLoader::setup() {
205205 readControl (controlValues_);
206206}
207207
208- void SotLoader::oneIteration (const double & period) {
208+ void SotLoader::oneIteration (const double & period) {
209209 fillSensors (sensorsIn_);
210210 try {
211211 sotController_->nominalSetSensors (sensorsIn_);
You can’t perform that action at this time.
0 commit comments