@@ -6,13 +6,14 @@ full_body: True
66control_axes : 6
77
88cbf :
9- enabled : True
10- penalty : 10000.0
11- settling_time : 0.1
12- type : frustum # Options: sphere, tube, frustum
13- specs :
14- start_radius : 0.5
15- end_radius : 0.1
9+ enabled : False
10+ penalty : 10000.0
11+ settling_time : 0.1
12+ type : tube # Options: sphere, tube, frustum
13+ specs :
14+ start_radius : 0.5
15+ end_radius : 0.1
16+ radius : 0.25
1617
1718noises :
1819 # Process noise (how much we trust the physics model)
@@ -44,35 +45,50 @@ penalty:
4445 # 100, 100, 100]
4546 # P: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
4647 P : [
47- # Position (x, y, z)
48- 100.0, 200.0, 100.0,
49-
50- # Orientation (roll, pitch, yaw)
51- 500.0, 500.0, 200.0,
52-
53- # Linear Velocity (u, v, w)
54- 250.0, 250.0, 250.0,
55-
56- # Angular Velocity (p, q, r)
57- 500.0, 500.0, 500.0
58- ]
59-
48+ # Position (x, y, z)
49+ 200.0,
50+
51+ 250.0,
52+ 200.0,
53+ # Orientation (roll, pitch, yaw)
54+ 500.0,
55+
56+ 500.0,
57+ 250.0,
58+ # Linear Velocity (u, v, w)
59+ 50.0,
60+
61+ 50.0,
62+ 50.0,
63+ # Angular Velocity (p, q, r)
64+ 200.0,
65+ 200.0,
66+ 100.0,
67+ ]
6068
6169 # Q: [0., 0., 0., 0., 0., 0.]
6270 # Q: [1, 1, 1, 1, 1, 1]
6371 Q : [
64- # Position (x, y, z)
65- 100.0, 200.0, 100.0,
66-
67- # Orientation (roll, pitch, yaw)
68- 500.0, 500.0, 200.0,
69-
70- # Linear Velocity (u, v, w)
71- 250.0, 250.0, 250.0,
72-
73- # Angular Velocity (p, q, r)
74- 500.0, 500.0, 500.0
75- ]
72+ # Position (x, y, z)
73+ 200.0,
74+
75+ 250.0,
76+ 200.0,
77+ # Orientation (roll, pitch, yaw)
78+ 500.0,
79+
80+ 500.0,
81+ 250.0,
82+ # Linear Velocity (u, v, w)
83+ 25.0,
84+
85+ 25.0,
86+ 25.0,
87+ # Angular Velocity (p, q, r)
88+ 100.0,
89+ 100.0,
90+ 50.0,
91+ ]
7692
7793 # R: [100, 100, 100, 100, 100, 100]
7894 # R: [10, 10, 10, 10, 10, 10]
@@ -81,12 +97,16 @@ penalty:
8197 # R: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1]
8298 # R: [0.01, 0.01, 0.01, 0.01, 0.01, 0.01]
8399 R : [
84- # Force (Fx, Fy, Fz)
85- 0.05, 0.5, 0.05,
86-
87- # Torque (Tx, Ty, Tz)
88- 100.0, 100.0, 0.5
89- ]
100+ # Force (Fx, Fy, Fz)
101+ 0.05,
102+
103+ 0.5,
104+ 0.005,
105+ # Torque (Tx, Ty, Tz)
106+ 100.0,
107+ 100.0,
108+ 0.5,
109+ ]
90110
91111 R_pwm : 1e-4
92112
0 commit comments