Robotic systems are expected to take a large place in tomorrow’s society, from self-driving vehicles to humanoid robots, far beyond current industrial robots in tightly controlled factory environments. Disruptive domains include autonomous cars or buses for transportation, robotic arms in collaboration with workers, quadruped robots for inspection or as companion workers, humanoid robots to help fragile people or to relieve operators from tedious, MSD-inducing or low-added value tasks… and even landing-capable rockets. These widely different robotic systems all share a common approach when it comes to algorithms controlling their motion: these motions are designed by specifying numerical objectives and constraints on what these robotic systems must do, and within which limits. These specifications often conflict, and actual motor controls must then be computed to satisfy all these objectives and constraints in the best possible way. This is naturally achieved by solving a numerical optimization problem.
Optimization-base control is a very effective and popular solution. The problem arising in robotics are small enough that they can be solved exactly in theory and to the extent permitted by the computer precision in practice. Yet these problems (whether solved online or offline – e.g. in learning-based approach) relies on models, which imperfectly reflects the reality. The control is also based on inputs from sensors with a limited precision and the robot actuators can not exactly follow the command computed. So, do we really need exact, or even precise, numerical solutions?
The goal of the project was to explore two hypotheses:
- (H1) We can obtain the exact same performance with imprecise numerical solutions
- (H2) We can obtain these imprecise numerical solutions using less costly numerical methods
Three objectives were defined to explore them:
- (O1) Provide a diverse benchmark for optimization-based control of robotic systems
- (O2) Provide a detailed impact analysis of numerical precision in models and solutions
- (O3) Provide an efficient solver tailored for inexact computations
Additionally, the project looks at the environmental impacts of robotics, in particular to see how the findings can accompanied to reduce the overall computational footprint of robots rather than help more robots being built as a result of a cheaper operational cost.