linuxOS_AP05/buildroot/package/rockchip/ros/geometry2/tf2-ros/tf2-ros.mk
2025-06-02 13:59:07 +08:00

9 lines
271 B
Makefile

TF2_ROS_VERSION = 0.5.17
TF2_ROS_SITE = $(call github,ros,geometry2,$(TF2_ROS_VERSION))
TF2_ROS_SUBDIR = tf2_ros
TF2_ROS_DEPENDENCIES = actionlib actionlib-msgs geometry-msgs message-filters \
roscpp rosgraph rospy tf2 tf2-msgs tf2-py
$(eval $(catkin-package))