File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ bool AmorCartesianControl::open(yarp::os::Searchable& config)
113
113
cartesianDeviceOptions.put (" mins" , yarp::os::Value::makeList (qMin.toString ().c_str ()));
114
114
cartesianDeviceOptions.put (" maxs" , yarp::os::Value::makeList (qMax.toString ().c_str ()));
115
115
cartesianDeviceOptions.put (" ikPos" , yarp::os::Value (" nrjl" ));
116
- cartesianDeviceOptions.setMonitor (config.getMonitor (), solverStr.c_str ());
117
116
118
117
if (!cartesianDevice.open (cartesianDeviceOptions))
119
118
{
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ bool AmorControlBoard::open(yarp::os::Searchable& config)
87
87
cartesianControllerOptions.put (" name" , cartesianControllerName->asString ());
88
88
cartesianControllerOptions.put (" handle" , vHandle);
89
89
cartesianControllerOptions.put (" handleMutex" , vHandleMutex);
90
- cartesianControllerOptions.setMonitor (config.getMonitor (), subdevice.c_str ());
91
90
92
91
cartesianControllerDevice.open (cartesianControllerOptions);
93
92
You can’t perform that action at this time.
0 commit comments