-
Notifications
You must be signed in to change notification settings - Fork 111
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
[DATA-701] add cartographer integration tests for rdk #1660
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
// Clear out directory | ||
closeOutSLAMService(t, name) | ||
|
||
} | ||
|
||
// Checks the current slam directory to see if the number of files exceeds the expecteed amount |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] equals... (plus a note about the maps)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd also add a less than or equal check on on the maps as well to do a "is between" check.
|
add integration tests for cartographer by grabbing latest binary, as well as adding several other tests for cartographer
A passing integration test is located here https://github.com/viamrobotics/rdk/actions/runs/3706557424
https://viam.atlassian.net/browse/DATA-701