Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feasible Control Convex] [Jacobian] refactor singularity handle with two unit vectors are almost paralell #668

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tongtybj
Copy link
Collaborator

@tongtybj tongtybj commented Feb 4, 2025

What is this

To calculate distance from orign to the surface of feasible control convex, we need to consider the norm of cross production between two vector, and use it to devide the third vector. Therefore, the norm should not be zero which is the singualr case when two vectors are almost paralell.

Details

  • Please refere to Eq.17 in https://arxiv.org/pdf/2008.05613. The norm of (v_i x v_j) should not be zero. This means it becomes singualr when v_i and v_j are paralell.
  • We introduce a small value about 10e-5 to determine whether the norm is almost zero.
  • Corresponding rostest is performed in hydrus_xi_jacobian.test

…r case that two vectors are almost paralell.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant