RoboticExplorationLab / TrajectoryOptimization.jl

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

Function base #55

Closed bjack205 closed 2 years ago

bjack205 commented 2 years ago

This PR is a significant update from the previous version. It uses v0.4 of RobotDynamics, which offers a completely new API for evaluating functions and their derivatives under the unified FunctionBase. This allows for both in-place and out-of-place function signatures and a variety of differentiation methods. This should allow the problems to scale better to higher dimensions, by switching to in-place operations using normal arrays instead of StaticArrays.