Added a new interface class to handle the franka hand

This commit is contained in:
Juancho
2023-07-11 08:37:41 +09:00
parent ce9d2c8fe8
commit 87024fb996
4 changed files with 190 additions and 1 deletions

View File

@@ -76,6 +76,9 @@ target_link_libraries(robot_interface_franka Franka::Franka
QuadraticProgramMotionGenerator
CustomMotionGeneration)
add_library(robot_interface_hand src/robot_interface_hand.cpp)
target_link_libraries(robot_interface_hand Franka::Franka
dqrobotics)
############