Coder Social home page Coder Social logo

lidar-obstacle-avoidance's Introduction

LIDAR-Obstacle-Avoidance

Robot obstacle avoidance system using LIDAR module on a Turtlebot3 Simulator

Introduction

This program is an algorithm implementation of LIDAR (Light Detection and Ranging) sensor for Turtlebot3 on a simulator. The simulator will show how LIDAR is used to avoid obstacle. LIDAR works similarly like SONAR, but uses laser. The laser will spread from LIDAR module and any object that is hit by the laser will bounce back to the LIDAR sensor and LIDAR will detect the range of the object. The range is then processed within robot's ROS node. If the object's range is less than certain value, then the robot will execute a maneuver to avoid hitting the detected object.

The simulator is provided ROBOTIS-GIT project. This program is only the algorithmic implementation of the navigation and obstacle avoidance system using the data from LIDAR sensor.


Installation and Program Execution

The program was developed using ROS Noetic and Ubuntu 20.04 LTS. Try to use these versions. Follow below instruction to run the program

$ git clone https://github.com/farrel-a/LIDAR-Obstacle-Avoidance.git
$ cd LIDAR-Obstacle-Avoidance
$ cd lidar_ws/src
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git -b noetic-devel
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3.git -b noetic-devel
$ cd .. && catkin_make
$ cd src
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git 
$ cd .. && catkin_make
$ source devel/setup.bash       #for bash
# or
$ source devel/setup.zsh        #for zsh
$ export TURTLEBOT3_MODEL=waffle
$ roslaunch turtlebot3_movement move_robot.launch

Result

lidar-obstacle-avoidance's People

Contributors

farrel-a avatar

Stargazers

pufferfish bun avatar  avatar banana 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.