Giter Site home page Giter Site logo

robust_ccm_tube's Introduction

Tube-Certified Trajectory Tracking With Robust Control Contraction Metrics (CCM)

Codes for the paper

P. Zhao, A. Lakshmanan, K. Ackerman, A. Gahlawat, M. Pavone, and N. Hovakimyan, โ€œTube-certified trajectory tracking for nonlinear systems with robust control contraction metrics,โ€ IEEE Robotics and Automation Letter, 2022. arXiv:2109.04453.

Dependencies

  • YALMIP + Mosek solver for search of CCM or robust CCM (RCCM) using sum of squares (SOS) relaxation.
  • SPOTLESS also needed for CCM/RCCM synthesis for the 3D quadrotor example
  • OptimTraj for planning trajectories.
  • OPTI + Matlab fmincon slover for solving the nonlinear programming (NLP) problem associated with geodesic computation.

Usage

For each example,

  • Run main.m under the metric folder to design the CCM/RCCM controller.
  • Run main.m under the sim folder to simulate the behavior of the system under a CCM/RCCM controller.
  • Accelerate the geodesic and control law computation by generating C codes with generate_code_for_geodesic_cal.m.

Suggestions

SOS programming seems not reliable for CCM/RCCM synthesis for high dimensional systems (e.g., a 3D quadrotor). If you struggle in getting a CCM/RCCM for your system using SOS programming, you can try gridding the state space and solving an LMI problem instead, as I did for the quadrotor example.

robust_ccm_tube's People

Contributors

boranzhao 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.