-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
379 lines (350 loc) · 15.5 KB
/
index.html
File metadata and controls
379 lines (350 loc) · 15.5 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description"
content="">
<meta name="keywords" content="Adaptive control, Legged Robots, MPC, Quadruped Robot, System identification">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<link rel="stylesheet" href="./static/css/bulma.min.css">
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
<link rel="icon" href="./static/images/stochlab.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="./static/js/fontawesome.all.min.js"></script>
<script src="./static/js/bulma-carousel.min.js"></script>
<script src="./static/js/bulma-slider.min.js"></script>
<script src="./static/js/index.js"></script>
</head>
<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<img src="./static/images/final_logo.png" width="20%" alt="Stoch Lab Logo"/>
<!-- <img src="./static/images/IISc_Logo.jpg" width="10%" alt="IISc Logo" align="right"/> -->
<img src="./static/images/iisc_logo.png" width="11%" alt="IISc Logo" align="right"/>
<div class="columns is-centered"></div>
</div>
</div>
</section>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="column has-text-centered">
<h1 class="title is-2 publication-title">Adaptive control of Quadruped robot under varying load conditions</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a href="https://scholar.google.com/citations?user=tHjGrMoAAAAJ&hl=en">Vamshi Kumar Kurva</a>,
</span>
<span class="author-block">
<a href="https://www.shishirny.com/">Shishir Kolathaya</a>
</span>
</div>
<div class="is-size-5 publication-authors">
<span class="author-block"> Indian Institute of Science (IISc), Bangalore </span>
</div>
<div class="column has-text-centered">
<div class="publication-links">
<span class="link-block">
<a href="https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10883701"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-light">
<div class="hero-body">
<div class="container is-max-desktop">
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
Control frameworks for legged robots often rely
on accurate dynamic models. However, these models often
proves to be inaccurate due to factors such as mechanical
wear and tear, and unforeseen changes such as the addition
of extra payloads during deployment. Significant deviations in
the dynamics can severely impact the controller’s performance.
Our goal is to enhance the controller’s model in real-time
during deployment using onboard sensors and online learning.
Specifically, our work focuses on quadruped locomotion under
varying load conditions. This paper presents an adaptive force
control framework for quadruped robots, enhanced with online
system identification, to handle significant changes in both
mass and center of mass (CoM). The proposed approach
demonstrates superior velocity and height tracking, even under
extreme load conditions, showing promise for applications in
logistics, military, and rescue missions.
</p>
<br>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column">
<h2 class="title is-3"> Background </h2>
</div>
</div>
<div class="columns is-centered">
<!-- <div class="column is-four-fifths"> -->
<div class="column">
<div class="content has-text-justified" style="padding-top: 3%">
<p>
Many controllers for legged locomotion still rely on an accurate robot model, especially Model Predictive Control (MPC), which assumes known dynamics and re-plans at every step. However, model inaccuracies due to wear, maintenance, and repairs can degrade performance. While some MPC-based methods in the literature have been modified for load-bearing tasks, they only handle minimal center-of-mass (CoM) shifts. Large CoM changes pose significant challenges, often leading to controller failure. The goal is to develop a controller that can adapt to substantial CoM variations, benefiting applications in logistics, search and rescue, military, and agriculture.
</p>
</div>
<!-- <img src="images/Comparison.png" width="100%"> -->
</div>
</div>
</div>
</section>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column">
<h2 class="title is-3"> Why is Payload Handling Challenging? </h2>
</div>
</div>
<div class="columns is-centered">
<div class="column">
<div class="content has-text-justified" style="padding-top: 3%">
<p>
Handling payload is challenging because adding or removing weight shifts the center of mass (CoM) away from the torso’s geometric center. This shift creates an imbalance, generating a tipping moment about the diagonal axis connecting the diagonal foot positions. If not properly accounted for, this can cause the robot to lose stability and tip over during locomotion.
</p>
</div>
<div class="has-text-centered">
<img src="images/effect_of_com_offset_big.png" width="50%">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-light">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column" style="padding-bottom: 3%">
<h2 class="title is-3"> Proposed Control Architecture </h2>
</div>
</div>
<div class="columns is-centered">
<div class="column">
<div class="content has-text-justified" style="padding-top: 3%">
<p>
The control architecture comprises several modules:
ConvexMPC, PD controller, and Online SysID. We employ ConvexMPC
as a high-level controller to track the command velocities provided by
a joystick. The high-level controller uses a gait scheduler that
defines the gait timing and contact sequence for each leg. It
then determines the desired foot forces for the stance leg and
foot positions for the swing leg based on user commands.
These high-level commands are converted into torques by
the low-level controller. For the swing legs, foot positions
are tracked using PD control, while for the stance legs,
desired torques are generated using the leg Jacobian, which
relates joint torques to end-effector forces. Online SysID is
employed to identify changing parameters of interest using
past data from the controller.
</p>
</div>
<div class="has-text-centered" style="padding-top: 3%">
<img src="images/AdapControlNew.png" alt="PIP-Loco Training Architecture" width="70%">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column" style="padding-bottom: 3%">
<h2 class="title is-3"> Parameter estimation </h2>
</div>
</div>
<div class="columns is-centered has-text-centered">
<div class="content has-text-justified" style="padding-top: 3%">
<p>
The dynamics of the robot are influenced by system parameters such as mass,
Center of Mass (CoM), inertia, and foot positions relative to the CoM.
Accurately identifying these varying system parameters enhances the controller’s
ability to effectively track commands. We propose the following two algorithms
to estimate mass and CoM shift.
</p>
</div>
</div>
<div class="column has-text-centered">
<div class="columns is-centered has-text-centered">
<div class="column">
<h3 class="title is-4"> </h3>
<img src="images/mass_estimation.png" width="100%">
</div>
<div class="column">
<h3 class="title is-4"> </h3>
<img src="images/com_shift_estimation.png" width="100%">
</div>
</div>
<div class="content has-text-justified" style="padding-top: 3%">
<p>
The mass estimation method calculates the robot’s mass by dividing the z-direction force
acting on the robot by its z-direction acceleration at each time-step. CoM shift identifies
specific torso points where moments about the x and y axes are zero, assuming negligible GRFs
in the x and y directions compared to the z-direction. These individual estimates are averaged to obtain
a reliable estimate.
</p>
</div>
</div>
</div>
</section>
<section class="hero is-light">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column" style="padding-bottom: 3%">
<h2 class="title is-3"> Results </h2>
</div>
</div>
<div class="columns is-centered">
<div class="column">
<div class="content has-text-justified">
<p>
To validate our approach, we used the PyBullet simulator with a custom Stoch3 URDF model.
The simulation provides full state access, including joint positions and velocities.
ConvexMPC, running at 250 Hz, serves as the base controller, while the PD controller runs
at 1 kHz. The robot maintains a trot gait with a desired body height of 0.42 meters.
We initially placed a payload of 2 kg at a distance of (0.25, 0.17) meters from the center
of the base frame. The payload mass was then incrementally increased until it reached 18 kg,
followed by a similar decrement back to 2 kg. Consequently, the CoM shift varied correspondingly,
reaching its maximum when the payload mass was highest and its minimum when the payload mass was lowest.
</p>
</div>
</div>
</div>
<!-- Step in Place-->
<div class="columns is-centered has-text-centered">
<div class="column">
<h4 class="title is-5">Step in Place</h4>
</div>
</div>
<div class="columns is-centered">
<div class="column">
<video width="100%" style="padding: 2%;" autoplay loop muted playsinline>
<source src="videos/no_sys_id_step_in_place.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<p class="has-text-centered">Baseline: No SysID</p>
</div>
<div class="column">
<video width="100%" style="padding: 2%;" autoplay loop muted playsinline>
<source src="videos/sys_id_step_in_place.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<p class="has-text-centered">Our Method: With SysID</p>
</div>
</div>
<!-- Walking Forward-->
<div class="columns is-centered has-text-centered">
<div class="column">
<h4 class="title is-5">Walking Forward</h4>
</div>
</div>
<div class="columns is-centered">
<div class="column">
<video width="100%" style="padding: 2%;" autoplay loop muted playsinline>
<source src="videos/no_sys_id_walk_forward.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<p class="has-text-centered">Baseline: No SysID</p>
</div>
<div class="column">
<video width="100%" style="padding: 2%;" autoplay loop muted playsinline>
<source src="videos/sys_id_walk_forward.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<p class="has-text-centered">Our Method: With SysID</p>
</div>
</div>
<div class="columns is-centered">
<div class="column">
<div class="content has-text-justified">
<p>
The base controller struggles to
track velocity commands, causing the robot to drift toward
the CoM, and height tracking deteriorates with increasing
payload mass. However, by identifying the changing parameters,
our adaptive controller successfully tracks both height
and velocity commands.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-light">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column" style="padding-bottom: 3%">
<h2 class="title is-3"> Conclusion </h2>
</div>
</div>
<div class="columns is-centered">
<div class="column">
<div class="content has-text-justified" style="padding-top: 3%">
<p>
In this work, we presented a force-based controller capable
of adapting to changes in load conditions. We employed
a system identification technique to identify changing pa-
rameters of interest using data collected from the base con-
troller in real-time. We validated our controller in PyBullet
simulator under two different test conditions, demonstrating
superior command tracking compared to the base controller.
For future work, we plan to explore reinforcement learning-
based methods to adapt to various other uncertainties and
unstructured terrains
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <footer class="footer">
<div class="container">
<div class="content has-text-centered">
<a class="icon-link" href="https://github.com/StochLab" class="external-link" disabled>
<i class="fab fa-github"></i>
</a>
</div>
</div>
</footer> -->
</body>
</html>