Skip to content
Snippets Groups Projects
Commit 4fc8fee2 authored by mnaveau's avatar mnaveau
Browse files

source ros setup after the installation of ros

parent 23052517
No related branches found
No related tags found
Loading
......@@ -41,11 +41,12 @@ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/openrobots/lib"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/ros/hydro/lib/pkgconfig"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/ros/hydro/lib"
source /opt/ros/hydro/setup.bash
# When this script is called the current directory is ./custom_travis
. ./.travis/run ../.travis/before_install
source /opt/ros/hydro/setup.bash
# End debug mode
set +v
set +x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment