-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Simplifying CMakelists to use the standard test suite. #29
Conversation
7581eca
to
846765e
Compare
Now that the other PRs are integrated, this one can go in now. Please review when you have a chance. |
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.
Great.
@crdelsey - does this need to be rebased again now that ros2_devel has been merged? |
846765e
to
03ac153
Compare
Code is rebased and ready for review again |
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.
Looks good to me but will need to be rebased and there's a conflict with the AMCL PR that was merged earlier today that needs to be resolved. Should be just a few lines and you can resolve it during merge.
03ac153
to
2c0b5f2
Compare
* adding last local changes * prams
…fter previous failure (#29) * probable fix * reverting logic * close goal fix * added handling for "no valid path" cases * added requested changes
…ther_sync AUTO-1589 Minimal nav2 update
There is a an existing set of ament packages that perform all the standard tests (eg uncrustify, cppcheck, etc) automatically.
Updating the code to use this new version.
I'll wait on starting a review until after I rebase from some of the other PRs that are about to go in.