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

ES/ALP -119 - Implement Measurement Jacobian and Unit Tests #23

Merged

Conversation

eslaght
Copy link
Collaborator

@eslaght eslaght commented Jun 20, 2024

Changes:

  • Implemented measurement Jacobian in MockManager2D
  • Added four unit tests

@eslaght eslaght requested a review from WillWu88 June 20, 2024 16:48
Copy link
Collaborator

@WillWu88 WillWu88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The source files look good. Please remove the auto generated ".gch" file and you should be all set. In the future, remember to be careful about the files you include in the PR.

float dy = mu_prev.y - m_curr_pose.y;
Eigen::Matrix2f G;
if (dx == 0 && dy == 0) {
G << NAN, NAN,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might have to add better error handling in the future, but this will do for now.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment was more for myself and record keeping.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this file and add "*.gch" to .gitignore in the project root directory

@WillWu88 WillWu88 enabled auto-merge June 26, 2024 13:47
@WillWu88 WillWu88 merged commit 33cddef into dev Jun 26, 2024
1 check passed
@WillWu88 WillWu88 deleted the ES/ALP-119-implement-measurement-jacobian-and-unit-tests branch June 26, 2024 13:48
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.

None yet

2 participants