Tutorial: Gait and Trajectory Optimization for Legged Robots

  Рет қаралды 37,203

Robotic Systems Lab: Legged Robotics at ETH Zürich

Robotic Systems Lab: Legged Robotics at ETH Zürich

Күн бұрын

Paper, video, open-source code, slides and more:
www.awinkler.me
Intro:
00:29 - Why Legged Robots?
01:15 - Context of Robot Motion Planning
05:09 - Integrated Motion Planning
Main:
09:15 - Optimization Variables (Base, Feet, Forces)
09:54 - Dynamic Constraint (Single Rigid Body Dynamics)
11:41 - Kinematic Constraint (Range-of-Motion Box)
13:05 - Gait Optimization without Integer Programming
16:37 - Phase-based End-Effector Parameterization
19:56 - Terrain Constraints
Results:
32:01 - Video of generated Motions ( • Gait and Trajectory Op... )
26:14 - Summary
27:57 - Open-source Software (github.com/awinkler)
Publication:
"Gait and Trajectory Optimization for Legged Systems
through Phase-based End-Effector Parameterization",
Alexander. W. Winkler, Dario Bellicoso, Marco Hutter, Jonas Buchli,
Robotics and Automation Letters (RA-L), 2018.
----------------------------------------------------------------------------------------------------
This research has been funded by the Swiss National Center of Competence in Research Robotics (NCCR Robotics) and is also part of ANYmal Research, a community to advance legged robotics.
Icons from: www.behance.net/gallery/22478...

Пікірлер: 22
@haodongzheng7045
@haodongzheng7045 5 жыл бұрын
Fascinating work! My senior thesis was about least-energy path planning for serial manipulators using direct collocation with nonlinear programming(DCNLP). Glad to watch your tutorials, it’s illuminating.
@chaubyzou8143
@chaubyzou8143 2 жыл бұрын
Great work! It is very helpful for me to understand these optimization based trajectory planning approaches for legged robots.
@TheRaspberryPiGuy
@TheRaspberryPiGuy 3 жыл бұрын
Really high quality video - great stuff!
@sashu1998
@sashu1998 4 жыл бұрын
Excellent Work, first ROS package I've had that just works out of the box
@alexanderwinkler6821
@alexanderwinkler6821 4 жыл бұрын
That is how we roll!😎
@brycenarcisomercines5036
@brycenarcisomercines5036 3 жыл бұрын
This is such a great video, Thanks so much for making this! :)
@gabrielduarte4152
@gabrielduarte4152 Жыл бұрын
Thank you very much for your work and for spreading it. I learned a lot from him, and I will try to apply what I learned in my master's degree. Thank you very much.
@MonteLogic
@MonteLogic 2 жыл бұрын
fulfills all constraints* Good and brilliant presentation.
@397522042
@397522042 5 жыл бұрын
Great work!
@MdelaRE1
@MdelaRE1 5 жыл бұрын
An excelent work!!! :D
@jamesnayak5391
@jamesnayak5391 5 жыл бұрын
excellent!!!
@omarsilva924
@omarsilva924 3 жыл бұрын
Impressive!!
@prakrutkotecha5868
@prakrutkotecha5868 3 жыл бұрын
Hi, great work I had a question about the continuous phase durations The part I am confused about is how did you pass the phase duration as a parameter to be optimized during the program cause according to the dynamics the step time should not be directly related. If you could explain a bit more about the phase duration part it would be great!!
@samuelclay9663
@samuelclay9663 11 ай бұрын
It took me a few views to fully understand what's going on here. This is neat stuff. I suppose since the solver generates several possible gaits, a cost function could be used as a "selector" for which one to use depending on if we want to optimize speed, battery usage, etc. I suppose the only drawback to this method is that the number of steps to take must be specified at the beginning even though that could be tricky to guess in real-time
@hobycedric6279
@hobycedric6279 Жыл бұрын
very inspiring! By the way, i have a question about dynamic modelling of quadruped robot using lagrangian. In my case, i consider it as a multi rigid body. Here is my question: while computing the legs dynamic model, specially the mass matrix of inertia, should i express the jacobian of the leg with respect to the global frame or with respect to its own reference frame (used for DH parameters)? thanks for answering
@noorahamedgadamphalli8197
@noorahamedgadamphalli8197 3 жыл бұрын
Where do you solve this optimization problem? Is there a computer on the robot or do you send the data to some other super computer. I was curious because optimization problems require significant amount of computational power and decision here needs to be as quick as possible.
@hubble-02
@hubble-02 3 жыл бұрын
Hi, great work :) I wanted to ask something in your Trajectory optimization formulation. Is the number of knot points per phase constant or variable?
@alexanderwinkler6821
@alexanderwinkler6821 3 жыл бұрын
Thanks! There are different splines for foot position, foot force and base position. How many polynomials you use for each of these per phase is variable, but 1-3 is often enough.
@hubble-02
@hubble-02 3 жыл бұрын
@@alexanderwinkler6821 Thank you very much 🙏
@jstm
@jstm 4 жыл бұрын
For Gait Optimization, how is the number of swing and stance phase for each leg selected? The length of each phase is continuous but it seems that the number of phases must be selected
@alexanderwinkler6821
@alexanderwinkler6821 4 жыл бұрын
Yes, absolutely, that number is fixed in advanced. It can for instance be based on the total duration of the trajectory. A higher number of steps allows more gaits to be generated, but also introduces more variables, thereby making the solving slower. So it's a trade-off.
@Build_the_Future
@Build_the_Future 3 жыл бұрын
I wish I saw this before I build my 2 legged robots. You can check it out on my channel if you are interested. Let me know what you think thanks.
Introduction to Trajectory Optimization
46:40
Matthew Kelly
Рет қаралды 87 М.
Legged Robots - Computerphile
10:39
Computerphile
Рет қаралды 41 М.
Final muy inesperado 🥹
00:48
Juan De Dios Pantoja
Рет қаралды 18 МЛН
Children deceived dad #comedy
00:19
yuzvikii_family
Рет қаралды 4,7 МЛН
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 34 МЛН
버블티로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 55 МЛН
Hybrid Locomotion for Wheeled-Legged Robots (Presentation)
8:58
Robotic Systems Lab: Legged Robotics at ETH Zürich
Рет қаралды 22 М.
Robot Motion Planning using A* (Cyrill Stachniss)
1:38:21
Cyrill Stachniss
Рет қаралды 17 М.
DeepGait: Planning and Control of Quadrupedal Gaits using Deep Reinforcement Learning (Presentation)
8:18
Robotic Systems Lab: Legged Robotics at ETH Zürich
Рет қаралды 20 М.
Reveal Invisible Motion With This Clever Video Trick
14:20
Steve Mould
Рет қаралды 2,6 МЛН
Learning Robust Autonomous Navigation and Locomotion for Wheeled-legged Robots
2:52
Robotic Systems Lab: Legged Robotics at ETH Zürich
Рет қаралды 158 М.
TAMOLS: Terrain-Aware Motion Optimization for Legged Systems
5:25
Robotic Systems Lab: Legged Robotics at ETH Zürich
Рет қаралды 7 М.
Trajectory Planning for Robot Manipulators
18:22
MATLAB
Рет қаралды 105 М.
Секретный смартфон Apple без камеры для работы на АЭС
0:22
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 999 М.
Lid hologram 3d
0:32
LEDG
Рет қаралды 6 МЛН