GithubHelp home page GithubHelp logo

scan_tools's Introduction

Laser scan tools for ROS

Overview

Laser scan processing tools. The meta-package contains:

  • laser_ortho_projector: calculates orthogonal projections of LaserScan messages

  • laser_scan_matcher: an incremental laser scan matcher, using Andrea Censi's Canonical Scan Matcher implementation. It downloads and installs Andrea Censi's Canonical Scan Matcher [1] locally.

  • laser_scan_sparsifier: takes in a LaserScan message and sparsifies it

  • laser_scan_splitter: takes in a LaserScan message and splits it into a number of other LaserScan messages

  • ncd_parser: reads in .alog data files from the New College Dataset [2] and broadcasts scan and odometry messages to ROS.

  • scan_to_cloud_converter: converts LaserScan to PointCloud messages.

Installing

Prerequisite

From binary (RECOMMENDED)

apt-get install ros-%ROS_DISTRO%-scan-tools

apt-get install ros-indigo-scan-tools        (Indigo)

From source

Following is an example with ROS Indigo.

  1. Create a catkin workspace and navigate to its source directory (e.g. ~/catkin_ws/src).

  2. In your Catkin workspace, download source and build with the following commands.

cd ~/catkin_ws
wstool init src
wstool merge -t src https://raw.githubusercontent.com/ccny-ros-pkg/scan_tools/indigo/.rosinstall
rosdep install --from-paths src --ignore-src --rosdistro indigo -r -y
catkin_make                (or any build commands available in ROS, e.g. `catkin build`)
source devel/setup.bash

More info

http://wiki.ros.org/scan_tools

References

[1] A. Censi, "An ICP variant using a point-to-line metric" Proceedings of the IEEE International Conference on Robotics and Automation (ICRA), 2008

[2] M. Smith, I. Baldwin, W. Churchill, R. Paul, and P. Newman, The new college vision and laser data set, International Journal for Robotics Research (IJRR), vol. 28, no. 5, pp. 595599, May 2009.

scan_tools's People

Contributors

130s avatar idryanov avatar tappan-at-git avatar miguelsdc avatar daxtens avatar k-okada avatar kartikmohta avatar mikaelarguedas avatar ccny-ros-pkg avatar corot 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.