Skip to content

Commit

Permalink
Enforce NRJL algorithm in KdlSolver
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jul 12, 2024
1 parent 07193b1 commit 8394a91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ bool AmorCartesianControl::open(yarp::os::Searchable& config)
cartesianDeviceOptions.put("device", solverStr);
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

0 comments on commit 8394a91

Please sign in to comment.