Detecting the end of asyncExecute.
hi, i use these codes for planning; moveit::planning_interface::MoveGroupInterface::Plan plan; kPyGlobals.move_group_end->setJointValueTarget( goals ); kPyGlobals.move_group_end->plan( plan ); kPyGlobals.move_group_end->asyncExecute( plan );
how can i detect execution still running ?
how can i detect robotic-arm ready for plan ?