-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_bad.yaml
More file actions
26 lines (22 loc) · 1 KB
/
Copy pathconfig_bad.yaml
File metadata and controls
26 lines (22 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
simulation:
model_path: "franka_fr3/fr3.xml" # Adjust path to your MuJoCo model
site_name: "attachment_site"
initial_qpos: [2.67, 1.76, -1.02, -2.42, -1.03, 1.4, 3.0] # This is a decent starting position from trial and error
#dt: 0.002
#duration: 10.0
admittance_controller:
M: [10, 10, 10, 0.1, 0.1, 0.1]
B: [30, 30, 30, 1, 1, 1]
K: [0, 0, 0, 0, 0, 0] #doesn't actually matter, is a placeholder
Kp: 200.0
Kd: 10
forces:
#external_force: [1, 0, 1, 0, 0, 0]
desired_activation: 0.7
# the desired activation is what we want in our MUSCLES - and is achieved by some displacement of the EE which has a virtual stiffness
# we can achieve a desired activation by representing it as an external force - the force on the robot arm and the human arm are the same - but opposite directions
trajectory:
type: "quarter_circle"
center: [0.4, 0.0, 0.4] # I tuned this to be appropriate
radius: 0.289189 # Euclidian norm of (0.011649, -0.280635, 0.068841), meters
frequency: 0.1