Skip to content
Snippets Groups Projects
Commit cea06d2d authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Move NumericalConstraints_t to namespace hpp::manipulation

parent 006fbaca
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,7 @@ namespace hpp { ...@@ -92,6 +92,7 @@ namespace hpp {
typedef core::ValidationReport ValidationReport; typedef core::ValidationReport ValidationReport;
typedef core::PathValidationReportPtr_t PathValidationReportPtr_t; typedef core::PathValidationReportPtr_t PathValidationReportPtr_t;
typedef std::list < NumericalConstraintPtr_t > NumericalConstraints_t;
typedef std::pair< GripperPtr_t, HandlePtr_t> Grasp_t; typedef std::pair< GripperPtr_t, HandlePtr_t> Grasp_t;
typedef boost::shared_ptr <Grasp_t> GraspPtr_t; typedef boost::shared_ptr <Grasp_t> GraspPtr_t;
typedef std::map <DifferentiableFunctionPtr_t, GraspPtr_t> GraspsMap_t; typedef std::map <DifferentiableFunctionPtr_t, GraspPtr_t> GraspsMap_t;
......
...@@ -59,7 +59,6 @@ namespace hpp { ...@@ -59,7 +59,6 @@ namespace hpp {
typedef hpp::core::DifferentiableFunctionPtr_t DifferentiableFunctionPtr_t; typedef hpp::core::DifferentiableFunctionPtr_t DifferentiableFunctionPtr_t;
typedef hpp::core::SizeIntervals_t SizeIntervals_t; typedef hpp::core::SizeIntervals_t SizeIntervals_t;
typedef std::vector <SizeIntervals_t> IntervalsContainer_t; typedef std::vector <SizeIntervals_t> IntervalsContainer_t;
typedef std::list < NumericalConstraintPtr_t > NumericalConstraints_t;
typedef std::list < LockedJointPtr_t > LockedJoints_t; typedef std::list < LockedJointPtr_t > LockedJoints_t;
class Histogram; class Histogram;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment