Skip to content

Commit

Permalink
[rcl lifecycle] removed rmw_implementation from package.xml (#575)
Browse files Browse the repository at this point in the history
* fixed package.xml

Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>

* removed rosidl_generator_c dependency

Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>

* rcl lifecycle restoring rosidl_generator_c dependency

Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored Mar 3, 2020
1 parent ca64525 commit f8f8b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions rcl_lifecycle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ find_package(lifecycle_msgs REQUIRED)
find_package(rcl REQUIRED)
find_package(rcutils REQUIRED)
find_package(rmw REQUIRED)
find_package(rosidl_generator_c)

include_directories(include)

Expand Down
4 changes: 2 additions & 2 deletions rcl_lifecycle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<build_depend>lifecycle_msgs</build_depend>
<build_depend>rcl</build_depend>
<build_depend>rcutils</build_depend>
<build_depend>rmw_implementation</build_depend>
<build_depend>rmw</build_depend>
<build_depend>rosidl_generator_c</build_depend>

<exec_depend>lifecycle_msgs</exec_depend>
<exec_depend>rcl</exec_depend>
<exec_depend>rcutils</exec_depend>
<exec_depend>rmw_implementation</exec_depend>
<exec_depend>rmw</exec_depend>
<exec_depend>rosidl_generator_c</exec_depend>

<test_depend>ament_cmake_gtest</test_depend>
Expand Down

0 comments on commit f8f8b41

Please sign in to comment.