ashepele
ashepele
Thank you @JingQF ? It looks like you cloned rosbridge 0.9.0 from https://github.com/RobotWebTools/rosbridge_suite. How did you install it once it was cloned? The installation instructions here will most likely not...
@JingQF , Thank you very much! It is working. The exact steps I followed were: $ sudo apt-get remove ros-melodic-rosbridge* $ cd ~/my_ros_workspace/src $ git clone -b 0.11.10 [email protected]:RobotWebTools/rosbridge_suite.git $...
This fix was working previously. Now I'm getting the following error when running `roslaunch rosbridge_server rosbridge_tcp.launch bson_only_mode:=True` ``` File "/home/ashepele/Documents/ros_sim_workspace/src/rosbridge_suite/rosbridge_server/src/rosbridge_server/websocket_handler.py", line 36, in from rosauth.srv import Authentication ImportError: No module...