surgical-robotics-ai / surgical_robotics_challenge

Interactive Robot Assisted Suturing Simulation
55 stars 43 forks source link

Non blocking move_jp command for PSM arm #92

Open jabarragann opened 8 months ago

jabarragann commented 8 months ago

The move_jp command in the dVRK's crtk python API returns an object that has a wait() method. This object can be used to block the execution of the program until the move has finished. The AMBF psm class could be modified to implement this same behavior. Currently, move_jp in ambf are non-blocking.