You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would add it to the clone script and not the checkout script.
I'll do it as soon as possible
Also note that /usr/local/lib:/opt/ros/indigo/lib/
is already exported for object_segmentation so it is sufficient to append :/opt/ros/indigo/lib/x86_64-linux-gnu/ to the content of LD_LIBRARY_PATH
recently, the ompl plugin stops being loaded in moveIt
this can be fixed by exporting
export LD_LIBRARY_PATH=/usr/local/lib:/opt/ros/indigo/lib/:/opt/ros/indigo/lib/x86_64-linux-gnu/
in your .bashrc .
TODO: do this automatically in the checkout scripts
The text was updated successfully, but these errors were encountered: