Skip to content

Commit

Permalink
Modify franka destructor to be able to continue applying a force on t…
Browse files Browse the repository at this point in the history
…he gripper
  • Loading branch information
fspindle committed Dec 2, 2024
1 parent f9d886d commit 6773825
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/robot/src/real-robot/franka/vpRobotFranka.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ vpRobotFranka::~vpRobotFranka()
delete m_handler;

if (m_gripper) {
std::cout << "Grasped object, will release it now." << std::endl;
m_gripper->stop();
delete m_gripper;
}

Expand Down

0 comments on commit 6773825

Please sign in to comment.