Git Product home page Git Product logo

but_calibration_camera_velodyne's Introduction

but_calibration_camera_velodyne

ROS package for calibration camera with Velodyne LiDAR sensor. The package follows the methods proposed by:

[1] Velas, Spanel, Materna, Herout: Calibration of RGB Camera with Velodyne LiDAR

Requirements

  • ROS Hydro
  • PCl 1.7 and
  • OpenCV 2.x library

Usage

  • roslaunch but_calibration_camera_velodyne calibration_coarse.launch

    • command will run the coarse calibration using 3D marker (described in the [1])
    • if the 3D marker detection fails, the attempt will be repeated after 5s
    • upon the cuccess the node ends and prints the 6 Degrees of Freedom of the Velodyne related to the camera
  • roslaunch but_calibration_camera_velodyne calibration_fine.launch

    • will runs the calibration with the refinement. This process will take a longer time (approx. 1 minute)
  • roslaunch but_calibration_camera_velodyne coloring.launch

    • launches the publisher of colored pointclouds created by the camera -- Velodyne fusion
    • the calibration parameters (6DoF) computed by the calibration process must be set in configuration file conf/coloring.yaml (see below)

Configuration:

Configuration *.yaml files are stored in the direcotry conf/:

  • conf/calibration.yaml contains folowing parameters:
    • camera_frame_topic: name of the topic, where camera RGB image is published
    • camera_info_topic: topic of CameraInfo type
    • velodyne_topic: topic, where the Velodyne pointcloud is published
    • marker: physical size of the 3D marker
      • circles_distance: distance between the circles centres (see [1])
      • circles_radius: radius of the circles in marker (also see [1])
  • in conf/calibration.yaml you can specify:
    • 6DoF: vector of the calibration parameters computed by the calibration process
    • velodyne_color_topic: name of the topic, where the colored pointcloud will be published

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.