-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexbe freezing network on remote PC #100
Comments
This is a new one to me. We just made the new flexbe_webui live; you might try it instead of the Questions: Is this on initial launch before running behavior, or is it on start of a behavior? What happens if you start OCS but not onboard? There are not any fancy web comms between onboard and OCS. It is all basic ROS topics. |
Hmm. The only traffic should be basic ROS messaging between OCS and onboard. |
We also experienced the same issue before. Our scenario was robot running on WiFi, PC connected to the same network with LAN. DDS config was the default for iron with multicast discovery. The basic Hello world behaviors were working, but starting up the flexbe_ocs, after more states and behaviors were loaded, the system froze the network immediately. After 2-5minutes the app started to show Online and the network stabilized. After that we could start some behaviors. We also couldn't solve the issue. After swapping to fastdds discovery server the issue disappeared by itself and the network was stable. |
When I start the OCS only, it still freezes for 2-5 minutes, the network load is around 200Mbit/s. |
@RPRKLR Please file issue tickets for anything related to the flexbe_webui there, or contact me directly https://flexbe.readthedocs.io/en/latest/contactinfo.html with more general questions. I am looking for results from testing the WebUI "in the wild". We have also seen issues related to multicast discovery on our network unrelated to FlexBE, so you might try the fastdds discovery server setup as mentioned in comment from MA15M above. |
Description:
When I start up
flexbe_app
andflexbe_behavior_engine
on my local PC, everything works fine with no issues regarding the connection. However, when I start up theflexbe_onboard
on our robot (which is on the same Ethernet network), and then start up theflexbe_app_ocs
, the network freezes for 2 minutes. We lose connection to the device and all network connections, including internet browsing.Steps to Reproduce:
flexbe_onboard
on the robot, which is on the same Ethernet network.flexbe_app
.Expected Behavior:
The network should remain stable, and all connections should work without interruption.
Actual Behavior:
The network freezes for 2-5 minutes, causing loss of connection to the device and all networks, including internet browsing.
We can not provide any screenshots or logs for this occurrence, since everything is frozen on the robot, but after some time the network connection stabilize itself, and we can communicate with the robot.
Additional note
We also experienced that when we start up the app, the network outgoing traffic jumps to 900MBit/s
Environment:
The text was updated successfully, but these errors were encountered: