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
I would imagine that following this tutorial of installation, there shouldn't be any errors: open-rmf/rmf#267
Screenshots
Additional information
I will try to do the same but installing rmf from source but I really don't understand why this could be happening. Hve I done something wrong in the installation?
UPDATE: Did the source installation with the exact same results
UPDATE2: Tried to update the Websockets, like so ISSUE, same result.
The text was updated successfully, but these errors were encountered:
Not solved, but seems at least not affects the assignments of tasks and so on.
Although it continues to not show the tasks in the web interface ( the old one ) . So I imagen I'll close the issue
Bug report
TypeError: Server.emit() got an unexpected keyword argument 'broadcast'
Required information:
debians
debians
humble
by debians
Description of the bug
When launching the any example that launches the rmf comons, gives this error:
TypeError: Server.emit() got an unexpected keyword argument 'broadcast'
This makes the web interface not work.
I tracked the error until here:
simple_api_server.py
Is there a version that I'm not aware of?
How to reproduce
execute:
ros2 launch rmf_demos_gz_classic hotel.launch.xml | grep "Server.emit"
You should see that error.
Expected behavior
I would imagine that following this tutorial of installation, there shouldn't be any errors:
open-rmf/rmf#267
Screenshots
Additional information
I will try to do the same but installing rmf from source but I really don't understand why this could be happening. Hve I done something wrong in the installation?
UPDATE: Did the source installation with the exact same results
UPDATE2: Tried to update the Websockets, like so ISSUE, same result.
The text was updated successfully, but these errors were encountered: