Skip to main content

Make Your Robot Patrol An Area

This LIVE Class took place on May 7th, 2019

How to make a robot move around an indoor area, following a fixed path, while avoiding unexpected obstacles?

In this Live-Class provided by ROSDS, you'll learn how to create a ROS program that uses the ROS Navigation stack to make ROSbot 2 patrol an area!

Patrolling means that the robot is going to move around an area making a kind of fixed path. This can be very useful for tasks of security inspection, stock analysis or cleaning spaces. In those cases, the robot usually has to move in a fixed path everyday while it is doing at the same time another task (for example, in the case of security inspection, the robot has to identify if there is an intruder, or in the case of cleaning spaces, the robot has to clean all the ground it is moving through).

In the class, we'll define a procedure to capture the main points of the trajectory that the robot has to follow. Then, we will create a ROS program that calls the ROS Navigation Stack with those points, making the robot follow them in an endless loop.

You will receive the ROSject with the robot simulation, notebook with instructions, the map of the area already done, and all the launches required to start the navigation stack for the ROSbot.

  • If you want to learn how to create the map, check out Live Class n.49
  • If you want to learn how to start the navigation system based on the map, check our previous Live Class n.50

If you missed the class, you can find the ROSject files and full-code used in the class at the Robot Ignite Academy

IMPORTANT: In order to start practicing quickly, we are using the ROS Development Studio for doing the practice. You will need a free account to attend the class. Go to http://rosds.online and create an account prior to the class.