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
Web application is able to call the ros service via roslibjs but It only registers success callback when ros serivce is called. So, application can not receive the failure message if error is happened while calling ros service.
For resolving this issue, some apis like this should be changed into adding failureCallback argument in callService funciton.
The text was updated successfully, but these errors were encountered:
Web application is able to call the ros service via roslibjs but It only registers success callback when ros serivce is called. So, application can not receive the failure message if error is happened while calling ros service.
For resolving this issue, some apis like this should be changed into adding failureCallback argument in
callService
funciton.The text was updated successfully, but these errors were encountered: