GithubHelp home page GithubHelp logo

disorn-inc / amcl-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atinfinity/amcl

0.0 0.0 0.0 85 KB

CUDA implementation of ROS amcl package

CMake 3.18% Python 5.51% C++ 58.79% Objective-C 0.15% C 29.17% Cuda 3.19%

amcl-1's Introduction

amcl

Introduction

This is a CUDA implementation of ROS amcl package.
amcl is a probabilistic localization system for a robot moving in 2D. It implements the adaptive (or KLD-sampling) Monte Carlo localization approach (as described by Dieter Fox), which uses a particle filter to track the pose of a robot against a known map.

Requirements

  • CUDA ToolKit

Preparation

Please specify appropriate arch and code for your GPU in CMakeLists.txt.
You can find information in https://developer.nvidia.com/cuda-gpus.
An example for GeForce GTX 1060(Compute Capability is 6.1) is shown below.

set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS};-gencode arch=compute_61,code=sm_61")

Build Instructions

$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/atinfinity/amcl.git
$ cd ~/catkin_ws
$ catkin_make
$ source devel/setup.bash

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.