Skip to content

Commit

Permalink
Require libfranka 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fwalch committed Aug 1, 2018
1 parent 041d3eb commit bca9a05
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## 0.6.0 - UNRELEASED

Requires `libfranka` >= 0.6.0
Requires `libfranka` >= 0.5.0

* **BREAKING** Updated joint limits in URDF
* **BREAKING** Fixed velocity, acceleration and jerk limits in `franka_hw`
Expand Down
2 changes: 1 addition & 1 deletion franka_control/CMakeLists.txt
Expand Up @@ -21,7 +21,7 @@ find_package(catkin REQUIRED COMPONENTS
tf2_msgs
)

find_package(Franka 0.4.0 REQUIRED)
find_package(Franka 0.5.0 REQUIRED)

add_service_files(FILES
SetCartesianImpedance.srv
Expand Down
2 changes: 1 addition & 1 deletion franka_example_controllers/CMakeLists.txt
Expand Up @@ -20,7 +20,7 @@ find_package(catkin REQUIRED COMPONENTS
)

find_package(Eigen3 REQUIRED)
find_package(Franka 0.3.0 REQUIRED)
find_package(Franka 0.5.0 REQUIRED)

add_message_files(FILES
JointTorqueComparison.msg
Expand Down
2 changes: 1 addition & 1 deletion franka_gripper/CMakeLists.txt
Expand Up @@ -14,7 +14,7 @@ find_package(catkin REQUIRED COMPONENTS
actionlib_msgs
)

find_package(Franka 0.4.0 REQUIRED)
find_package(Franka 0.5.0 REQUIRED)

add_action_files(
DIRECTORY action
Expand Down
2 changes: 1 addition & 1 deletion franka_hw/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ find_package(catkin REQUIRED COMPONENTS
roscpp
)

find_package(Franka 0.4.0 REQUIRED)
find_package(Franka 0.5.0 REQUIRED)

catkin_package(
INCLUDE_DIRS include
Expand Down
2 changes: 1 addition & 1 deletion franka_visualization/CMakeLists.txt
Expand Up @@ -9,7 +9,7 @@ find_package(catkin REQUIRED COMPONENTS
roscpp
)

find_package(Franka 0.3.0 REQUIRED)
find_package(Franka 0.5.0 REQUIRED)

catkin_package(CATKIN_DEPENDS sensor_msgs roscpp)

Expand Down

0 comments on commit bca9a05

Please sign in to comment.