This repository was archived by the owner on Feb 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 498
gazebo 1.9 does not set LD_LIBRARY_PATH for plugins #957
Comments
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). just referencing to a similar pull request where the install target directory for install library files are pushed up to system location. |
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). fix for first part in pull request #844 |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).
Gazebo 1.9 is EOL |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Original report (archived issue) by John Hsu (Bitbucket: hsu, GitHub: hsu).
gazebo_2.0 setups up
setup.sh.in
to updateLD_LIBARAY_PATH
, but gazebo 1.9 does not. We should add backand remove the release overlay.
But ultimately, we should push all the pluigns install target to top level
${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}/
(rather than${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}/gazebo-${GAZEBO_VERSION}/plugins/
) and rename the plugins to be prefixed byGazebo
or similar.The text was updated successfully, but these errors were encountered: