RoboticExplorationLab / TrajectoryOptimization.jl

A fast trajectory optimization library written in Julia
https://roboticexplorationlab.org
MIT License
330 stars 63 forks source link

Separate dynamics #64

Closed bjack205 closed 2 years ago

bjack205 commented 2 years ago

Adds the ability to specify individual dynamics functions at each time step, at a first step towards supporting hybrid dynamics #59.

Both the Problem and ConstraintList now support having a different dynamics model at each time step.