Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 942 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 942 Bytes

Robotics_NavStrategies

This project is part of the Robotics course from Instituto Superior Técnico.

The main goal of this project is to implement a navigation strategy so that the Pioneer-3DX robot is able to follow a reference trajectory, evaluating if there is any opened, semi-opened or closed door.

In order to control the robot tracjectory, we will be using the Laser Range Finder (LRF) to evaluate the distance between the robot and the wall and the depth between the wall and the door in order to evaluate the state of the door.

How to run the code

To run this program you need to:

  • Install urg_node

  • Run Robotics.launch

Check the Results

A video showing the behavior of the robot is avaiable at Youtube

The final report is also avaiable for download, however it is written in Portuguese.

Collaborators

  • Diogo Morgado
  • Luis Afonso Lopes
  • Valter Piedade