Skip to content

Commit

Permalink
set hardware_interface >= 0.13.0
Browse files Browse the repository at this point in the history
ros-controls/ros_control#285 (which is included in hardware_interface 0.13.0) allow us to use class `hardware_interface::HardwareResourceManager` API
  • Loading branch information
k-okada committed Feb 13, 2018
1 parent ba7a7fc commit df29856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr2_mechanism_model/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<build_depend>kdl_parser</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>angles</build_depend>
<build_depend>hardware_interface</build_depend>
<build_depend version_gte="0.13.0">hardware_interface</build_depend>
<build_depend>rostest</build_depend>
<build_depend>rosunit</build_depend>

Expand Down

0 comments on commit df29856

Please sign in to comment.