GithubHelp home page GithubHelp logo

lkshay / obstacle-avoidance-using-lidar-and-kinect Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 5.0 43.48 MB

A mapping and obstacle avoidance project using 2D LiDAR scanner and Kinect RGB-D camera

CMake 41.64% Python 58.36%

obstacle-avoidance-using-lidar-and-kinect's Introduction

Obstacle-Avoidance-using-LiDAR-and-Kinect

A mapping and obstacle avoidance project using 2D LiDAR scanner and Kinect RGB-D camera

ROS nodes : LiDAR scanning algorithm node and for the Kinect perception node.

LiDAR Node (in folder my_first) subscribes to the laser_scan message published by rplidar_ros package (You will need to install it in your catkin workspace). The Node will apply a median filter to laser scan, followed by generation of a point cloud of the indoor environment (a corridor, for example). Using this point cloud, an angle with respect to current driving direction is calculated and corresponding wheel velocities are generated using a PID controller. The Kinametic equations may change with respect to the dimensions of the robot.

The Kinect Node, uses Openni package do publish the raw_image message in ROS. This is subscribed by the package built for Kinect perception. A caffe model for Google's MobileNet CNN is used for detecting objects. This is followed by a Single Shot Detector (SSD) Network which determines the locations of the objects in the image. Corresponding depth images from Kinect camera are used to determine the closest objects and driving angle is caluclated using a PID controller.

This implementation runs in real-time.

The prerequisites are added in the prereqs compressed folder. It contains the rplidar_ros package, openni_camera and other useful packages which will be used in running the main nodes.

Please note that the sensors work individually. It is an experimentation for both sensors. No sensor fusion is used in this project as yet.

obstacle-avoidance-using-lidar-and-kinect's People

Contributors

lkshay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

obstacle-avoidance-using-lidar-and-kinect's Issues

About sensor fusion

I am doing the sensor fusion between rplidar and kinect v1, any ideas how to fuse them?
Thanks a lot

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.