1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00
nix-ros-overlay/distros/gazebo-ros-setup-hook.sh

5 lines
112 B
Bash
Raw Normal View History

2019-05-12 19:09:30 -04:00
_gazeboPluginPathHook() {
addToSearchPath GAZEBO_PLUGIN_PATH "@out@/lib"
}
postHooks+=(_gazeboPluginPathHook)