Code Monkey home page Code Monkey logo

aslam_incremental_calibration's Introduction

aslam_incremental_calibration

Build Status

Toolbox for incremental self calibration

References

Please cite this paper when using this code or parts of it in an academic publication:

Jérôme Maye, Hannes Sommer, Gabriel Agamennoni, Roland Siegwart, and Paul Furgale. Online self-calibration for robotic systems. The International Journal of Robotics Research, 2015. ETHZ.

License

3-Clause BSD; see LICENSE

Acknowledgments

This work is supported in part by the European Union's Seventh Framework Programme (FP7/2007-2013) under grant #610603 (EUROPA2).

aslam_incremental_calibration's People

Contributors

furgalep avatar hannessommer avatar simonlynen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aslam_incremental_calibration's Issues

Not compiling under 32-bit Linux

I'm getting this and other similar conversion errors when trying to build under 32-bit Ubuntu. I'm running 12.04 LTS.

.../src/aslam_incremental_calibration/incremental_calibration/src/algorithms/marginalize.cpp: In function ‘Eigen::MatrixXd aslam::calibration::marginalJacobian(cholmod_sparse*, cholmod_sparse*, cholmod_common*)’: 
.../src/aslam_incremental_calibration/incremental_calibration/src/algorithms/marginalize.cpp:74:45: error: invalid conversion from ‘std::ptrdiff_t* {aka int*}’ to ‘long int*’ [-fpermissive]

What trust region method is the incremental estimator using?

Is the estimator using some kind of trust-region method? It prints out a lambda (like Levenberg-Marquardt) but I don't think it is using that. Is it using a trust region method? If the objective function has a regression, will it catch that? We should implement the DogLeg algorithm.

QR threshold

Investigate the setting of the QR threshold and automate that. Play with the simple 2D-LRF example and try to see how the noise relates to it.

The estimates should not change if the batch is rejected.

I'm seeing this here during camera calibration. A new image comes in...it runs the estimation...the image isn't accepted because of the MI threshold, but the estimate is remains what it converged to during the test. This is especially important to avoid problems when bad batches enter the picture.

Need a return value to determine what was the outcome of adding a batch.

I'm working on the camera calibration problem. Right now I can't tell how to figure out what the outcome was of adding a batch. Did the estimator accept the batch or not? Are there other pieces of information we want to return here? For example, I would probably like to see the mi improvement even if the batch was rejected.

How do the design variable groups work?

Jerome,
What happens if someone builds an OptimizationProblem and assigns a design variable (let's call it DVA) to group 0, then adds it to the IncrementalOptimizationProblem.

Then they create another OptimizationProblem with DVA added to group 1.

Does your code detect the error?

Thanks!

MI threshold

A more thorough analysis about the MI threshold, investigate if measurement sequence plays a role.

Odometry block

Develop an odometry block for the Toyota PRIUS (also suitable for other cars).

Toyota PRIUS odometry calibration

Using Applanix navigation solution, Applanix DMI, CAN front and rear wheel speeds, CAN steering, calibrate the car and inspect returned values.

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.