Skip to content

Commit

Permalink
(commented) code for controllers to throw except
Browse files Browse the repository at this point in the history
- #90 (joint limit)
- #82 (collision)
  • Loading branch information
jgvictores committed Feb 7, 2020
1 parent 6916aad commit bf9e962
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ bool YarpOpenraveControlboard::open(yarp::os::Searchable& config)
CD_DEBUG("Attach individual controller for manipulatorIDs[%d]: %d\n",i,tmpIndices[0]);
multi->AttachController(pIndivControl, tmpIndices, 0);
pcontrols.push_back(pIndivControl);
/*std::stringstream cmd, res;
cmd << "SetThrowExceptions 1";
pIndivControl->SendCommand(res, cmd);*/
}

//-- Console output of the robot ConfigurationSpecification
Expand Down

0 comments on commit bf9e962

Please sign in to comment.