File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ SoTRobotArmController::~SoTRobotArmController()
110
110
{
111
111
}
112
112
113
- void SoTRobotArmController::setControlSize (const int & size)
113
+ void SoTRobotArmController::setControlSize (const size_type & size)
114
114
{
115
115
device_->setControlSize (size);
116
116
}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ using dynamicgraph::sot::AbstractSotExternalInterface;
38
38
using dynamicgraph::sot::Device;
39
39
using dynamicgraph::sot::ControlValues;
40
40
using dynamicgraph::sot::SensorValues;
41
-
41
+ using dynamicgraph::size_type;
42
42
43
43
class SoTRobotArmController : public AbstractSotExternalInterface
44
44
{
@@ -63,7 +63,7 @@ class SoTRobotArmController: public AbstractSotExternalInterface
63
63
void setSecondOrderIntegration (void );
64
64
65
65
// Set the number of joints that are controlled
66
- virtual void setControlSize (const int & size);
66
+ virtual void setControlSize (const size_type & size);
67
67
68
68
// Run some python commands that cannot be run at construction
69
69
virtual void initializePython ();
You can’t perform that action at this time.
0 commit comments