Skip to content
Snippets Groups Projects
Commit f074a78b authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Remove unused static method Handle::createGrasp.

parent 01aeb111
No related branches found
No related tags found
No related merge requests found
...@@ -119,12 +119,6 @@ namespace hpp { ...@@ -119,12 +119,6 @@ namespace hpp {
virtual NumericalConstraintPtr_t createPreGrasp virtual NumericalConstraintPtr_t createPreGrasp
(const GripperPtr_t& gripper, const value_type& shift, std::string name) const; (const GripperPtr_t& gripper, const value_type& shift, std::string name) const;
static NumericalConstraintPtr_t createGrasp
(const GripperPtr_t& gripper,const HandlePtr_t& handle, std::string name)
{
return handle->createGrasp(gripper, name);
}
/// Get the clearance /// Get the clearance
/// ///
/// The clearance is a distance, from the center of the gripper and along /// The clearance is a distance, from the center of the gripper and along
......
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