Git Product home page Git Product logo

Comments (10)

CruxDevStuff avatar CruxDevStuff commented on September 28, 2024

Hi, can you share the bag file ?

from allan_ros2.

otavailable avatar otavailable commented on September 28, 2024

I also encountered the same problem

from allan_ros2.

CruxDevStuff avatar CruxDevStuff commented on September 28, 2024

please share the bag file you used

from allan_ros2.

otavailable avatar otavailable commented on September 28, 2024

Thank you for your reply.
Uploading 4minimu.zip…

from allan_ros2.

CruxDevStuff avatar CruxDevStuff commented on September 28, 2024

your file link is not right. pls re-check.

from allan_ros2.

otavailable avatar otavailable commented on September 28, 2024

I have solved this problem, maybe the recording duration of the bag is too short, 10min of the bag can get a normal result。

from allan_ros2.

CruxDevStuff avatar CruxDevStuff commented on September 28, 2024

glad to hear that.

Can you still share me the bag file you used so I can look into the issue ? I suspect there is a mismatch between the number of Image frames vs IMU frames.

I have solved this problem, maybe the recording duration of the bag is too short, 10min of the bag can get a normal result。

from allan_ros2.

otavailable avatar otavailable commented on September 28, 2024

4minimu.zip

from allan_ros2.

otavailable avatar otavailable commented on September 28, 2024

This four-minute bag will have the problem, but the 10-minute one won't

from allan_ros2.

MadsRossen avatar MadsRossen commented on September 28, 2024

I got a similar error in numpy saying:

ValueError: array must not contain infs or NaNs
From line 24 / 25

I solved it by adding a maximum for the input x and y in function get_intercept() before the logx and logy.

x = np.maximum(x,1e-10)
y = np.maximum(y,1e-10)

from allan_ros2.

Related Issues (3)

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.