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

Use LockedJoints_t and NumericalConstraints_t from hpp-core for

convenience.

Conflicts:
	include/hpp/manipulation/graph/fwd.hh
parent 47412654
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,8 @@ namespace hpp {
typedef hpp::core::DifferentiableFunctionPtr_t DifferentiableFunctionPtr_t;
typedef hpp::core::SizeIntervals_t SizeIntervals_t;
typedef std::vector <SizeIntervals_t> IntervalsContainer_t;
typedef std::list < LockedJointPtr_t > LockedJoints_t;
typedef hpp::core::NumericalConstraints_t NumericalConstraints_t;
typedef hpp::core::LockedJoints_t LockedJoints_t;
class Histogram;
class NodeHistogram;
......
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