Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-chen committed Mar 27, 2022
1 parent 38c3b28 commit b63d5d0
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 206 deletions.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,42 @@ A ROS package for multi-agent formation/rendezvous
### Acknowledgement

Xu Fang, [Chen Wang](https://wang-chen.github.io), [Lihua Xie](https://www.ntu.edu.sg/home/elhxie/), [Jie Chen](https://baike.baidu.com/item/%E9%99%88%E6%9D%B0/3890094), "Cooperative Pursuit with Multi-Pursuer and One Faster Free-moving Evader", IEEE Transactions on Cybernetics, 2020.


## Install Dependencies

** Only Ubuntu 16 (ROS Kinetic) is supported

sudo apt install python-tk
sudo apt install ros-kinetic-hector-*
sudo apt install ros-kinetic-hardware-interface
sudo apt install ros-kinetic-controller-interface
sudo apt install ros-kinetic-gazebo-ros-control

Put following repo in your ROS workspace

https://github.com/tu-darmstadt-ros-pkg/hector_quadrotor

## Run
roslaunch formation multiquadcopters.launch


# The simulation for formation control:
[<img src="https://img.youtube.com/vi/TrHX4kf0_jU/maxresdefault.jpg" width="100%">](https://youtu.be/TrHX4kf0_jU)

# The simulation for rendezvous control (pursuit):

[<img src="https://img.youtube.com/vi/-UGwG7mGVNw/maxresdefault.jpg" width="100%">](https://youtu.be/-UGwG7mGVNw)











docker run -it -v /home/jeff/kinetic_ws:/home/kinetic_ws --env="DISPLAY" --env="QT_X11_NO_MITSHM=1" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" chenwang/ros-kinetic-desktop-full bash
28 changes: 0 additions & 28 deletions launch/record_data.launch

This file was deleted.

20 changes: 0 additions & 20 deletions launch/record_play_simulation.launch

This file was deleted.

14 changes: 0 additions & 14 deletions launch/record_simulation.launch

This file was deleted.

65 changes: 0 additions & 65 deletions launch/rendevous_average.launch

This file was deleted.

65 changes: 0 additions & 65 deletions launch/rendevous_average_more.launch

This file was deleted.

13 changes: 0 additions & 13 deletions launch/simulation.launch

This file was deleted.

0 comments on commit b63d5d0

Please sign in to comment.