GithubHelp home page GithubHelp logo

Comments (5)

darrenjkt avatar darrenjkt commented on July 2, 2024

The issue here is that RANSAC is not able to find your chessboard. In the readme section 2.3.2 "Isolate the chessboard" I showed examples where the chessboard has to be the only visible object in the point cloud. The reason being that this tool has no "smart" identification of where the board is. You have to manually isolate the board. RANSAC will then take the left-most and right-most values of the entire isolated point cloud to estimate the board edges. If there is a lot of noise like 2.3.2 left image or your screenshot, then it'll give the error you are seeing there. I've pasted the image from 2.3.2 below for convenience. Left is non-filtered point cloud, right is isolated board in the point cloud.

image

The board also has to be tilted as shown in the right image where it is tilted to look like a diamond. This is so that all the edges of the board can be captured. See Figure 2 in this paper to understand why we need to tilt the board. We recommend using some sort of mounting solution to suspend the board in the air at a 45 degree tilt so that the point cloud captures nothing else but the board.

from cam_lidar_calibration.

islamtalha01 avatar islamtalha01 commented on July 2, 2024

Let me try these things.

from cam_lidar_calibration.

islamtalha01 avatar islamtalha01 commented on July 2, 2024

I am running the two drivers of both lidar and camera. But when I start to launch the lidar cam calibration command. It is giving me an error and feature extraction dies just after launch. I am attaching the screenshot. i am trying to do live calibration.

Screenshot from 2021-09-30 12-22-57
Screenshot from 2021-09-30 12-26-51
Screenshot from 2021-09-30 12-27-02

from cam_lidar_calibration.

shreyashpalande avatar shreyashpalande commented on July 2, 2024

@islamtalha01 Check this comment. This might be the same reason it is not able to fine ring field in the data.

from cam_lidar_calibration.

islamtalha01 avatar islamtalha01 commented on July 2, 2024

from cam_lidar_calibration.

Related Issues (20)

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.