Giter VIP home page Giter VIP logo

min_variance_calibration's Introduction

Minimum Variance Calibration

Build Status

Build Status

Build Dependencies

Setup

  • cd ~/catkin_ws/src
  • git clone https://github.com/AmyPhung/min_variance_calibration
  • cd ~/catkin_ws/
  • rosdep install -iry --from-paths src
  • catkin build

Usage

  • Requires properly formatted initial params yaml file, bag containing calibration data & robot_description
  • rosrun min_variance_calibration RunCalibrationServer
  • rosrun min_variance_calibration calibration_bridge.py

Debugging

  • rosrun tf view_frames
  • killall -9 rviz
  • killall -9 roscore
  • killall -9 rosmaster
  • rosmsg show PointLabeled
  • known bug: when ROS time jumps backwards (i.e. when the bag restarts), the tfs don't like that - when this happens, just close everything and re-run
  • To debug docker build
    • sudo docker ps -a
    • sudo docker commit 6934ada98de6 (change number based on ps -a output)
    • sudo docker run -it 7015687976a4 bash -il (change number based on commit output)
    • source /opt/ros/melodic/setup.bash (needed to run catkin_make)
    • after navigating to correct directory catkin_make
    • Ctrl + d to logout

TODO:

  • Document launch files, scripts
  • Add node args
  • Add args for sim time/make sure it works realtime
  • create shared functions
  • synchronize calibration data collection
  • create launch files
  • document data formats
  • somehow determine effect of encoder noise
  • Add back in fisheye tf
  • add orientation as calibration data

min_variance_calibration's People

Contributors

amyphung avatar

Watchers

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