Skip to content

Commit

Permalink
Drop obsolete {get|set}Monitor calls
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Nov 11, 2024
1 parent d3f44a1 commit b7d3eb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ bool AmorCartesianControl::open(yarp::os::Searchable& config)
cartesianDeviceOptions.put("mins", yarp::os::Value::makeList(qMin.toString().c_str()));
cartesianDeviceOptions.put("maxs", yarp::os::Value::makeList(qMax.toString().c_str()));
cartesianDeviceOptions.put("ikPos", yarp::os::Value("nrjl"));
cartesianDeviceOptions.setMonitor(config.getMonitor(), solverStr.c_str());

if (!cartesianDevice.open(cartesianDeviceOptions))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ bool AmorControlBoard::open(yarp::os::Searchable& config)
cartesianControllerOptions.put("name", cartesianControllerName->asString());
cartesianControllerOptions.put("handle", vHandle);
cartesianControllerOptions.put("handleMutex", vHandleMutex);
cartesianControllerOptions.setMonitor(config.getMonitor(), subdevice.c_str());

cartesianControllerDevice.open(cartesianControllerOptions);

Expand Down

0 comments on commit b7d3eb3

Please sign in to comment.