Coder Social home page Coder Social logo

wzmbeijing / scpp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from embersarc/scpp

0.0 0.0 0.0 7.79 MB

Implementation of SCvx, linear MPC and LQR for trajectory generation and tracking

License: MIT License

Shell 0.11% C++ 91.91% Python 5.89% CMake 2.09%

scpp's Introduction

This library implements various optimal control algorithms that are particularly suited for aerospace applications.

Guidance and Control Algorithms

  • Efficient Successive Convexification, a real-time guidance algorithm for optimal trajectory planning of constrained dynamical systems
  • Generic linear receding-horizon SOCP MPC algorithm
  • Linear Quadratic Regulator

Features

  • JIT derivative code generation with CppAD/CppADCodegen
  • Intuitive interface to implement custom models
  • Rapid iteration with parameters files

Current Models

  • 2D Rocket Model
  • Rocket Landing Model with Quaternion
  • Rocket Landing Model with Euler Angles

Dependencies

  • C++17
  • Eigen
  • Boost (odeint and ptree)
  • fmt (included as submodule)
  • CppAD/CppADCodegen (included as submodule)
  • Epigraph (included as submodule)

Instructions

Install

git clone --recurse-submodules https://github.com/EmbersArc/SCpp.git
cd SCpp
mkdir build
cd build
cmake ..
make

Run

Available executables are:

  • LQR_sim to simulate a trajectory with the classic MPC controller

  • MPC_sim to simulate a trajectory with the classic MPC controller

  • SC_oneshot to calculate one trajectory with Successive Convexification

  • SC_sim to simulate a trajectory with Successive Convexification

Calculated trajectories are written to the output/<modelname> directory.

Create a Custom Model

See existing models in the socp_models folder for some examples.

Papers

Examples

(click on videos for higher quality versions)

Rocket Trajectory Model with Free-Final-Time

SpaceX Starship Landing Trajectory

2D Rocket Landing Problem

feed-forward input tested in a box2d physics simulation

Cartpole

Contributing

I'm looking forward to contributions, both problem formulations and improvements to the core library.

scpp's People

Contributors

embersarc avatar janismac avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.