Humble: missing tf2_geometry_msgs
This commit is contained in:
parent
8428534702
commit
8cf1bfcac2
@ -439,6 +439,7 @@ ELSE() # COLCON_BUILD
|
||||
find_package(message_filters REQUIRED)
|
||||
find_package(tf2 REQUIRED)
|
||||
find_package(tf2_ros REQUIRED)
|
||||
find_package(tf2_geometry_msgs REQUIRED)
|
||||
find_package(geometry_msgs REQUIRED)
|
||||
|
||||
## Generate messages and services
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
|
||||
<depend condition="$ROS_VERSION == 2">tf2</depend>
|
||||
<depend condition="$ROS_VERSION == 2">tf2_ros</depend>
|
||||
<depend condition="$ROS_VERSION == 2">tf2_geometry_msgs</depend>
|
||||
|
||||
<build_depend condition="$ROS_VERSION == 2">ros_environment</build_depend>
|
||||
<depend condition="$ROS_VERSION == 2">builtin_interfaces</depend>
|
||||
|
||||
@ -135,6 +135,7 @@ IF(COLCON_BUILD)
|
||||
message_filters
|
||||
tf2
|
||||
tf2_ros
|
||||
tf2_geometry_msgs
|
||||
geometry_msgs
|
||||
)
|
||||
ENDIF(COLCON_BUILD)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user