doosan-robotics / doosan-robot2

ROS 2 for Doosan Robot
BSD 3-Clause "New" or "Revised" License
69 stars 45 forks source link

Emergency mode recovery without pendant #84

Open karim3000 opened 1 month ago

karim3000 commented 1 month ago

Hi all. I have purchased 2 Doosan manipulators and am attempting to program emergency recovery. Currently I'm only able to recover from a red status indicator by using the pendant. I would like to do it autonomously in python/C++ so that i can remove the pendant. Can you please provide a sample code for this functionality if it's available?

song-ms commented 3 days ago

hi @karim3000

I would like to respond to your inquiry. Currently, due to the API structure, there is command authority only for the single channel that is connected, so there is no way to provide an emergency stop during synchronous motion. However, if the robot is processing commands in asynchronous motion, you can create an emergency stop state using move_stop(0). Additionally, you can pre-configure an emergency stop signal on the IO signal, allowing you to send an emergency stop signal via the IO signal without using TP.

karim3000 commented 3 days ago

Hi @song-ms, thanks for your response. This will be helpful for emergency stop situations. However, I would like to also know how to unlock the emergency stop so the Doosan can continue operation when given a signal.