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
Describe the bug
Connectity seems to be messed up while setting up VPN in Arm-based workstations (e.g. Apple M1-based processors)
To Reproduce
docker run -it --platform linux/amd64 --rm --net=host --cap-add=NET_ADMIN fogros2
root@docker-desktop:/home/root/fog_ws# source install/setup.bash # source fogros2 workspace as an overlay
root@docker-desktop:/home/root/fog_ws# ros2 topic list
1649578524.307783 [0] ros2: ddsi_udp_create_conn: set IP_MULTICAST_IF failed: Bad Parameter
[ERROR] [1649578524.313711792] [rmw_cyclonedds_cpp]: rmw_create_node: failed to create domain, error Error
>>> [rcutils|error_handling.c:108] rcutils_set_error_state()
This error state is being overwritten:
'error not set, at /tmp/binarydeb/ros-galactic-rcl-3.1.2/src/rcl/node.c:261'
with this new error message:
'rcl node's rmw handle is invalid, at /tmp/binarydeb/ros-galactic-rcl-3.1.2/src/rcl/node.c:413'rcutils_reset_error() should be called after error handling to avoid this.<<<[ERROR] [1649578524.316559333] [rcl]: Failed to fini publisher for node: 1error creating node: rcl node's rmw handle is invalid, at /tmp/binarydeb/ros-galactic-rcl-3.1.2/src/rcl/node.c:413
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Connectity seems to be messed up while setting up VPN in Arm-based workstations (e.g. Apple M1-based processors)
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: