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'm using ros2-web-bridge as a web-bridge and noticed that when doing a service call which caused a TypeError on the webbridge the error was not reported in any of the callbacks (callback, failedCallback) of the client.
I'm using ros2-web-bridge as a web-bridge and noticed that when doing a service call which caused a
TypeError
on the webbridge the error was not reported in any of the callbacks (callback, failedCallback) of the client.Client library call:
service.callService(new ROSLIB.ServiceRequest(args), handleResponse, handleError)
WS Request:
WS Response:
Are there plans to to propagate this kind of status with
roslibjs
as well? Or is this some specifics ofros2-web-bridge
?I could try to make a PR but I'm not sure if this is part of the standard that should be supported or not.
The text was updated successfully, but these errors were encountered: