Skip to content

Commit

Permalink
add missing ros_environment to package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Nov 29, 2023
1 parent 8da8d8c commit 6d5a1b1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
2 changes: 2 additions & 0 deletions etsi_its_coding/etsi_its_cam_coding/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<license>MIT</license>

<depend>ros_environment</depend>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>

Expand Down
8 changes: 4 additions & 4 deletions etsi_its_coding/etsi_its_coding/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

<license>MIT</license>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>

<depend>ros_environment</depend>
<depend>etsi_its_cam_coding</depend>
<depend>etsi_its_denm_coding</depend>
<depend>ros_environment</depend>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>

<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
Expand Down
2 changes: 2 additions & 0 deletions etsi_its_coding/etsi_its_denm_coding/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<license>MIT</license>

<depend>ros_environment</depend>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>

Expand Down
1 change: 1 addition & 0 deletions etsi_its_msgs/etsi_its_cam_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<license>MIT</license>

<depend>ros_environment</depend>
<depend>std_msgs</depend>

<!-- ROS 2 -->
Expand Down
1 change: 1 addition & 0 deletions etsi_its_msgs/etsi_its_denm_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<license>MIT</license>

<depend>ros_environment</depend>
<depend>std_msgs</depend>

<!-- ROS 2 -->
Expand Down
8 changes: 4 additions & 4 deletions etsi_its_msgs/etsi_its_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

<license>MIT</license>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>

<depend>ros_environment</depend>
<depend>etsi_its_cam_msgs</depend>
<depend>etsi_its_denm_msgs</depend>
<depend>geographiclib</depend>
<depend>geometry_msgs</depend>
<depend>ros_environment</depend>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>

<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
Expand Down

0 comments on commit 6d5a1b1

Please sign in to comment.