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

@@ -72,7 +72,7 @@ namespace sas
robot_driver_interface_sptr_ = std::make_shared<RobotInterfaceFranka>(configuration.ip_address,
mode, //None, PositionControl, VelocityControl
RobotInterfaceFranka::HAND::ON);
RobotInterfaceFranka::HAND::OFF);
}
RobotDriverFranka::~RobotDriverFranka()=default;