Merged
Conversation
Enables addition of new colcon built packages in this repo
Contributor
Author
|
Depends on #74 |
Contributor
Author
|
These changes split from the original PR #71 and has all changes requested for the cmake macro from that review |
Member
mjcarroll
approved these changes
Jan 15, 2019
jacobperron
reviewed
Jan 15, 2019
Member
jacobperron
left a comment
There was a problem hiding this comment.
Thanks for splitting out the cmake package 👍
| endif() | ||
| find_program(PROGRAM ros2) | ||
| if (NOT PROGRAM) | ||
| message("Unable to find ros2cli, have you sourced your ros setup files?") |
Member
There was a problem hiding this comment.
We should add ros2cli as a build and build_export dependency to the package.xml so we don't have to rely on sourcing a setup file in the case that we're building alongside ros2cli.
ruffsl
reviewed
Jan 15, 2019
ruffsl
reviewed
Jan 15, 2019
Member
|
@ross-desmond Just as a housekeeping note, we're moving forward on making a release for the patch, and this will get in the first sync after the patch release. |
added 4 commits
January 15, 2019 15:37
Additionally update build dependencies.
Contributor
Author
|
Awesome, making changes... |
Member
|
Disregard that CI, I think I used the wrong repos file... |
Contributor
Author
Looks like all changes are accounted for. |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds cmake macros for generating keys and keystore for nodes at compile time.