Skip to content

Commit

Permalink
finish static checking
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihao committed Mar 1, 2016
1 parent e88ba38 commit 1c165a7
Show file tree
Hide file tree
Showing 103 changed files with 379 additions and 431 deletions.
26 changes: 0 additions & 26 deletions build/CMakeFiles/Makefile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -424,33 +424,13 @@ SET(CMAKE_MAKEFILE_DEPENDS
"/usr/share/OpenCV/OpenCVConfig.cmake"
"/usr/share/OpenCV/OpenCVModules-release.cmake"
"/usr/share/OpenCV/OpenCVModules.cmake"
"/usr/share/cmake-2.8/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake-2.8/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-2.8/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-2.8/Modules/CMakeClDeps.cmake"
"/usr/share/cmake-2.8/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-2.8/Modules/CMakeConfigurableFile.in"
"/usr/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-2.8/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake-2.8/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake"
"/usr/share/cmake-2.8/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake-2.8/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake-2.8/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake-2.8/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake-2.8/Modules/CheckCXXSymbolExists.cmake"
"/usr/share/cmake-2.8/Modules/CheckFunctionExists.c"
"/usr/share/cmake-2.8/Modules/CheckIncludeFiles.cmake"
"/usr/share/cmake-2.8/Modules/CheckLibraryExists.cmake"
"/usr/share/cmake-2.8/Modules/CheckSymbolExists.cmake"
Expand All @@ -467,7 +447,6 @@ SET(CMAKE_MAKEFILE_DEPENDS
"/usr/share/cmake-2.8/Modules/FindThreads.cmake"
"/usr/share/cmake-2.8/Modules/MacroAddFileDependencies.cmake"
"/usr/share/cmake-2.8/Modules/MultiArchCross.cmake"
"/usr/share/cmake-2.8/Modules/Platform/Linux-CXX.cmake"
"/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-2.8/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-2.8/Modules/Platform/Linux-GNU.cmake"
Expand All @@ -488,11 +467,6 @@ SET(CMAKE_MAKEFILE_OUTPUTS

# Byproducts of CMake generate step:
SET(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/2.8.12.2/CMakeSystem.cmake"
"CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
"CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
"CMakeFiles/2.8.12.2/CMakeCCompiler.cmake"
"CMakeFiles/2.8.12.2/CMakeCXXCompiler.cmake"
"catkin_generated/stamps/Project/package.xml.stamp"
"catkin_generated/installspace/_setup_util.py"
"catkin_generated/installspace/env.sh"
Expand Down
310 changes: 155 additions & 155 deletions build/CMakeFiles/Makefile2

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/agv/catkin_generated/installspace/agvConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
2 changes: 1 addition & 1 deletion build/catkin_generated/generate_cached_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from catkin.environment_cache import generate_environment_script
except ImportError:
# search for catkin package in all workspaces and prepend to path
for workspace in "/opt/ros/indigo".split(';'):
for workspace in "/home/turtlebot2/xu_slam/devel;/opt/ros/indigo".split(';'):
python_path = os.path.join(workspace, 'lib/python2.7/dist-packages')
if os.path.isdir(os.path.join(python_path, 'catkin')):
sys.path.insert(0, python_path)
Expand Down
2 changes: 1 addition & 1 deletion build/catkin_generated/installspace/_setup_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def _parse_arguments(args=None):
sys.exit(1)

# environment at generation time
CMAKE_PREFIX_PATH = '/opt/ros/indigo'.split(';')
CMAKE_PREFIX_PATH = '/home/turtlebot2/xu_slam/devel;/opt/ros/indigo'.split(';')
# prepend current workspace if not already part of CPP
base_path = os.path.dirname(__file__)
if base_path not in CMAKE_PREFIX_PATH:
Expand Down
2 changes: 1 addition & 1 deletion build/catkin_generated/order_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source_root_dir = "/home/turtlebot2/xu_slam/src"
whitelisted_packages = "".split(';') if "" != "" else []
blacklisted_packages = "".split(';') if "" != "" else []
underlay_workspaces = "/opt/ros/indigo".split(';') if "/opt/ros/indigo" != "" else []
underlay_workspaces = "/home/turtlebot2/xu_slam/devel;/opt/ros/indigo".split(';') if "/home/turtlebot2/xu_slam/devel;/opt/ros/indigo" != "" else []
12 changes: 3 additions & 9 deletions build/catkin_generated/setup_cached.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
# new environment variables

# modified environment variables
export CMAKE_PREFIX_PATH="/home/turtlebot2/xu_slam/devel:$CMAKE_PREFIX_PATH"
export CPATH="/home/turtlebot2/xu_slam/devel/include:$CPATH"
export LD_LIBRARY_PATH="/home/turtlebot2/xu_slam/devel/lib:/home/turtlebot2/xu_slam/devel/lib/x86_64-linux-gnu:/opt/ros/indigo/lib/x86_64-linux-gnu:/opt/ros/indigo/lib:/opt/ros/indigo/lib/python2.7/dist-packages"
export PATH="/home/turtlebot2/xu_slam/devel/bin:$PATH"
export PKG_CONFIG_PATH="/home/turtlebot2/xu_slam/devel/lib/pkgconfig:/home/turtlebot2/xu_slam/devel/lib/x86_64-linux-gnu/pkgconfig:/opt/ros/indigo/lib/x86_64-linux-gnu/pkgconfig:/opt/ros/indigo/lib/pkgconfig"
export PWD="/home/turtlebot2/xu_slam/build"
export PYTHONPATH="/home/turtlebot2/xu_slam/devel/lib/python2.7/dist-packages:$PYTHONPATH"
export ROSLISP_PACKAGE_DIRECTORIES="/home/turtlebot2/xu_slam/devel/share/common-lisp"
export ROS_PACKAGE_PATH="/home/turtlebot2/xu_slam/src:$ROS_PACKAGE_PATH"
export LD_LIBRARY_PATH="/home/turtlebot2/xu_slam/devel/lib/x86_64-linux-gnu:/opt/ros/indigo/lib/x86_64-linux-gnu:/home/turtlebot2/xu_slam/devel/lib:/opt/ros/indigo/lib:/opt/ros/indigo/lib/python2.7/dist-packages:/opt/ros/indigo/lib/python2.7/dist-packages"
export PKG_CONFIG_PATH="/home/turtlebot2/xu_slam/devel/lib/x86_64-linux-gnu/pkgconfig:/opt/ros/indigo/lib/x86_64-linux-gnu/pkgconfig:/home/turtlebot2/xu_slam/devel/lib/pkgconfig:/opt/ros/indigo/lib/pkgconfig"
export PWD="/home/turtlebot2/xu_slam/build"
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
2 changes: 1 addition & 1 deletion build/rfid/catkin_generated/installspace/rfidConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ foreach(library ${libraries})
set(lib_path "")
set(lib "${library}-NOTFOUND")
# since the path where the library is found is returned we have to iterate over the paths manually
foreach(path /home/turtlebot2/xu_slam/install/lib;/opt/ros/indigo/lib)
foreach(path /home/turtlebot2/xu_slam/install/lib;/home/turtlebot2/xu_slam/devel/lib;/opt/ros/indigo/lib)
find_library(lib ${library}
PATHS ${path}
NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
Expand Down
Loading

0 comments on commit 1c165a7

Please sign in to comment.