frankaemika / libfranka

C++ library for Franka research robots
https://frankaemika.github.io
Apache License 2.0
221 stars 147 forks source link

How to restart after button pushed #117

Open arnauddomes opened 2 years ago

arnauddomes commented 2 years ago

Hello,

I want to be able to use the push button for the guide mode in moveit as a way to retrieve position data from robot arm.

When moveit launch file is start, I push the button. Then I still can't retrieve arm position but after I unlock the button, I can't send anymore the trajectory to moveit.

Is there a way to allow it by restarting something on libfranka?

avadhutmali999 commented 1 year ago

A possible way could be positioning the robot in the required pose, pressing down the activation button, retrieving the position data. Again resetting the external activation key to default state and then again moving the robot to the next required position. Although its a tedious and repetitive task, its the only option currently as per my knowledge.