Skip to content

Commit

Permalink
modify orbslam2-ros and accurate pointcloud positions
Browse files Browse the repository at this point in the history
  • Loading branch information
uzumal committed Oct 12, 2022
1 parent 38beabe commit 7a9014b
Show file tree
Hide file tree
Showing 190 changed files with 946 additions and 2,951 deletions.
1 change: 1 addition & 0 deletions Tello_ROS_ORBSLAM/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -1619,6 +1619,7 @@
*.pyc
/ROS/tello_catkin_ws/devel/
/ROS/tello_catkin_ws/build/
/ROS/tello_catkin_ws/src/orb_slam2_ros/orb_slam2/Vocabulary/ORBvoc.txt
/Hard Copy/
/ROS/ccmslam_ws/logs/
/ROS/ccmslam_ws/devel/
Expand Down
2 changes: 1 addition & 1 deletion Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.catkin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_description;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_msgs;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_base;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_driver;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_rviz;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/orb_slam_2_ros
/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock;/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_description;/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_msgs;/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_base;/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_driver;/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_rviz;/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/orb_slam_2_ros
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/build/catkin_tools_prebuild
/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/build/catkin_tools_prebuild
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- setup-file:
local-name: /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild/setup.sh
local-name: /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _parse_arguments(args=None):

if not args.local:
# environment at generation time
CMAKE_PREFIX_PATH = r'/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/opt/ros/melodic'.split(';')
CMAKE_PREFIX_PATH = r'/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/opt/ros/melodic'.split(';')
else:
# don't consider any other prefix path than this one
CMAKE_PREFIX_PATH = []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefix=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild
prefix=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild

Name: catkin_tools_prebuild
Description: Description of catkin_tools_prebuild
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time
: ${_CATKIN_SETUP_DIR:=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild}
: ${_CATKIN_SETUP_DIR:=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild}
CATKIN_SETUP_UTIL_ARGS="--extend --local"
. "$_CATKIN_SETUP_DIR/setup.sh"
unset CATKIN_SETUP_UTIL_ARGS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time
: ${_CATKIN_SETUP_DIR:=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild}
: ${_CATKIN_SETUP_DIR:=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild}
_SETUP_UTIL="$_CATKIN_SETUP_DIR/_setup_util.py"
unset _CATKIN_SETUP_DIR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ set(catkin_tools_prebuild_CONFIG_INCLUDED TRUE)

# set variables for source/devel/install prefixes
if("TRUE" STREQUAL "TRUE")
set(catkin_tools_prebuild_SOURCE_PREFIX /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/build/catkin_tools_prebuild)
set(catkin_tools_prebuild_DEVEL_PREFIX /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild)
set(catkin_tools_prebuild_SOURCE_PREFIX /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/build/catkin_tools_prebuild)
set(catkin_tools_prebuild_DEVEL_PREFIX /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild)
set(catkin_tools_prebuild_INSTALL_PREFIX "")
set(catkin_tools_prebuild_PREFIX ${catkin_tools_prebuild_DEVEL_PREFIX})
else()
set(catkin_tools_prebuild_SOURCE_PREFIX "")
set(catkin_tools_prebuild_DEVEL_PREFIX "")
set(catkin_tools_prebuild_INSTALL_PREFIX /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/install)
set(catkin_tools_prebuild_INSTALL_PREFIX /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/install)
set(catkin_tools_prebuild_PREFIX ${catkin_tools_prebuild_INSTALL_PREFIX})
endif()

Expand Down Expand Up @@ -110,7 +110,7 @@ if(NOT " " STREQUAL " ")
message(FATAL_ERROR "Project 'catkin_tools_prebuild' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}")
endif()
else()
message(FATAL_ERROR "Project 'catkin_tools_prebuild' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/build/catkin_tools_prebuild/${idir}'. ${_report}")
message(FATAL_ERROR "Project 'catkin_tools_prebuild' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/build/catkin_tools_prebuild/${idir}'. ${_report}")
endif()
_list_append_unique(catkin_tools_prebuild_INCLUDE_DIRS ${include})
endforeach()
Expand Down Expand Up @@ -154,7 +154,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/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild/lib;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/lib;/opt/ros/melodic/lib)
foreach(path /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/catkin_tools_prebuild/lib;/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/lib;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/lib;/opt/ros/melodic/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
@@ -1 +1 @@
/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_base
/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_base
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- setup-file:
local-name: /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base/setup.sh
local-name: /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _parse_arguments(args=None):

if not args.local:
# environment at generation time
CMAKE_PREFIX_PATH = r'/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/opt/ros/melodic'.split(';')
CMAKE_PREFIX_PATH = r'/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/opt/ros/melodic'.split(';')
else:
# don't consider any other prefix path than this one
CMAKE_PREFIX_PATH = []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefix=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base
prefix=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base

Name: flock_base
Description: Description of flock_base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time
: ${_CATKIN_SETUP_DIR:=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base}
: ${_CATKIN_SETUP_DIR:=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base}
CATKIN_SETUP_UTIL_ARGS="--extend --local"
. "$_CATKIN_SETUP_DIR/setup.sh"
unset CATKIN_SETUP_UTIL_ARGS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time
: ${_CATKIN_SETUP_DIR:=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base}
: ${_CATKIN_SETUP_DIR:=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base}
_SETUP_UTIL="$_CATKIN_SETUP_DIR/_setup_util.py"
unset _CATKIN_SETUP_DIR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ set(flock_base_CONFIG_INCLUDED TRUE)

# set variables for source/devel/install prefixes
if("TRUE" STREQUAL "TRUE")
set(flock_base_SOURCE_PREFIX /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_base)
set(flock_base_DEVEL_PREFIX /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base)
set(flock_base_SOURCE_PREFIX /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_base)
set(flock_base_DEVEL_PREFIX /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base)
set(flock_base_INSTALL_PREFIX "")
set(flock_base_PREFIX ${flock_base_DEVEL_PREFIX})
else()
set(flock_base_SOURCE_PREFIX "")
set(flock_base_DEVEL_PREFIX "")
set(flock_base_INSTALL_PREFIX /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/install)
set(flock_base_INSTALL_PREFIX /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/install)
set(flock_base_PREFIX ${flock_base_INSTALL_PREFIX})
endif()

Expand Down Expand Up @@ -110,7 +110,7 @@ if(NOT " " STREQUAL " ")
message(FATAL_ERROR "Project 'flock_base' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}")
endif()
else()
message(FATAL_ERROR "Project 'flock_base' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_base/${idir}'. ${_report}")
message(FATAL_ERROR "Project 'flock_base' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_base/${idir}'. ${_report}")
endif()
_list_append_unique(flock_base_INCLUDE_DIRS ${include})
endforeach()
Expand Down Expand Up @@ -154,7 +154,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/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base/lib;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/lib;/opt/ros/melodic/lib)
foreach(path /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_base/lib;/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/lib;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/lib;/opt/ros/melodic/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
@@ -1 +1 @@
/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_description
/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_description
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- setup-file:
local-name: /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description/setup.sh
local-name: /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _parse_arguments(args=None):

if not args.local:
# environment at generation time
CMAKE_PREFIX_PATH = r'/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/opt/ros/melodic'.split(';')
CMAKE_PREFIX_PATH = r'/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/opt/ros/melodic'.split(';')
else:
# don't consider any other prefix path than this one
CMAKE_PREFIX_PATH = []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefix=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description
prefix=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description

Name: flock_description
Description: Description of flock_description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time
: ${_CATKIN_SETUP_DIR:=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description}
: ${_CATKIN_SETUP_DIR:=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description}
CATKIN_SETUP_UTIL_ARGS="--extend --local"
. "$_CATKIN_SETUP_DIR/setup.sh"
unset CATKIN_SETUP_UTIL_ARGS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time
: ${_CATKIN_SETUP_DIR:=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description}
: ${_CATKIN_SETUP_DIR:=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description}
_SETUP_UTIL="$_CATKIN_SETUP_DIR/_setup_util.py"
unset _CATKIN_SETUP_DIR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ set(flock_description_CONFIG_INCLUDED TRUE)

# set variables for source/devel/install prefixes
if("TRUE" STREQUAL "TRUE")
set(flock_description_SOURCE_PREFIX /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_description)
set(flock_description_DEVEL_PREFIX /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description)
set(flock_description_SOURCE_PREFIX /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_description)
set(flock_description_DEVEL_PREFIX /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description)
set(flock_description_INSTALL_PREFIX "")
set(flock_description_PREFIX ${flock_description_DEVEL_PREFIX})
else()
set(flock_description_SOURCE_PREFIX "")
set(flock_description_DEVEL_PREFIX "")
set(flock_description_INSTALL_PREFIX /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/install)
set(flock_description_INSTALL_PREFIX /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/install)
set(flock_description_PREFIX ${flock_description_INSTALL_PREFIX})
endif()

Expand Down Expand Up @@ -110,7 +110,7 @@ if(NOT " " STREQUAL " ")
message(FATAL_ERROR "Project 'flock_description' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}")
endif()
else()
message(FATAL_ERROR "Project 'flock_description' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_description/${idir}'. ${_report}")
message(FATAL_ERROR "Project 'flock_description' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_description/${idir}'. ${_report}")
endif()
_list_append_unique(flock_description_INCLUDE_DIRS ${include})
endforeach()
Expand Down Expand Up @@ -154,7 +154,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/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description/lib;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/lib;/opt/ros/melodic/lib)
foreach(path /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_description/lib;/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/lib;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/lib;/opt/ros/melodic/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
@@ -1 +1 @@
/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_driver
/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/flock/flock_driver
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- setup-file:
local-name: /home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_driver/setup.sh
local-name: /home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_driver/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _parse_arguments(args=None):

if not args.local:
# environment at generation time
CMAKE_PREFIX_PATH = r'/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/opt/ros/melodic'.split(';')
CMAKE_PREFIX_PATH = r'/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel;/opt/ros/melodic'.split(';')
else:
# don't consider any other prefix path than this one
CMAKE_PREFIX_PATH = []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefix=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_driver
prefix=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_driver

Name: flock_driver
Description: Description of flock_driver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time
: ${_CATKIN_SETUP_DIR:=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_driver}
: ${_CATKIN_SETUP_DIR:=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_driver}
CATKIN_SETUP_UTIL_ARGS="--extend --local"
. "$_CATKIN_SETUP_DIR/setup.sh"
unset CATKIN_SETUP_UTIL_ARGS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# since this file is sourced either use the provided _CATKIN_SETUP_DIR
# or fall back to the destination set at configure time
: ${_CATKIN_SETUP_DIR:=/home/uzu/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_driver}
: ${_CATKIN_SETUP_DIR:=/home/uzu/Train/drone-slam-octomap/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/flock_driver}
_SETUP_UTIL="$_CATKIN_SETUP_DIR/_setup_util.py"
unset _CATKIN_SETUP_DIR

Expand Down
Loading

0 comments on commit 7a9014b

Please sign in to comment.