Skip to content
Snippets Groups Projects
Commit 648cf210 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Work in progress

parent 63dd8215
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,14 @@ namespace hpp {
/// return NULL if no grasp named graspName
GraspPtr_t grasp(const DifferentiableFunctionPtr_t& constraint) const;
/// Create placement constraint
/// \param name name of the first constraint
///
void createPlacementConstraint (const std::string& name,
const std::string& jointName,
const std::string& triangleName,
const std::string& envContactName);
/// Reset constraint set and put back the disable collisions
/// between gripper and handle
virtual void resetConstraints ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment