Skip to content

fix(cpp): replace isapprox comperison#105

Merged
juelg merged 1 commit intodevelopfrom
juelg/fix-isapprox-comperison
Aug 8, 2024
Merged

fix(cpp): replace isapprox comperison#105
juelg merged 1 commit intodevelopfrom
juelg/fix-isapprox-comperison

Conversation

@juelg
Copy link
Copy Markdown
Contributor

@juelg juelg commented Aug 8, 2024

According to the eigen documentation isApprox does not work for comparisons with another vector close to zero. That is why this commit changes it to l1 norm comparisons.

The FR3 moving and arriving callbacks are performed on the l infinite norm (absolute max element).

According to the eigen documentation isApprox does not work for comparisons with another vector close to zero. That is why this commit changes it to l1 norm comparisons.

The FR3 moving and arriving callbacks are performed on the l infinite norm (absolute max element)
@juelg juelg changed the base branch from master to develop August 8, 2024 10:13
@juelg juelg merged commit c3d5875 into develop Aug 8, 2024
@juelg juelg deleted the juelg/fix-isapprox-comperison branch August 8, 2024 10:45
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