Giter Club home page Giter Club logo

relink's Introduction

Relink

Quick Start

The project has been tested on 18.04(ROS Melodic). Take Ubuntu 18.04 as an example, run the following commands to setup:

  sudo apt-get install libarmadillo-dev ros-melodic-nlopt
  cd ${YOUR_WORKSPACE_PATH}/src
  git clone https://github.com/Galaxy1stShooter/relink.git
  cd ../ 
  catkin_make -DCATKIN_WHITELIST_PACKAGES="message_files"
  catkin_make -DCATKIN_WHITELIST_PACKAGES=""

After compilation you can start the visualization by:

  source devel/setup.bash && roslaunch visualization visualization.launch

, then you can start the robot simulator (we use Fast-Planner here) by:

  source devel/setup.bash && roslaunch plan_manage swarm.launch

and start the algorithm by:

  source devel/setup.bash && roslaunch optimizer algorithm.launch

. You can use 2D Nav Goal in Rviz to start RELINK.

Related Paper

RELINK: Real-Time Line-of-Sight-Based Deployment Framework of Multi-Robot for Maintaining a Communication Network, Lijia Xia, Beiming Deng, Jie Pan, Xiaoxun Zhang, Peiming Duan, Boyu Zhou, Hui Cheng, IEEE Robotics and Automation Letters (RA-L), 2023.

Please cite this paper if you find this project useful.

Acknowledgements

  • The robot simulator of this project is based on Fast-Planner by Zhou Boyu.
  • The L-BFGS solver we use is from LBFGS-Lite.

relink's People

Contributors

galaxy1stshooter 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.