Commit a2f71b7d authored by Herb Kuta's avatar Herb Kuta
Browse files

{eloquent} rmw-fastrtps-shared-cpp, unique-identifier-msgs: Fix missing dependencies

Showing with 22 additions and 0 deletions
+22 -0
# Copyright (c) 2019 LG Electronics, Inc.
ROS_BUILD_DEPENDS += " \
rosidl-cmake \
"
# Copyright (c) 2019 LG Electronics, Inc.
# Without the target rosidl-typesupport-{c,cpp}, ament finds the native packages and then fails to link (error: incompatible
# target).
ROS_BUILD_DEPENDS += " \
fastcdr \
fastrtps \
rosidl-typesupport-c \
rosidl-typesupport-cpp \
"
ROS_BUILDTOOL_DEPENDS += " \
rosidl-parser-native \
rosidl-adapter-native \
python3-numpy-native \
python3-lark-parser-native \
"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment