Changed rosidl_generator_c/cpp to rosidl_runtime_c/cpp (#1014)

Signed-off-by: ahcorde <ahcorde@gmail.com>
This commit is contained in:
Alejandro Hernández Cordero 2020-04-10 12:25:16 +02:00 committed by GitHub
parent fd961bc23f
commit c1a7a65537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 27 deletions

View file

@ -9,9 +9,9 @@
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_export_depend>rosidl_generator_c</build_export_depend>
<build_export_depend>rosidl_runtime_c</build_export_depend>
<build_depend>rosidl_generator_c</build_depend>
<build_depend>rosidl_runtime_c</build_depend>
<depend>action_msgs</depend>
<depend>rclcpp</depend>