From 984197456f818493a45b10dad56452bf6b421b01 Mon Sep 17 00:00:00 2001 From: Anton Andreychuk Date: Wed, 31 Jan 2024 18:36:48 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 26f5ef8..8453999 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://github.com/PathPlanning/Continuous-CBS/actions/workflows/build.yml/badge.svg?branch=AA-CCBS)](https://github.com/PathPlanning/Continuous-CBS/actions/workflows/build.yml) + # AA-CCBS CCBS is a modification of the Conflict Based Search (CBS) algorithm, that supports actions (both move or wait) of arbitrary duration. CCBS is different from CBS in the way how conflicts and constraints are defined. To handle CCBS constraints the low-level search is inspired by Safe Interval Path Planning (SIPP) algorithm. More info about CCBS can be found at [IJCAI19 paper](https://www.ijcai.org/Proceedings/2019/0006.pdf).