Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
maximvochten committed Nov 22, 2024
1 parent c62a849 commit 926f15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invariants_py/discretized_vector_invariants.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def calculate_velocity_from_discrete_rotations(R, timestamps):

return rot_velocity

def calculate_tangent(vector_traj, tolerance_singularity):
def calculate_tangent(vector_traj, tolerance_singularity = 1e-2):
"""
Estimate the first axis of the moving frame based on the given trajectory.
The first axis is calculated by normalizing the trajectory vector.
Expand Down

0 comments on commit 926f15d

Please sign in to comment.