Having taken Tedrake's underactuated robotics class which uses Drake's python bindings, it is an amazing collection of tools and examples of algorithms. Really great for learning.
I would say is very focused on research and quick prototyping, however.
MIT Driverless experimented with using Drake in 2018-19 race car, but we found that just implementing everything in eigen was more flexible, removed a dependency, and more transparent for tinkering.
"Model-based design and verification for robotics."
>Drake (“dragon” in Middle English) is a C++ toolbox started by the Robot Locomotion Group at the MIT Computer Science and Artificial Intelligence Lab (CSAIL).
Cmake project that depends on a specific distribution to be built _from source_? I know, it's 2020, we have Docker and things, but but but that's not how it works folks!
I would say is very focused on research and quick prototyping, however.
MIT Driverless experimented with using Drake in 2018-19 race car, but we found that just implementing everything in eigen was more flexible, removed a dependency, and more transparent for tinkering.