championway / multi_robot_patrolling

Multi-robot patrolling ROS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Robot Patrolling

Pre-work

Add hosts

$ sudo vim hosts

add master [IP_of master] master.local

Installation

Dependencies

None

Note:

ROS Package

$ git clone https://github.com/championway/multi_robot_patrolling
$ cd multi_robot_patrolling
$ source environment.sh
$ source set_ros_master.sh master
$ cd catkin_ws
$ catkin_make

Run the code

for Master (Can execute on desktop)

$ roslaunch master master_node.launch p_num:=[number_of_patrolling_node]

for Robot (Execute on robots)

$ roslaunch demo patrolling.launch veh:=[your_robot_name]

Videos

About

Multi-robot patrolling ROS


Languages

Language:PostScript 36.6%Language:Python 34.4%Language:C++ 16.9%Language:CMake 11.1%Language:Makefile 0.5%Language:Shell 0.4%Language:Objective-C 0.0%