We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8951ec9 commit c919e0fCopy full SHA for c919e0f
src/prpy/util.py
@@ -1103,7 +1103,7 @@ def IsTrajectoryTypeIkParameterizationTranslationDirection5D(traj):
1103
"""
1104
try:
1105
IKP_type = openravepy.IkParameterizationType.TranslationDirection5D
1106
- group_name = "ikparam_values {0}".format(IKP_type)
+ group_name = "ikparam_values {0}".format(int(IKP_type))
1107
if traj.GetConfigurationSpecification().GetGroupFromName(group_name):
1108
return True
1109
except openravepy.openrave_exception:
0 commit comments