An open API service indexing awesome lists of open source software.

https://github.com/thowell/simple_trajectory_optimization

Examples showing how to set up trajectory optimization problems.
https://github.com/thowell/simple_trajectory_optimization

Last synced: over 1 year ago
JSON representation

Examples showing how to set up trajectory optimization problems.

Awesome Lists containing this project

README

          

# simple trajectory optimization

Examples setting up trajectory optimization problems in Julia using [Ipopt](https://github.com/coin-or/Ipopt) (via [MathOptInterface](https://jump.dev/MathOptInterface.jl/v0.9.1/)), [Convex.jl](https://github.com/jump-dev/Convex.jl), and [OSQP](https://osqp.org/). Additionally, there are examples for defining sparse derivatives, both manually and with [Symbolics.jl](https://github.com/JuliaSymbolics/Symbolics.jl).

TODO:
- [X] sparsity example
- [X] Symbolics.jl