Skip to content

Commit

Permalink
place dependencies alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Dec 9, 2024
1 parent 3573d98 commit 5983d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardware_interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

<depend>backward_ros</depend>
<depend>control_msgs</depend>
<depend>joint_limits</depend>
<depend>lifecycle_msgs</depend>
<depend>pal_statistics</depend>
<depend>pluginlib</depend>
<depend>rclcpp_lifecycle</depend>
<depend>rcpputils</depend>
<depend>sdformat_urdf</depend>
<depend>tinyxml2_vendor</depend>
<depend>joint_limits</depend>
<depend>urdf</depend>
<depend>sdformat_urdf</depend>
<depend>pal_statistics</depend>

<build_depend>rcutils</build_depend>
<exec_depend>rcutils</exec_depend>
Expand Down

0 comments on commit 5983d74

Please sign in to comment.