Obstacle avoidance Robot using ros & lidar with

Published  . 0 views
↓ Download
Obstacle avoidance Robot using ros & lidar with
1 / 1
Obstacle avoidance Robot using ros & lidar with - slide 1 of 15 Obstacle avoidance Robot using ros & lidar with - slide 2 of 15 Obstacle avoidance Robot using ros & lidar with - slide 3 of 15 Obstacle avoidance Robot using ros & lidar with - slide 4 of 15 Obstacle avoidance Robot using ros & lidar with - slide 5 of 15 Obstacle avoidance Robot using ros & lidar with - slide 6 of 15 Obstacle avoidance Robot using ros & lidar with - slide 7 of 15 Obstacle avoidance Robot using ros & lidar with - slide 8 of 15 Obstacle avoidance Robot using ros & lidar with - slide 9 of 15 Obstacle avoidance Robot using ros & lidar with - slide 10 of 15 Obstacle avoidance Robot using ros & lidar with - slide 11 of 15 Obstacle avoidance Robot using ros & lidar with - slide 12 of 15 Obstacle avoidance Robot using ros & lidar with - slide 13 of 15 Obstacle avoidance Robot using ros & lidar with - slide 14 of 15 Obstacle avoidance Robot using ros & lidar with - slide 15 of 15
Description: Obstacle avoidance Robot using ros lidar with raspberry pi, matlab Obstacle avoidance on long distance with path planning INTRODUCTION Obstacle avoiding methods are used from least to the ultimate models. It is used to avoid the collision

Related Topics

Download Presentation

"Obstacle avoidance Robot using ros & lidar with" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.

Presentation Transcript

slide1. Obstacle avoidance Robot using ros & lidar with raspberry pi, matlab Obstacle avoidance on long distance
with path planning<br>
slide2. INTRODUCTION Obstacle avoiding methods are used from least to the ultimate models. It is used to avoid the collision on obstacles.
But before in old methods, there is no autonomous option to choose the alternative path when the obstacle is present in the way. But this can be possible now by using LIDAR with ROS, by using LIDAR scans mapping is done.
So that the Bot knows the complete map of the environment and by using PRM for Path planning algorithm in Matlab alternative path can be chosen.<br>
slide3. ABOUT MATLAB ROS In the Latest version of Matlab, it has ROS (Robotic Operating System) software supporting package. By using that its system can able to communicate with the ROS robot using ROS Network configurations.<br>
slide4. EXISTING SYSTEM In the existing obstacle avoidance robot, simply the sensors like IR and Ultrasonic sensors are used to sense the obstacle. It doesn’t have a feature to choose the alternative path and to follow it.<br>
slide5. PROPOSED SYSTEM In this proposed system, by using 60-degree lidar is used to map the environment with an obstacle. And by using path planning algorithm robot chooses its own path to reach some destination point by avoiding the obstacle.<br>
slide6. BLOCK DIAGRAM<br>
slide7. PROJECT DESCRIPTION Raspberry Pi is used with ROS software libraries
RPLidar A1 360 degree lidar interfaced with the Raspberry Pi publishes the Laser scan data, which is received by subscribing the same ROS Topic in Matlab ROS Package.
Initially, mapping is done throughout the environment using Laser scan from Lidar.
If there is obstacle it gets also differentiated in the Laser scan map since before and after the scan is plotted of obstacle presence.
Binary occupancy grid can be generated and prompts to choose the destination in the Map
By using PRM (Probabilibitic Road Map) algorithm, with the number of nodes and length of connecting node distance path can be generated from the starting point to the destination point with the avoidance of colliding walls.
Now the path following is performed to reach the destination.<br>
slide8. HARDWARE used Raspberry Pi 3
SD Card 16 GB class 10
RPLidar A1
Robot Setup
Power Bank  (10000 mAh, 2 A minimum)
Arduino UNO
HC-05 Bluetooth Module
L293D Driver module<br>
slide9. SOFTWARE used ROS kinetic OS image for Raspberry Pi
Matlab, which has a Robotic Operating System Software Package
Arduino IDE
SD Card Formatter
Etcher/win32Disk Imager/Rufus<br>
slide10. RESULTS Mapping<br>
slide11. Occupancy Map<br>
slide12. Destination Marking in Binary occupancy Grid<br>
slide13. Path Planning using PRM (Probabilistic Road Map)<br>
slide14. Path Planning<br>
slide15. Thank you<br>