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

https://github.com/dmalyuta/scp_new_problem

Template Julia package for implementing your own problems using the SCP Toolbox (scp_traj_opt)
https://github.com/dmalyuta/scp_new_problem

Last synced: 7 months ago
JSON representation

Template Julia package for implementing your own problems using the SCP Toolbox (scp_traj_opt)

Awesome Lists containing this project

README

          

# `scp_new_problem`

This is a template package that you can use to implement your own optimal
control problems, to be solved using the [SCP
Toolbox](https://github.com/dmalyuta/scp_traj_opt/tree/jgcd). For reference,
the package comes preloaded with a very simple Dubin's car trajectory
generation problem with obstacle avoidance. You can feel free to remove this
example for your own work.

Are you a new user? After cloning this repository, read the
[**tutorial**](https://www.malyuta.name/optimization/tooling/2021/07/15/scp-tutorial.html)
for how to use this repository in conjunction with the SCP Toolbox.