Skip to content

Commit

Permalink
Merge pull request fkanehiro#1238 from k-okada/patch-1
Browse files Browse the repository at this point in the history
fix typo in clearJointAnglesOfGroup
  • Loading branch information
fkanehiro authored Feb 9, 2018
2 parents cc7ae01 + 43c0d28 commit 933da0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hrpsys_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2244,7 +2244,7 @@ def clearJointAnglesOfGroup(self, gname):
@param gname: Name of the joint group.
@return bool
'''
return self.seq_svc.clearJointAngles(gname)
return self.seq_svc.clearJointAnglesOfGroup(gname)

def removeForceSensorOffsetRMFO(self, sensor_names=[], tm=8.0):
'''!@brief
Expand Down

0 comments on commit 933da0d

Please sign in to comment.