Skip to content

martinschonger/abc-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABC-DS: obstacle Avoidance with Barrier-Certified polynomial Dynamical Systems

Accompanying code for the paper Learning Barrier-Certified Polynomial Dynamical Systems for Obstacle Avoidance with Robots by Martin Schonger1*, Hugo T. M. Kussaba1*, Lingyun Chen1, Luis Figueredo2, Abdalla Swikir1, Aude Billard3, and Sami Haddadin1, which has been accepted for presentation at ICRA 2024.

1Munich Institute of Robotics and Machine Intelligence (MIRMI), Technical University of Munich (TUM), Germany. Abdalla Swikir is also with the Department of Electrical and Electronic Engineering, Omar Al-Mukhtar University (OMU), Albaida, Libya.
2School of Computer Science, University of Nottingham, UK. Luis Figueredo is also an Associated Fellow at the MIRMI, TUM.
3Learning Algorithms and Systems Laboratory, EPFL, Switzerland.
*These authors contributed equally to the paper.

Setup

Install MATLAB (tested with R2023a).

Install the required MathWorks toolboxes: Control System Toolbox, Robust Control Toolbox, Optimization Toolbox, Signal Processing Toolbox, Symbolic Math Toolbox, Statistics and Machine Learning Toolbox.

Install the required third party tools: YALMIP, PENLAB+PENBMI, MOSEK, GUROBI, (Optional for plotting: crameri colormaps).

Note Make sure that the non-toolbox paths are before/on top of the toolbox paths.

Run:

git clone https://github.com/martinschonger/abc-ds.git
cd abc-ds
git submodule init
git submodule update

Usage

Open the abc-ds folder in MATLAB.

Configure the desired experiments in main2.m and run this script.

Check the output folder for results and logs.

(Optionally, recreate the plots from the paper with generate_plots.m, and the animations from the video with generate_plots_video.m.)

Contact

martin.schonger@tum.de

This software was created as part of Martin Schonger's master's thesis in Computer Science at the Technical University of Munich's (TUM) School of Computation, Information and Technology (CIT).

Copyright © 2023 Martin Schonger
This software is licensed under the GPLv3.