Cooperative Manipulation using Multiple Quadrotors without Communication
Click to watch demo video:
This repository contains the simulation code of the following ICRA 18 paper:
Z. Wang, S. Singh, M. Pavone, and M. Schwager, “Cooperative object transport in 3D with multiple quadrotors using no peer communication,” In Proc. International Conference on Robotics and Automation (ICRA), Brisbane, Australia, 2018
Code author: Zijian Wang, Stanford University
./make.sh
python demo_main.py
python demo_single_quad.py
python demo_traj_opt.py
python demo_traj_opt_time.py
The code has been tested in Mac OS 10.11 and Ubuntu 16.04.
This repo does not contain rviz visualization as used in the paper in order to minimize dependency and ease the use of the code. Instead, matplotlib
is used for visualization.
-
Python 2.7
-
numpy: v1.11.3
-
matplotlib: v2.0.0
-
(optional) cvxpy: v0.4.11
If you find our work useful in your research, please consider citing:
@inproceedings{WangEtAlICRA18MultiQuadManipulation,
author = {Z. Wang and S. Singh and M. Pavone and M. Schwager},
title = {Cooperative Object Transport in 3D with Multiple Quadrotors using No Peer Communication},
booktitle = {Proc. of the International Conference on Robotics and Automation (ICRA)},
year = {2018}
}
Our code is released under MIT License (see LICENSE file for details).
For any technical issues, please contact Zijian Wang <zjwang_AT_stanford_DOT_edu>, or open an issue in Github.