frankaemika/libfranka

How to restart after button pushed

arnauddomes opened this issue · 1 comments

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?

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.