Skip to content

Commit 0162d7d

Browse files
authored
Update LinPolForceControlQuad.md
1 parent 618a73a commit 0162d7d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

_projects/LinPolForceControlQuad.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,14 @@ last-updated: 2023-01-28
1616

1717
<br>
1818
#### Abstract
19-
This work presents a simple linear policy for direct force control for quadrupedal robot locomotion. The motivation is that force control is essential for highly dynamic and agile motions. We learn a linear policy to generate end-foot trajectory parameters and a centroidal wrench, which is then distributed among the legs based on the foot contact information using a quadratic program (QP) to get the desired ground reaction forces. Unlike the majority of the existing works that use complex nonlinear function approximators to represent the RL policy or model predictive control (MPC) methods with many optimization variables in the order of hundred, our controller uses a simple linear function approximator to represent policy along with only a twelve variable QP for the force distribution. A centroidal dynamics-based MPC method is used to generate reference trajectory data, and then the linear policy is trained using imitation learning to minimize the deviations from the reference trajectory. We demonstrate this compute-efficient controller on our robot Stoch3 in simulation and real-world experiments on indoor and outdoor terrains with push recovery.
19+
20+
This work presents a simple linear policy for direct force control for quadrupedal robot locomotion. The motivation is that force control is essential for highly dynamic and agile motions. Unlike the majority of the existing works that use complex nonlinear function approximators to represent the RL policy or model predictive control (MPC) methods with many optimization variables in the order of hundred, our controller uses a simple linear function approximator to represent policy. We demonstrate this compute-efficient controller on our robot Stoch3 in simulation and real-world experiments on indoor and outdoor terrains with push recovery.
2021

2122
*Full paper will be uploaded soon*
2223

23-
<br>
24-
## Control Framework
25-
<div style="text-align:center">
26-
<img src="{{site.base}}/img/LinPolForceControl/overview.jpg" alt="drawing"/>
27-
</div>
2824
<br>
2925

26+
3027
## Simulation Results
3128

3229
<p align="center">
@@ -66,4 +63,4 @@ This work presents a simple linear policy for direct force control for quadruped
6663
}
6764
``` -->
6865
<br>
69-
<br/>
66+
<br/>

0 commit comments

Comments
 (0)