Skip to content

MizuhoAOKI/control_barrier_function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Poetry

Control Barrier Function Example

cbf_vel_control.mp4

The algorithm was successfully implemented in a real car.

cbf_realcar.mp4

Dependency

  • python

    • version 3.10 or higher is recommended.
  • poetry

    • seting up python environment easily and safely.
    • only numpy, matplotlib, notebook are needed to run all scripts in this repository.
  • ffmpeg

    • mp4 movie writer

    • installation details
      • For Ubuntu Users
        • sudo apt-get update
        • sudo apt-get -y install ffmpeg
      • For Windows Users
        • Install scoop
        • scoop install ffmpeg
      • For macOS Users
      • Check the official website if necessary

Setup

git clone https://github.com/MizuhoAOKI/control_barrier_function.git
cd control_barrier_function
poetry install

Usage

Collision-Avoidance Velocity Control

  • Run simulation
    cd control_barrier_function
    poetry run python scripts/cbf_vel_control.ipynb

References

Papers

  1. Peter Wieland and Frank Allgöwer, "CONSTRUCTIVE SAFETY USING CONTROL BARRIER FUNCTIONS"
  2. Aaron D. Ames, et al. "Control Barrier Functions: Theory and Applications"

Articles

  1. https://qiita.com/seria_hina/items/afd96b930ade860926bc

About

control barrier function examples

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published