GithubHelp home page GithubHelp logo

youshaoze / localnav Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ltu-autoev/localnav

0.0 0.0 0.0 32 KB

Use 3D laser rangefinder to detect and avoid obstacles for autonomos vehicles

CMake 33.67% C++ 66.33%

localnav's Introduction

Localized Laser Object Detection

img

Inspiration

Our goal is to improve road safety for individuals in autonomous and semi-autonomous vehicles.

What it does

We use a 3D laser rangefinder (also known as 3D-LIDAR) to build a virtual mesh of the environment surrounding the vehicle. We then analyze this environment to plan vehicle movements and avoid obstacles autonomously.

How we built it

We read binary point cloud data from a 3D lidar, then after filtering with the Moving Least Squares algorithm we build a greedy mesh from the points. We then squash this to a 2.5D height map using the PointCloudLibrary, which we use to generate a 2D OccupancyGrid. Finally, a pathfinder can use this occupancy grid to pathfind around objects autonomously and in real-time. The system is built on top of the Robot Operating System (ROS) and Ubuntu linux 16.04.

Challenges we ran into

The combination of extensive (6+ hr) compilation times, outdated library documentation, link time template errors, and poorly implemented APIs provided by ROS slowed the project to a crawl at times.

http://TheseAreNotTheDocsYouAreLookingFor.com/

Accomplishments that we're proud of

The aforementioned challenges provided excellent experience in peer programming, team collaboration, problem solving and Google-fu. We are also proud of the working prototype of the system we were able to create despite the challenges.

What we learned

We learned to work as a team to adapt to changing conditions in a high pressure environment.

What's next for Localized Laser Object Detection

We intend to use the system to provide an open and accessible way to for others get involved with autonomous driving systems.

localnav's People

Contributors

clhf avatar nick-paul avatar pleune 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.