Git Product home page Git Product logo

ros-project-mapping-vfh's Introduction

robotics-final-project-ros

This is the final project of robotics course - Spring 2022.

About

This project has two exciting scenarios.

Scenario 1

In the first scenario, we have to generate a map of the world we are in, using a wall following algorithm to search the world and the gmapping package to generate such map.

The wall following algorithm is made of two parts. First, the robot tries to reach a wall and then, it follows the wall. We used a pid controller for this scenario. The algorithms mentioned above are implemented in follow_wall.py.

Scenario 2

In the second scenario, we have to reach a given destination using VFH obstacle avoidance algorithm (Borenstein, J. and Koren, Y., 1991). First we tried to use a pid controller for this step but it did not work out very well and kept hitting walls and getting stuck. So, we used a simpler stop, rotate and go controller which worked out better. The controller and the obstacle avoidance algorithm are implemented in navigator.py.

Note

You can find the project instructions in the project.pdf. You can also find the launch and world files used in this project in the maps folder and use them in your project if you want. In order to do that, you have to place the custom_world.launch file in $(find turtlebot3_gazebo)/launch/ path and the funky-maze.world file in $(find turtlebot3_gazebo)/worlds/ path.

ros-project-mapping-vfh's People

Contributors

pmoonesi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.