Skip to content

Commit f5c306b

Browse files
Changed two accidentially updated libfranka version strings back to 0.15.0
1 parent 8e16ac7 commit f5c306b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (${Franka_VERSION} VERSION_GREATER_EQUAL "0.10.0")
2828
add_compile_definitions(FRANKA_0_10)
2929
endif ()
3030

31-
if (${Franka_VERSION} VERSION_GREATER_EQUAL "0.15.3")
31+
if (${Franka_VERSION} VERSION_GREATER_EQUAL "0.15.0")
3232
add_compile_definitions(FRANKA_0_15)
3333
endif ()
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ ee_pose_kin = robot.model.pose(Frame.EndEffector, q, f_t_ee, ee_t_k)
424424
jacobian = robot.model.body_jacobian(Frame.EndEffector, state)
425425

426426
# Alternatively, just get the URDF as a string and do the kinematics computation yourself (only
427-
# for libfranka >= 0.15.3)
427+
# for libfranka >= 0.15.0)
428428
urdf_model = robot.model_urdf
429429
```
430430

0 commit comments

Comments
 (0)