Skip to content

ROS Executing Patrol

Édouard Légaré edited this page Apr 20, 2019 · 2 revisions

This tutorial shows you how to create and send a patrol to the robot for execution using the web interface.

Patrol Planner

  1. Launch the UI from the frontend folder on computer:
$ npm run serve
  1. Start the robot and connect through ssh to it.
  2. When connected, start the patrol execution on robot :
$ roslaunch securbot_pkg patrolExecutive.launch
  1. Wait the nodes to all starts and connect to the robot using the web interface.
  2. On the patrol planner page, a map should be present. Click on the map to place waypoint and make a list of them.
  3. Use the "Send" button to send the list to robot.
  4. After receiving the list, the robot should start to execute it.