Init
This commit is contained in:
Binary file not shown.
7
behaviors/custom/keyframe/poses/neutral/neutral.py
Normal file
7
behaviors/custom/keyframe/poses/neutral/neutral.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
from behaviors.custom.keyframe.keyframe import KeyframeSkill
|
||||
|
||||
|
||||
class Neutral(KeyframeSkill):
|
||||
def __init__(self, agent):
|
||||
super().__init__(agent, os.path.join(os.path.dirname(__file__), "neutral.yaml"))
|
||||
19
behaviors/custom/keyframe/poses/neutral/neutral.yaml
Normal file
19
behaviors/custom/keyframe/poses/neutral/neutral.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
symmetry: true
|
||||
kp: 150
|
||||
kd: 1
|
||||
keyframes:
|
||||
- delta: 0.0
|
||||
motor_positions:
|
||||
Head_yaw: 0.000
|
||||
Head_pitch: 0.000
|
||||
Shoulder_Pitch: 0.000
|
||||
Shoulder_Roll: -89.954
|
||||
Elbow_Pitch: 0.000
|
||||
Elbow_Yaw: 0.000
|
||||
Waist: 0.000
|
||||
Hip_Pitch: 0.000
|
||||
Hip_Roll: 0.000
|
||||
Hip_Yaw: 0.000
|
||||
Knee_Pitch: 0.000
|
||||
Ankle_Pitch: 0.000
|
||||
Ankle_Roll: 0.000
|
||||
Reference in New Issue
Block a user