Skip to content

Commit

Permalink
Order dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Nov 9, 2018
1 parent 0314d71 commit f0dc42d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion motoman_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>

<depend>std_msgs</depend>
<depend>industrial_msgs</depend>
<depend>std_msgs</depend>
<depend>trajectory_msgs</depend>
</package>
8 changes: 4 additions & 4 deletions motoman_sda10f_moveit_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

<buildtool_depend>catkin</buildtool_depend>

<exec_depend>moveit_ros_move_group</exec_depend>
<exec_depend>industrial_robot_simulator</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>motoman_sda10f_support</exec_depend>
<exec_depend>moveit_planners_ompl</exec_depend>
<exec_depend>moveit_ros_move_group</exec_depend>
<exec_depend>moveit_ros_visualization</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>xacro</exec_depend>
<exec_depend>industrial_robot_simulator</exec_depend>
<exec_depend>motoman_sda10f_support</exec_depend>

<export>
<architecture_independent/>
Expand Down
8 changes: 4 additions & 4 deletions motoman_sia20d_moveit_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

<buildtool_depend>catkin</buildtool_depend>

<exec_depend>moveit_ros_move_group</exec_depend>
<exec_depend>industrial_robot_simulator</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>motoman_sia20d_support</exec_depend>
<exec_depend>moveit_planners_ompl</exec_depend>
<exec_depend>moveit_ros_move_group</exec_depend>
<exec_depend>moveit_ros_visualization</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>xacro</exec_depend>
<exec_depend>industrial_robot_simulator</exec_depend>
<exec_depend>motoman_sia20d_support</exec_depend>

<export>
<architecture_independent/>
Expand Down

0 comments on commit f0dc42d

Please sign in to comment.