Skip to content

Commit a339cb3

Browse files
authored
copy missing joint in keyframes
1 parent c087a57 commit a339cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: joint_control/angle_interpolation.py

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def __init__(self, simspark_ip='localhost',
3535

3636
def think(self, perception):
3737
target_joints = self.angle_interpolation(self.keyframes, perception)
38+
target_joints['RHipYawPitch'] = target_joints['LHipYawPitch'] # copy missing joint in keyframes
3839
self.target_joints.update(target_joints)
3940
return super(AngleInterpolationAgent, self).think(perception)
4041

0 commit comments

Comments
 (0)