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 {
88
88
89
89
// \brief Compute one iteration of control.
90
90
// Basically calls fillSensors, the SoT and the readControl.
91
- void oneIteration (const double & period);
91
+ void oneIteration (const double & period);
92
92
93
93
// \brief Fill the sensors value for the SoT.
94
94
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 {
59
59
60
60
void workThreadLoader (SotLoader *aSotLoader) {
61
61
ros::Rate rate (1000 ); // 1 kHz
62
- double periodd (1e-3 );
62
+ double periodd (1e-3 );
63
63
64
64
if (ros::param::has (" /sot_controller/dt" )) {
65
65
ros::param::get (" /sot_controller/dt" , periodd);
@@ -205,7 +205,7 @@ void SotLoader::setup() {
205
205
readControl (controlValues_);
206
206
}
207
207
208
- void SotLoader::oneIteration (const double & period) {
208
+ void SotLoader::oneIteration (const double & period) {
209
209
fillSensors (sensorsIn_);
210
210
try {
211
211
sotController_->nominalSetSensors (sensorsIn_);
You can’t perform that action at this time.
0 commit comments