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
fails with [ERROR 1599819990.746046087 /subt_ros_relay] OnBind address does not match origination. Attempted impersonation of a robot as robot[multicast].
I'm using an image based on osrf/subt-virtual-testbed:latest.
Is multicast supported for cave circuit? From the comms client docs it seems that it should be. ("kMulticast" doesn't work either.)
The text was updated successfully, but these errors were encountered:
@nkoenig@caguero Any updates on this? I also came across same issue and couldn't figure out how to properly use multicast functionality. Could there be a bug in underline CommsClient?
I am not able to bind to a multicast group.
E.g. the code below (excerpt from within a member function)
fails with
[ERROR 1599819990.746046087 /subt_ros_relay] OnBind address does not match origination. Attempted impersonation of a robot as robot[multicast].
I'm using an image based on osrf/subt-virtual-testbed:latest.
Is multicast supported for cave circuit? From the comms client docs it seems that it should be. (
"kMulticast"
doesn't work either.)The text was updated successfully, but these errors were encountered: