-
Notifications
You must be signed in to change notification settings - Fork 422
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
Use ament_cmake_ros #444
Use ament_cmake_ros #444
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
Did you try to build it statically ?
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, but should ament_export_dependencies(ament_cmake)
be changed or removed? I'm honestly not sure if it should be exported or not.
no, didn't try to build it statically
|
since I didn't build it statically I connected this to ros2/ros2#306 in place of #390 so the changes are visible when people are testing that ticket |
Signed-off-by: Abby Xu <abbyxu@amazon.com>
Revival of #390
Connects to ros2/ros2#306 but hasn't been tested with static linking ourselves
rmw
dependency addition that seemed unrelatedrclcpp_lifecycle
exec_depend
ing onament_cmake
toament_cmake_ros
because from this PR I inferred the dependency is fornormalize_path
fromament_cmake
itself.