Ask HN: What are the modern approaches to robotic control?
The coordinated robots from Boston Dynamics (acquired by Google) impress the most, with their ability to react quickly to perturbation and move competently over difficult terrain.
I assume they are not solving inverse kinematics problems continuously, and also assume that much of their progress was made before the deep learning revolution, so maybe they don't even use neural networks either.
So are they using any reinforcement learning? I have no idea so would appreciate any quick summaries or pointers to relevant information.
What other companies are working in robotics at the same level as Boston Dynamics?
Approaches to robot perception, path planning (e.g. A*), and environmental mapping (e.g. SLAM) are also very interesting, but not the topics I'm interested in for this question.
[+] [-] ModernMech|9 years ago|reply
Here's a good paper on RL in robotics: http://www.ias.tu-darmstadt.de/uploads/Publications/Kober_IJ...
RL is not widely used for control, but it has yielded some impressive results. In my experience I had a highly dynamic system for which I built a hand-tuned model for motion planning. I also built a RL model and trained it using the hand-tuned model. The RL model performed more than 50% better than my very best efforts.
Also, some of my favorite textbooks:
Principles of Robot Motion by Choset et. al.
Statistical Robotics by Fox, Burgard, and Thrun
Linear Systems Theory by Hespanha
[+] [-] antiuniverse|9 years ago|reply
"Planning Algorithms" by Steven M. LaValle
http://planning.cs.uiuc.edu/
>This book presents a unified treatment of many different kinds of planning algorithms. The subject lies at the crossroads between robotics, control theory, artificial intelligence, algorithms, and computer graphics. The particular subjects covered include motion planning, discrete planning, planning under uncertainty, sensor-based planning, visibility, decision-theoretic planning, game theory, information spaces, reinforcement learning, nonlinear systems, trajectory planning, nonholonomic planning, and kinodynamic planning.
[+] [-] falcolas|9 years ago|reply
[0] https://en.wikipedia.org/wiki/Control_system [1] https://en.wikipedia.org/wiki/PID_controller
[+] [-] stevendhansen|9 years ago|reply
For serious control systems you can look up state feedback control, model predictive control, and nonlinear systems control (to name a few very broad categories out of many possible options).
[+] [-] fudged71|9 years ago|reply
Very natural looking movement from these systems! https://youtu.be/aucE49ZBXx0?t=46
[+] [-] pumpikano|9 years ago|reply
[+] [-] srlake|9 years ago|reply
Here's a recent paper using one of these approaches: http://www.intechopen.com/books/international_journal_of_adv...
One approach that could be used for a system like Big Dog would be a feed-forward control loop with kinematic/dynamic modelling of the robot. These approaches use knowledge of the system dynamics to predict the output based on changing inputs or disturbances.
[+] [-] glial|9 years ago|reply
http://homes.cs.washington.edu/~todorov/
He's done some amazing work recently in helping solve problems surrounding movement planning (not really the same as path planning like A*), so you can tell a robot to do something general like "stand here", and it treats the movement planning as an optimization problem and the dynamics of its 'body' and physics as constraints. The resulting behavior is eerily lifelike.
[+] [-] sharemywin|9 years ago|reply
http://news.nationalgeographic.com/news/2003/03/0311_030313_...
http://web.mit.edu/spotlight/archives/troody.html
Mentions some of the engineers at Boston Dymanics including the inventor of troody. https://prezi.com/tn5kji7ehk3u/prezi-project/
[+] [-] sharemywin|9 years ago|reply
http://news.mit.edu/2001/dinosaur
We use series elastic actuators, or springs connected to motors, and low-stiffness control, so the joints are looser, and more biological."
HOW IT WORKS Troody, which weighs about ten pounds, has 16 joints and 36 sensors. "Every joint has a position and force sensor," Mr. Dilworth said. The robot also has a vestibular system -- the equivalent of an inner ear -- that it uses for balancing, and an onboard computer that automatically runs a walking control algorithm.
[+] [-] npmanor|9 years ago|reply
[+] [-] orasis|9 years ago|reply
http://mlg.eng.cam.ac.uk/pilco/
[+] [-] dbcurtis|9 years ago|reply
[+] [-] jamessb|9 years ago|reply
[1]: http://underactuated.csail.mit.edu/underactuated.html
[2]: https://www.edx.org/course/underactuated-robotics-mitx-6-832...