-
Notifications
You must be signed in to change notification settings - Fork 13
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.
- Launch the UI from the frontend folder on computer:
$ npm run serve
- Start the robot and connect through ssh to it.
- When connected, start the patrol execution on robot :
$ roslaunch securbot_pkg patrolExecutive.launch
- Wait the nodes to all starts and connect to the robot using the web interface.
- On the patrol planner page, a map should be present. Click on the map to place waypoint and make a list of them.
- Use the "Send" button to send the list to robot.
- After receiving the list, the robot should start to execute it.