ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I had the same problem with my Kinetic on Ubuntu 16 after a recent upgrade/dist-upgrade. A work around is to rename or move roscore to something else.
sudo cp /opt/ros/$ROS_DISTRO/bin/roscore /opt/ros/$ROS_DISTRO/bin/roscore1
Hope this help until a better solution is found.
2 | No.2 Revision |
I had the same problem with my Kinetic on Ubuntu 16 after a recent upgrade/dist-upgrade. A work around is to rename or move roscore to something else.
sudo cp /opt/ros/$ROS_DISTRO/bin/roscore /opt/ros/$ROS_DISTRO/bin/roscore1
Hope this help until a better solution is found.
Edit 1: I had the issue fixed by reinstalling the rosmaster package.
sudo apt install --reinstall ros-$ROS_DISTRO-rosmaster