Giter VIP home page Giter VIP logo

Comments (6)

schneith avatar schneith commented on July 19, 2024 2

Same here, running on Indigo without any issues.

Thanks for the note, i'll close it.

from kalibr.

stefangachter avatar stefangachter commented on July 19, 2024 1

I changed image reading to

 img_data = np.squeeze(np.array(self.CVB.imgmsg_to_cv2(data, "mono8")))

which solved the problem, but unsure if it is the right way to do it.

from kalibr.

stefangachter avatar stefangachter commented on July 19, 2024

Applied pull request #3 (Update cv_bridge.imgmsg_to_cv calls to cv_bridge.imgmsg_to_cv2) that solved above problem, but now the calibration fails with:

Extracting calibration target corners
...
File "/Workspace/Catkin/src/Kalibr/aslam_offline_calibration/kalibr/python/kalibr_common/TargetExtractor.py", line 24, in multicoreExtractionWrapper
success, obs = detector.findTarget(stamp, np.array(image))
TypeError: Conversion is only valid for arrays with 1 or 2 dimensions. Argument has 3 dimensions

from kalibr.

stefangachter avatar stefangachter commented on July 19, 2024

Pull request #1 does not solve the problem, even though the same error message

from kalibr.

jbohren avatar jbohren commented on July 19, 2024

+1 this fixes this bug for me too.

Thanks @stefangachter

from kalibr.

v0n0 avatar v0n0 commented on July 19, 2024

I am running master on Indigo with no problem, I think this can be closed.

from kalibr.

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.