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

https://github.com/yuricst/colt.jl

Collocation based trajectory optimization
https://github.com/yuricst/colt.jl

Last synced: 5 months ago
JSON representation

Collocation based trajectory optimization

Awesome Lists containing this project

README

          

# COLT.jl

Collocation based trajectory optimization

### Usage

1. Use an existing problem model (see Prepared problem models list below)

2. Coding your own problem

### TODOs

**Core functions**

- [x] Hermite-Simpson defect
- [ ] Gauss-lobato defect
- [ ] Node relocation

**Prepared problem models**

- [x] Two-body orbit raising problem (Cartesian)
- [ ] Two-body orbit transfer problem (Cartesian)
- [ ] Two-body rendez-vous problem (Cartesian)