Open oriolorra opened 5 months ago
We use our robots in environments where the network conditions are sometimes quite bad and I have seen the exact same issue which seems to be exacerbated by the network dropping in and out. I was able to fix it by removing the timeout at https://github.com/RobotWebTools/rosbridge_suite/blob/c1bfc2ff451069b2a40544581e2910d20efc3f62/rosbridge_server/scripts/rosbridge_websocket.py#L342 I would be interested to see if that fixes it for you too
Hi,
I have encountered some odd behavior. At some point, a subscriber topic decrease throughput, when the publishing topic does not decrease the throughput.
Roslibjs topic is configured like this:
Expected Behavior I expect to get an almost constant frame rate at 10 fps at the webpage, let's say forever.
Actual Behavior Webpage has 10 fps during only a few seconds/minuts.
Thanks