Skip to content

Commit bf3bb25

Browse files
Add revolute joint constraint for closed-loop hinges (#2252)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be722d5 commit bf3bb25

File tree

10 files changed

+964
-10
lines changed

10 files changed

+964
-10
lines changed

dart/constraint/Fwd.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class JointLimitConstraint;
6363
class LCPSolver;
6464

6565
class MimicMotorConstraint;
66+
class RevoluteJointConstraint;
6667

6768
class PgsBoxedLcpSolver;
6869
class PGSLCPSolver;
@@ -94,6 +95,7 @@ DART_COMMON_DECLARE_SHARED_WEAK(JacobiBoxedLcpSolver)
9495

9596
DART_COMMON_DECLARE_SHARED_WEAK(DynamicJointConstraint)
9697
DART_COMMON_DECLARE_SHARED_WEAK(BallJointConstraint)
98+
DART_COMMON_DECLARE_SHARED_WEAK(RevoluteJointConstraint)
9799
DART_COMMON_DECLARE_SHARED_WEAK(WeldJointConstraint)
98100

99101
DART_COMMON_DECLARE_SHARED_WEAK(BalanceConstraint)

0 commit comments

Comments
 (0)