From 442c2f9c95644b98d1cea6dbd17c435c313237f6 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Tue, 18 Apr 2023 09:16:15 +0900 Subject: [PATCH] use package format3, and use python3-pykdl / python_orocos_kdl depends on ROS_PYTHON_VERSION --- turtlebot_calibration/package.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/turtlebot_calibration/package.xml b/turtlebot_calibration/package.xml index 58ab2831..35409ba3 100644 --- a/turtlebot_calibration/package.xml +++ b/turtlebot_calibration/package.xml @@ -1,4 +1,4 @@ - + turtlebot_calibration 2.3.7 turtlebot_calibration @@ -17,14 +17,16 @@ nav_msgs geometry_msgs message_generation - python_orocos_kdl + python_orocos_kdl + python3-pykdl - rospy - std_msgs - sensor_msgs - nav_msgs - geometry_msgs - message_runtime - python_orocos_kdl - turtlebot_bringup - \ No newline at end of file + rospy + std_msgs + sensor_msgs + nav_msgs + geometry_msgs + message_runtime + python_orocos_kdl + python3-pykdl + turtlebot_bringup +