# multi_robot_traj_planner **Repository Path**: yangsir12/multi_robot_traj_planner ## Basic Information - **Project Name**: multi_robot_traj_planner - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-18 - **Last Updated**: 2022-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Multi-robot Trajectory Planner This repository contains the code for the paper: Efficient Trajectory Planning for Multiple Non-holonomic Mobile Robots via Prioritized Trajectory Optimization **Authors:** Juncheng Li, Maopeng Ran, and Lihua Xie from Nanyang Technological University. Accepted in IEEE Robotics and Automation Letters (RA-L). You can find the full-text paper here. This paper proposes an efficient trajectory planning approach that generates safe, dynamically feasible and near-optimal trajectories for multiple non-holonomic mobile robots in obstacle-rich environments. Please click in the image to see our video:
## 1. Software Requirements * Ubuntu 16.04 * ROS Kinetic * Octomap * Ipopt ## 2. Installation instructions #### (1) Install ROS Kinetic for Ubuntu 16.04 Follow [ROS Installation](http://wiki.ros.org/ROS/Installation) #### (2) Install Ipopt solver Follow [Ipopt Installation](https://coin-or.github.io/Ipopt/INSTALL.html) #### (3) Install dependencies ``` sudo apt-get install ros-kinetic-octomap* sudo apt-get install ros-kinetic-dynamic-edt-3d sudo apt-get install cppad ``` #### (4) Build: ``` cd ~/catkin_ws/src git clone https://github.com/LIJUNCHENG001/multi_robot_traj_planner.git cd ../ && catkin_make source ~/catkin_ws/devel/setup.bash ``` ## 2. Run Simulations #### Warehouse ``` roslaunch multi_robot_traj_planner prioritized_plan_warehouse.launch ```