We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c087a57 commit a339cb3Copy full SHA for a339cb3
joint_control/angle_interpolation.py
@@ -35,6 +35,7 @@ def __init__(self, simspark_ip='localhost',
35
36
def think(self, perception):
37
target_joints = self.angle_interpolation(self.keyframes, perception)
38
+ target_joints['RHipYawPitch'] = target_joints['LHipYawPitch'] # copy missing joint in keyframes
39
self.target_joints.update(target_joints)
40
return super(AngleInterpolationAgent, self).think(perception)
41
0 commit comments