Coder Social home page Coder Social logo

Comments (10)

MichaelGrupp avatar MichaelGrupp commented on May 9, 2024 1

Why did you say you didn't use euler's Angle?

Because it's not using them. Euler angles are only used for easy-to-interpret visualization in the plot of evo_traj. All angular metrics (--pose_relation angle_deg / angle_rad) calculate the rotation angle using the logarithmic map of the SO(3) rotation matrix, as shown in the formulas mentioned above. Or check what the code does in https://github.com/MichaelGrupp/evo/blob/master/evo/core/metrics.py , e.g.:

...
elif self.pose_relation == PoseRelation.rotation_angle_rad:
    self.error = np.array([abs(lie.so3_log(E_i[:3, :3])) for E_i in self.E])
...

from evo.

mengqingyu123 avatar mengqingyu123 commented on May 9, 2024

image1
image2
image3

This is the result of running.

from evo.

MichaelGrupp avatar MichaelGrupp commented on May 9, 2024

Looks like a duplicate of: #23

from evo.

mengqingyu123 avatar mengqingyu123 commented on May 9, 2024

I see. Thank you for your help.

from evo.

chenwinki avatar chenwinki commented on May 9, 2024

@mengqingyu123 have you solve this problem? could you give me a hint? thank you !

from evo.

mengqingyu123 avatar mengqingyu123 commented on May 9, 2024

@chenwinki I consulted MichaelGrupp suggestion, absolute euler Angle error is not easy to understand and have limitations, so I use the evo_rpe get some indicators of euler Angle error, rather than directly compare the pitching Angle, course Angle and roll Angle.

from evo.

chenwinki avatar chenwinki commented on May 9, 2024

@mengqingyu123 thank you~~~

from evo.

MichaelGrupp avatar MichaelGrupp commented on May 9, 2024

I use the evo_rpe get some indicators of euler Angle error

This doesn't use Euler angles. Check the formulas in notebooks/metrics.py_API_Documentation.ipynb.

from evo.

mengqingyu123 avatar mengqingyu123 commented on May 9, 2024

@MichaelGrupp Uh... Sorry, I want to ask whether the command "evo_rpe tum MH05_groundtruth. TXT msckf_mh05.txt-a --pose_relation angle_deg-p" outputs some indicators of euler Angle. Why did you say you didn't use euler's Angle? I'm sorry to bother you with this question.

from evo.

mengqingyu123 avatar mengqingyu123 commented on May 9, 2024

@MichaelGrupp I see. Thank you very much for your patience.

from evo.

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.