ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Make sure env var LD_LIBRARY_PATH
contains /opt/ros/groovy/lib
. If not, check all setup scripts you're using to see if LD_LIBRARY_PATH
gets overwritten after ROSsetup.bash` is called.
2 | No.2 Revision |
Make sure env var LD_LIBRARY_PATH
contains /opt/ros/groovy/lib
. If not, check all setup scripts you're using to see if LD_LIBRARY_PATH
gets overwritten after ROSROS' setup.bash
setup.bash` is called.
3 | No.3 Revision |
Make sure env var that environment variable LD_LIBRARY_PATH
contains /opt/ros/groovy/lib
. If not, check all setup scripts you're using to see if LD_LIBRARY_PATH
gets overwritten after ROS' setup.bash
is called.
4 | No.4 Revision |
Make sure that environment variable LD_LIBRARY_PATH
contains /opt/ros/groovy/lib
. (where the related dynamic library files are stored). If not, check all setup scripts you're using to see if LD_LIBRARY_PATH
gets overwritten after ROS' setup.bash
is called.