ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The above problem with roscore is because the path has changed. You need to add the following to the last line of ~/.bashrc:
export LD_LIBRARY_PATH=/opt/ros/kinetic/lib
just in case this doesent work. add this line to bashrc
source /opt/ros/kinetic/setup.bash
make sure its after the other lines declaring "LD_LIBRARY_PATH" dont know the reason this has to be after that.but its in priorities and hope this gets solved soon