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
Hi,
I have few questions:
Q1)
In rosbridge_suite (for ros 1), there are two very useful topics namely
/client_count
/connected_clients
I don't find these two in ros2-web-bridge. Do we have them here?
Q2)
When a client connects to the web socket server, in ros 1 bridge there are echo messages showing that a client has connected or disconnected and what topics it has subscribed to. I don't get these messages in ros2-web-bridge. Are there such messages here?
Q3)
I can have my desired port when I run the websocket server using the arguemnt
$node index.js -p 9010
but the IP address does not change for example:
$node index.js -a '192.168.1.100'
still runs the server on localhost.
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hi,
I have few questions:
Q1)
In rosbridge_suite (for ros 1), there are two very useful topics namely
/client_count
/connected_clients
I don't find these two in ros2-web-bridge. Do we have them here?
Q2)
When a client connects to the web socket server, in ros 1 bridge there are echo messages showing that a client has connected or disconnected and what topics it has subscribed to. I don't get these messages in ros2-web-bridge. Are there such messages here?
Q3)
I can have my desired port when I run the websocket server using the arguemnt
$node index.js -p 9010
but the IP address does not change for example:
$node index.js -a '192.168.1.100'
still runs the server on localhost.
Thank you in advance
The text was updated successfully, but these errors were encountered: