Giter Club home page Giter Club logo

icp_mapping's Introduction

icp_mapping

This package is for generating a 3D model using a Kinect v1 or v2. We use ICP algorithm to align distance data obtained from a variety of angles.
Note: You must build an enviroment for using Kinect v1 or v2.

Usage

As shown in the following movie, a measurement object is placed on a turntable. You rotate the turntable to get distance data of the measurement object from a variety of angles.
Note: The turntable and Kinect must be installed horizontally on the ground.

The rosnode for ssh_icp_mapping is activated with the following command.

$ roslaunch ssh_icp_mapping icp_mapper.launch

If you want to generate an initial model, use the following rosservice. By setting isFirstBoost to true, ICP processing is not performed, and a filtered measurement data is registered as an initial model.

$ rosservice call /icp_mapper_node/generate_model "isFirstBoot: true degree: 0.0"

You use rosservice as follows (e.g. Rotation angle is 30 degrees) when you want to integrate measurement data using ICP. The input rotation angle is an absolute angle with reference to an angle at the time of generating an initial model.

$ rosservice call /icp_mapper_node/generate_model "isFirstBoot: false degree: 30.0"

You can return to the state of the previous model. Please use the function if integration by ICP fails.
Note: It can not return to the state of two or more previous model.

$ rosservice call /icp_mapper_node/restore_previous_model

experiment

Parameters

All the parameters are listed in launch/icp_mapper.launch as ros params. You need to change the parameters as necessary.

Generated 3D Model

3d_model

icp_mapping's People

Contributors

inouchi avatar

Stargazers

ShigemichiMatsuzaki avatar Sathish avatar Timothy Pua 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.