Skip to content
Advertisement

ROS rqt_graph does not launch anymore (ImportError DEFAULT_MASTER_PORT)

Recently I installed the offline simulator from Universal Robots, and the install.sh turned out to remove my entire ROS install. Fine. I re-installed it following the official guide, and now rqt_graph does not work:

JavaScript

(roscore is running in another terminal) I tried sudo apt install ros-melodic-rqt and sudo apt-get install python-rosgraph, but the error persists.

I dug and found out that this specific variable had been added to that file in the melodic distribution, so there may be a version conflict but I don’t know how to check that.

How to proceed?

Advertisement

Answer

I finally did sudo apt-get update and sudo apt-get upgrade and some ros packages have been updated, it works now. This may be useful to some 🙂

Advertisement