Code Monkey home page Code Monkey logo

car-like-robotic-swarm's Introduction

Decentralized Car-Like Robotic Swarm

0. Overview

Code in this repo is about the decentralized car-like robotic swarm in a simulation environment. Due to the authority, we replace the Carla map with a simple environment, where the MPC controller is also removed.

Related Paper:

Decentralized Planning for Car-Like Robotic Swarm in Cluttered Environments, Changjia Ma, Zhichao Han, Tingrui Zhang, Jingping Wang, Long Xu, Chengyang Li, Chao Xu and Fei Gao, Accepted by IROS 2023.

The video link: youtube and bilibili.

1. Setup

All the Simulations are conducted in the Linux environment on a PC equipped with an Intel Core i7-10700 CPU and a GeForce RTX 3070 GPU.

Our software is developed and tested in Ubuntu 20.04 with ROS installed.

Attention! Map generator in this source code requires a higher version of python3, hence we do not recommend using Ubuntu 18 since the default version of python is python2.

2. Build on ROS

  1. Create an empty new workspace and clone this repository to your workspace:
git clone https://github.com/ZJU-FAST-Lab/Car-like-Robotic-swarm.git
cd Car-like-Robotic-swarm
  1. Compile it.
catkin_make -DCMAKE_BUILD_TYPE=Release

Attention! When compiling, be sure to use release mode!(Just follow the above command)

3. Run

source devel/setup.bash

Then, run the command:

roslaunch traj_planner swarm.launch

Wait for about 2 seconds until the global map comes out.

Then, you can click the 2D Nav Goal at anywhere in RVIZ to trigger the planning.

Here is an example:

Tip: We recommend developers to use rosmon to replace the roslaunch since rosmon is more friendly to mulit-robot systems.

Please refer to swarm formation for more details of rosmon.

4. Licence

The source code is released under GPLv3 license.

5. Acknowledgement

The trajectory representation is modified from MINCO.

For a more detailed version of car-like robot planning, please see Dftpav.

6. Maintaince

For any technical issue, please contact Changjia Ma([email protected]).

For commercial inquiries, please contact Fei GAO ([email protected]).

car-like-robotic-swarm's People

Contributors

leon-redfield 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.