You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the python action client library has a CommState that is used for determining when to call a done_cb function for goals. Currently the roslibjs action client goals end up on the GoalStatusPENDING status, which I can display in my UI, but it'd be nice to be able to display a done message (e.g., as axclient.py does). Is something that's easily implementable or has anyone tried this?
The text was updated successfully, but these errors were encountered:
I noticed the python action client library has a
CommState
that is used for determining when to call adone_cb
function for goals. Currently the roslibjs action client goals end up on theGoalStatus
PENDING
status, which I can display in my UI, but it'd be nice to be able to display a done message (e.g., asaxclient.py
does). Is something that's easily implementable or has anyone tried this?The text was updated successfully, but these errors were encountered: