Code Monkey home page Code Monkey logo

ifm_o3mxxx's Introduction

IFM O3Mxxx drivers for ROS

Overview

This package includes the basic ROS drivers for IFM O3Mxxx for publishing Pointcloud2 messages, depth image and raw message with sensor specific information. It has been tested with O3M150 and O3M250. The code is based on IFM sample codes for parsing the ethernet based communication data. The data is then repacked into ROS compatible formats.

Installation

Download or clone the folder into you workspace. Run catkin_make.

ROS API

Published topics

  • ifm_o3mxxx_pc (sensor_msgs/PointCloud2) Valid points of the PointCloud

  • ifm_o3mxxx_raw (ifm_o3mxxx/IFMO3mxxx) Raw sensor information coming from IFM sensor

    • Header header
    • uint16[1024] distance_data
    • float32[1024] x
    • float32[1024] y
    • float32[1024] z
    • uint16[1024] confidence
    • uint16[1024] amplitude
    • float32[4] amplitude_normalization
    • uint32 available
    • uint16 height
    • uint16 width
    • float32 trans_x
    • float32 trans_y
    • float32 trans_z
    • float32 rot_x
    • float32 rot_y
    • float32 rot_z
  • ifm_o3mxxx/depth/raw (sensor_msgs/Image) Depth image of valid points

Parameters

  • Port (int, default: 4599)
  • IP (string, default: "255.255.255.255")
  • frame_id (string, default: "ifm")
  • OutDepthImageTopic (string, default: "ifm_o3mxxx_depth_image")
  • PointCloudTopic (string, default: "ifm_o3mxxx_pc")
  • RawTopic (string, default: "ifm_o3mxxx_raw")

TODO

Only the PointCloud2 information and raw sensor information has been used. The depth image has not been used much(other than visualization), so it should be tested before before you start using it. Also the image interface might need more work(mo calibration etc. is taken into consideration yet).

O3M151 and O3M251 produce object information instead of point cloud. These functionalities could (probably) be added to the driver but currently I do not have such decive at hand.

Acknowledgement

This driver has been developed at Tampere University of Technology, Laboratory of Automation and Hydraulics(AUT)

ifm_o3mxxx's People

Contributors

takiaine 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.