latest pushes

This commit is contained in:
Ronaldson Bellande 2023-10-04 21:01:09 -04:00
parent e20f10bd17
commit 03a0dfd40e
2 changed files with 36 additions and 42 deletions

View File

@ -25,8 +25,6 @@ if($ENV{ROS_VERSION} EQUAL 1)
sensor_msgs
std_msgs
)
else()
ament_package()
endif()

View File

@ -8,50 +8,46 @@
<license>Apache 2.0</license>
<maintainer email="ronaldsonbellande@gmail.com">Ronaldson Bellande</maintainer>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<build_depend condition="$ROS_VERSION == 1">roscpp</build_depend>
<build_depend condition="$ROS_VERSION == 1">std_msgs</build_depend>
<build_depend condition="$ROS_VERSION == 1">sensor_msgs</build_depend>
<build_depend condition="$ROS_VERSION == 1">humanoid_robot_controller_msgs</build_depend>
<build_depend condition="$ROS_VERSION == 1">humanoid_robot_manager</build_depend>
<build_export_depend condition="$ROS_VERSION == 1">roscpp</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 1">std_msgs</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 1">sensor_msgs</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 1">humanoid_robot_controller_msgs</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 1">humanoid_robot_manager</build_export_depend>
<exec_depend condition="$ROS_VERSION == 1">roscpp</exec_depend>
<exec_depend condition="$ROS_VERSION == 1">std_msgs</exec_depend>
<exec_depend condition="$ROS_VERSION == 1">sensor_msgs</exec_depend>
<exec_depend condition="$ROS_VERSION == 1">humanoid_robot_controller_msgs</exec_depend>
<exec_depend condition="$ROS_VERSION == 1">humanoid_robot_manager</exec_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<build_depend condition="$ROS_VERSION == 2">roscpp</build_depend>
<build_depend condition="$ROS_VERSION == 2">std_msgs</build_depend>
<build_depend condition="$ROS_VERSION == 2">sensor_msgs</build_depend>
<build_depend condition="$ROS_VERSION == 2">humanoid_robot_controller_msgs</build_depend>
<build_depend condition="$ROS_VERSION == 2">humanoid_robot_manager</build_depend>
<condition if="$ROS_VERSION == 1">
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>humanoid_robot_controller_msgs</build_depend>
<build_depend>humanoid_robot_manager</build_depend>
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
<build_export_depend>sensor_msgs</build_export_depend>
<build_export_depend>humanoid_robot_controller_msgs</build_export_depend>
<build_export_depend>humanoid_robot_manager</build_export_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>humanoid_robot_controller_msgs</exec_depend>
<exec_depend>humanoid_robot_manager</exec_depend>
</condition>
<condition if="$ROS_VERSION == 2">
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>humanoid_robot_controller_msgs</build_depend>
<build_depend>humanoid_robot_manager</build_depend>
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
<build_export_depend>sensor_msgs</build_export_depend>
<build_export_depend>humanoid_robot_controller_msgs</build_export_depend>
<build_export_depend>humanoid_robot_manager</build_export_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>humanoid_robot_controller_msgs</exec_depend>
<exec_depend>humanoid_robot_manager</exec_depend>
</condition>
<build_export_depend condition="$ROS_VERSION == 2">roscpp</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 2">std_msgs</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 2">sensor_msgs</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 2">humanoid_robot_controller_msgs</build_export_depend>
<build_export_depend condition="$ROS_VERSION == 2">humanoid_robot_manager</build_export_depend>
<exec_depend condition="$ROS_VERSION == 2">roscpp</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">std_msgs</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">sensor_msgs</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">humanoid_robot_controller_msgs</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">humanoid_robot_manager</exec_depend>
</package>