Coder Social home page Coder Social logo

hustmrzhang / odom_extrinsic_calibrate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from li9616/odom_extrinsic_calibrate

0.0 1.0 0.0 7.54 MB

Odom intrinsic and odom-sensors extrinsic calibration on SE2 using batch optimization.

CMake 0.04% C++ 98.98% MATLAB 0.11% C 0.88%

odom_extrinsic_calibrate's Introduction

odom_extrinsic_calibrate

Introduction

This C++ library supports the following tasks:

  1. Intrinsic calibration of differential-driven mobile robot odometer(radius_left, radius_right).
  2. Extrinsic self-calibration of sensor-odometer(3D, delta_x, delta_y, delta_theta).

The workings of the library are described in the this paper:

     Brookshire J, Teller S. Automatic calibration of multiple coplanar sensors[J]. Robotics: Science and Systems VII, 2012, 33.
     
    
    Di Cicco, M., Della Corte, B., & Grisetti, G. (2016, May). Unsupervised calibration of wheeled mobile platforms. In Robotics and Automation (ICRA), 2016 IEEE International Conference on (pp. 4328-4334). IEEE.

image

Build Instructions for Ubuntu

Required dependencies

  • Eigen3.3 (included)
  • Sophus (included)
  • ceres-solver
  1. Build the code.

     mkdir build
     cd build
     cmake -DCMAKE_BUILD_TYPE=Release ..
    

Examples

Go to the build folder where the executables corresponding to the examples are located in. To see all allowed options for each executable, use the --help option which shows a description of all available options.

  1. calibration

    ./build/calib data_path  [calibrate_result_path]
    

There are some samples in calibrate_dataset folder.

odom_extrinsic_calibrate's People

Contributors

pangfumin avatar zerolover avatar

Watchers

James Cloos 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.