Skip to content

Commit 3dda4f8

Browse files
JafarAbdijorisv
authored andcommitted
Fix hasConfigurationLimit for mimic joints
1 parent 1ff76bd commit 3dda4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pinocchio/multibody/joint/joint-mimic.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ namespace pinocchio
681681

682682
const std::vector<bool> hasConfigurationLimit() const
683683
{
684-
return m_jmodel_mimicking.hasConfigurationLimit();
684+
return {};
685685
}
686686

687687
const std::vector<bool> hasConfigurationLimitInTangent() const

0 commit comments

Comments
 (0)