Skip to content

Commit

Permalink
Merge pull request #1012 from k-okada/add_set_interpolation
Browse files Browse the repository at this point in the history
add method for setInterpolationMode
  • Loading branch information
fkanehiro authored Jun 21, 2016
2 parents e435265 + d40a9b1 commit 2ffbf13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/hrpsys_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,14 @@ def waitInterpolationOfGroup(self, gname):
'''
self.seq_svc.waitInterpolationOfGroup(gname)

def setInterpolationMode(self, mode):
'''!@brief
set interpolation mode.
@param i_mode_ new interpolation mode
@return true if set successfully, false otherwise
'''
return self.seq_svc.setInterpolationMode(mode)

def getJointAngles(self):
'''!@brief
Returns the commanded joint angle values.
Expand Down

0 comments on commit 2ffbf13

Please sign in to comment.