Adds some rudimentary python bindings for the main solver.
In the python version, TrajectoryOptimizer takes a urdf file rather than a Drake model. This allows us to avoid thinking about compatibility with pydrake.
This could definitely be improved, especially in terms of how the bindings are installed. But I'm going to go ahead merge this for now. We can make further refinements in subsequent PRs.
Adds some rudimentary python bindings for the main solver.
In the python version,
TrajectoryOptimizer
takes a urdf file rather than a Drake model. This allows us to avoid thinking about compatibility withpydrake
.This change is