diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0512af6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,2 @@ +[submodule "wrap"] + diff --git a/CMakeLists.txt b/CMakeLists.txt index 607161a..1a2a240 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,11 +63,20 @@ include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}) # Process source subdirs add_subdirectory(gpmp2) +# Find current wrap repository +find_package(gtwrap) + +#if(NOT GPMP2_TOOLBOX_INSTALL_PATH) + #set(GPMP2_TOOLBOX_INSTALL_PATH "${CMAKE_INSTALL_PREFIX}/gpmp2_toolbox") +#sendif() +#set(GPMP2_TOOLBOX_INSTALL_PATH "${CMAKE_INSTALL_PREFIX}/gpmp2_toolbox") +#set(WRAP_TOOLBOX_INSTALL_PATH "${GTSAM_TOOLBOX_INSTALL_PATH}") + # Wrapping to MATLAB if(GPMP2_BUILD_MATLAB_TOOLBOX) - # wrap - include(GtsamMatlabWrap) - wrap_and_install_library(gpmp2.h ${PROJECT_NAME} "${CMAKE_CURRENT_SOURCE_DIR}" "") + + include(MatlabWrap) + matlab_wrap(gpmp2.h ${PROJECT_NAME} "gtsam;${PROJECT_NAME}" "" "" "") # install matlab functions and scripts add_subdirectory(matlab) diff --git a/gpmp2.h b/gpmp2.h index cb0455a..b4d35e0 100644 --- a/gpmp2.h +++ b/gpmp2.h @@ -1,19 +1,5 @@ // gpmp2 matlab wrapper declarations -/* * Forward declarations and class definitions for Cython: - * - Need to specify the base class (both this forward class and base - class are declared in an external cython header) - * This is so Cython can generate proper inheritance. - * Example when wrapping a gtsam-based project: - * // forward declarations - * virtual class gtsam::NonlinearFactor - * virtual class gtsam::NoiseModelFactor : gtsam::NonlinearFactor - * // class definition - * #include - * virtual class MyFactor : gtsam::NoiseModelFactor {...}; - * - *DO NOT* re-define overriden function already declared in the external (forward-declared) base class - * - This will cause an ambiguity problem in Cython pxd header file*/ - // gtsam deceleration class gtsam::Vector6; class gtsam::Vector3; @@ -21,15 +7,13 @@ class gtsam::Point3; class gtsam::Pose3; class gtsam::Point2; class gtsam::Pose2; -//class gtsam::Vector; class gtsam::GaussianFactorGraph; class gtsam::Values; virtual class gtsam::noiseModel::Base; virtual class gtsam::NonlinearFactor; virtual class gtsam::NonlinearFactorGraph; -virtual class gtsam::NoiseModelFactor : gtsam::NonlinearFactor; -//virtual class gtsam::NoiseModelFactor; +virtual class gtsam::NoiseModelFactor; namespace gpmp2 { @@ -56,21 +40,11 @@ class Pose2Vector { //////////////////////////////////////////////////////////////////////////////// // prior factor - -//template -//template -//virtual class gtsam::NoiseModelFactor4: gtsam::NoiseModelFactor; - #include -//template + virtual class GaussianProcessPriorLinear : gtsam::NoiseModelFactor { GaussianProcessPriorLinear(size_t key1, size_t key2, size_t key3, size_t key4, double delta, const gtsam::noiseModel::Base* Qc_model); - //Vector evaluateError(Vector pose) const; - Vector evaluateError(const Vector& pose1, const Vector& vel1, - const Vector& pose2, const Vector& vel2); - // enabling serialization functionality - void serialize() const; }; #include @@ -495,7 +469,6 @@ virtual class ObstaclePlanarSDFFactorArm : gtsam::NoiseModelFactor { size_t posekey, const gpmp2::ArmModel& arm, const gpmp2::PlanarSDF& sdf, double cost_sigma, double epsilon); Vector evaluateError(Vector pose) const; - void serialize() const; }; @@ -684,13 +657,6 @@ virtual class ObstacleSDFFactorGPPose2MobileVetLin2Arms : gtsam::NoiseModelFacto double delta_t, double tau); }; -// self collision Arm -#include -virtual class SelfCollisionArm : gtsam::NoiseModelFactor { - SelfCollisionArm(size_t poseKey, const gpmp2::ArmModel& arm, Matrix data); - Vector evaluateError(Vector pose) const; -}; - //////////////////////////////////////////////////////////////////////////////// // planner //////////////////////////////////////////////////////////////////////////////// diff --git a/gpmp2/CMakeFiles/CMakeDirectoryInformation.cmake b/gpmp2/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..f8e1f1a --- /dev/null +++ b/gpmp2/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/matt/Documents/gpmp2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/matt/Documents/gpmp2") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/gpmp2/CMakeFiles/gpmp2.dir/CXX.includecache b/gpmp2/CMakeFiles/gpmp2.dir/CXX.includecache new file mode 100644 index 0000000..0b460a7 --- /dev/null +++ b/gpmp2/CMakeFiles/gpmp2.dir/CXX.includecache @@ -0,0 +1,1546 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/matt/Documents/gpmp2/gpmp2/gp/GPutils.cpp +gpmp2/gp/GPutils.h +- + +/home/matt/Documents/gpmp2/gpmp2/kinematics/Arm.cpp +gpmp2/kinematics/Arm.h +- + +/home/matt/Documents/gpmp2/gpmp2/kinematics/PointRobot.cpp +gpmp2/kinematics/PointRobot.h +- + +/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2Mobile2Arms.cpp +gpmp2/kinematics/Pose2Mobile2Arms.h +- +gpmp2/kinematics/mobileBaseUtils.h +- +iostream +- + +/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileArm.cpp +gpmp2/kinematics/Pose2MobileArm.h +- +gpmp2/kinematics/mobileBaseUtils.h +- +iostream +- + +/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileBase.cpp +gpmp2/kinematics/Pose2MobileBase.h +- +gpmp2/kinematics/mobileBaseUtils.h +- +iostream +- + +/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLin2Arms.cpp +gpmp2/kinematics/Pose2MobileVetLin2Arms.h +- +gpmp2/kinematics/mobileBaseUtils.h +- +iostream +- + +/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLinArm.cpp +gpmp2/kinematics/Pose2MobileVetLinArm.h +- +gpmp2/kinematics/mobileBaseUtils.h +- +iostream +- + +/home/matt/Documents/gpmp2/gpmp2/kinematics/mobileBaseUtils.cpp +gtsam/geometry/Pose3.h +- +gtsam/geometry/Pose2.h +- + +/home/matt/Documents/gpmp2/gpmp2/obstacle/SignedDistanceField.cpp +gpmp2/obstacle/SignedDistanceField.h +- + +/home/matt/Documents/gpmp2/gpmp2/planner/BatchTrajOptimizer.cpp +gpmp2/planner/BatchTrajOptimizer.h +- +gpmp2/kinematics/JointLimitFactorVector.h +- +gpmp2/kinematics/JointLimitFactorPose2Vector.h +- +gpmp2/kinematics/VelocityLimitFactorVector.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactorArm.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactorGPArm.h +- +gpmp2/obstacle/ObstacleSDFFactorArm.h +- +gpmp2/obstacle/ObstacleSDFFactorGPArm.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileBase.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileBase.h +- +gpmp2/obstacle/ObstacleSDFFactorPose2MobileBase.h +- +gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileBase.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileArm.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileArm.h +- +gpmp2/obstacle/ObstacleSDFFactorPose2MobileArm.h +- +gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileArm.h +- +gpmp2/obstacle/ObstacleSDFFactorPose2Mobile2Arms.h +- +gpmp2/obstacle/ObstacleSDFFactorGPPose2Mobile2Arms.h +- +gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLinArm.h +- +gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLinArm.h +- +gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLin2Arms.h +- +gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLin2Arms.h +- +gpmp2/gp/GaussianProcessPriorLinear.h +- +gpmp2/gp/GaussianProcessPriorPose2Vector.h +- + +/home/matt/Documents/gpmp2/gpmp2/planner/TrajOptimizerSetting.cpp +gpmp2/planner/TrajOptimizerSetting.h +- + +/home/matt/Documents/gpmp2/gpmp2/planner/TrajUtils.cpp +gpmp2/planner/TrajUtils.h +- +gpmp2/gp/GaussianProcessInterpolatorLinear.h +- +gpmp2/gp/GaussianProcessInterpolatorPose2.h +- +gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h +- +gtsam/inference/Symbol.h +- +cmath +- +algorithm +- + +/home/matt/Documents/gpmp2/gpmp2/utils/OpenRAVEutils.cpp +gpmp2/utils/OpenRAVEutils.h +- +gtsam/inference/Symbol.h +- + +/home/matt/Documents/gpmp2/gpmp2/utils/fileUtils.cpp +gpmp2/obstacle/SignedDistanceField.h +- + +/home/matt/Documents/gpmp2/gpmp2/utils/matlabUtils.cpp +gpmp2/utils/matlabUtils.h +- + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core +src/Core/util/DisableStupidWarnings.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h +cuda_runtime.h +- +new +- +src/Core/util/Macros.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h +complex +- +src/Core/util/MKL_support.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h +malloc.h +- +immintrin.h +- +mmintrin.h +- +emmintrin.h +- +xmmintrin.h +- +pmmintrin.h +- +tmmintrin.h +- +smmintrin.h +- +nmmintrin.h +- +immintrin.h +- +altivec.h +- +altivec.h +- +arm_neon.h +- +vecintrin.h +- +vector_types.h +- +host_defines.h +- +cuda_fp16.h +- +omp.h +- +cerrno +- +cstddef +- +cstdlib +- +cmath +- +cassert +- +functional +- +iosfwd +- +cstring +- +string +- +limits +- +climits +- +algorithm +- +type_traits +- +iostream +- +intrin.h +- +src/Core/util/Constants.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h +src/Core/util/Meta.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h +src/Core/util/ForwardDeclarations.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h +src/Core/util/StaticAssert.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h +src/Core/util/XprHelper.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h +src/Core/util/Memory.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h +src/Core/NumTraits.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h +src/Core/MathFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h +src/Core/GenericPacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h +src/Core/MathFunctionsImpl.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h +src/Core/arch/Default/ConjHelper.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h +src/Core/arch/SSE/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +src/Core/arch/AVX/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h +src/Core/arch/AVX512/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +src/Core/arch/AVX512/MathFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +src/Core/arch/SSE/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +src/Core/arch/SSE/Complex.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h +src/Core/arch/SSE/MathFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +src/Core/arch/AVX/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h +src/Core/arch/AVX/MathFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +src/Core/arch/AVX/Complex.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h +src/Core/arch/AVX/TypeCasting.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +src/Core/arch/SSE/TypeCasting.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +src/Core/arch/SSE/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +src/Core/arch/SSE/MathFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +src/Core/arch/SSE/Complex.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h +src/Core/arch/SSE/TypeCasting.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +src/Core/arch/AltiVec/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +src/Core/arch/AltiVec/MathFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +src/Core/arch/AltiVec/Complex.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h +src/Core/arch/NEON/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h +src/Core/arch/NEON/MathFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +src/Core/arch/NEON/Complex.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h +src/Core/arch/ZVector/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +src/Core/arch/ZVector/MathFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +src/Core/arch/ZVector/Complex.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h +src/Core/arch/CUDA/Half.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h +src/Core/arch/CUDA/PacketMathHalf.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h +src/Core/arch/CUDA/TypeCasting.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h +src/Core/arch/CUDA/PacketMath.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h +src/Core/arch/CUDA/MathFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h +src/Core/arch/Default/Settings.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h +src/Core/functors/TernaryFunctors.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h +src/Core/functors/BinaryFunctors.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h +src/Core/functors/UnaryFunctors.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h +src/Core/functors/NullaryFunctors.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h +src/Core/functors/StlFunctors.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h +src/Core/functors/AssignmentFunctors.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h +src/Core/arch/CUDA/Complex.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h +src/Core/IO.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h +src/Core/DenseCoeffsBase.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h +src/Core/DenseBase.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h +src/Core/MatrixBase.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h +src/Core/EigenBase.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h +src/Core/Product.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h +src/Core/CoreEvaluators.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h +src/Core/AssignEvaluator.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h +src/Core/Assign.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h +src/Core/ArrayBase.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h +src/Core/util/BlasUtil.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h +src/Core/DenseStorage.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h +src/Core/NestByValue.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h +src/Core/ReturnByValue.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h +src/Core/NoAlias.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h +src/Core/PlainObjectBase.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h +src/Core/Matrix.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h +src/Core/Array.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h +src/Core/CwiseTernaryOp.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h +src/Core/CwiseBinaryOp.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h +src/Core/CwiseUnaryOp.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h +src/Core/CwiseNullaryOp.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h +src/Core/CwiseUnaryView.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h +src/Core/SelfCwiseBinaryOp.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +src/Core/Dot.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h +src/Core/StableNorm.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h +src/Core/Stride.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h +src/Core/MapBase.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h +src/Core/Map.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h +src/Core/Ref.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h +src/Core/Block.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h +src/Core/VectorBlock.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h +src/Core/Transpose.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h +src/Core/DiagonalMatrix.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h +src/Core/Diagonal.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h +src/Core/DiagonalProduct.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h +src/Core/Redux.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h +src/Core/Visitor.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h +src/Core/Fuzzy.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h +src/Core/Swap.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h +src/Core/CommaInitializer.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h +src/Core/GeneralProduct.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h +src/Core/Solve.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h +src/Core/Inverse.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h +src/Core/SolverBase.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h +src/Core/PermutationMatrix.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h +src/Core/Transpositions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h +src/Core/TriangularMatrix.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h +src/Core/SelfAdjointView.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h +src/Core/products/GeneralBlockPanelKernel.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +src/Core/products/Parallelizer.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h +src/Core/ProductEvaluators.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h +src/Core/products/GeneralMatrixVector.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h +src/Core/products/GeneralMatrixMatrix.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +src/Core/SolveTriangular.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h +src/Core/products/GeneralMatrixMatrixTriangular.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +src/Core/products/SelfadjointMatrixVector.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +src/Core/products/SelfadjointMatrixMatrix.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +src/Core/products/SelfadjointProduct.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h +src/Core/products/SelfadjointRank2Update.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +src/Core/products/TriangularMatrixVector.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h +src/Core/products/TriangularMatrixMatrix.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +src/Core/products/TriangularSolverMatrix.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +src/Core/products/TriangularSolverVector.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h +src/Core/BandMatrix.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h +src/Core/CoreIterators.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h +src/Core/ConditionEstimator.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h +src/Core/BooleanRedux.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h +src/Core/Select.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h +src/Core/VectorwiseOp.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h +src/Core/Random.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h +src/Core/Replicate.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h +src/Core/Reverse.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h +src/Core/ArrayWrapper.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h +src/Core/products/GeneralMatrixMatrix_BLAS.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +src/Core/products/GeneralMatrixVector_BLAS.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +src/Core/products/SelfadjointMatrixMatrix_BLAS.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +src/Core/products/SelfadjointMatrixVector_BLAS.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +src/Core/products/TriangularMatrixMatrix_BLAS.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +src/Core/products/TriangularMatrixVector_BLAS.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +src/Core/products/TriangularSolverMatrix_BLAS.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +src/Core/Assign_MKL.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h +src/Core/GlobalFunctions.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h +src/Core/util/ReenableStupidWarnings.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h +../plugins/CommonCwiseUnaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +../plugins/MatrixCwiseUnaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +../plugins/ArrayCwiseUnaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +../plugins/CommonCwiseBinaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +../plugins/MatrixCwiseBinaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +../plugins/ArrayCwiseBinaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h +../plugins/BlockMethods.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h +../plugins/CommonCwiseUnaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +../plugins/CommonCwiseBinaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +../plugins/MatrixCwiseUnaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +../plugins/MatrixCwiseBinaryOps.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +stdint.h +- + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h +mkl.h +- +../../misc/blas.h +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h +cstdlib +- +iostream +- + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h +cfloat +- +math_constants.h +- +cstdint +- + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h + +/usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h + +gpmp2/config.h + +gpmp2/geometry/DynamicLieTraits.h +gtsam/base/Lie.h +- + +gpmp2/geometry/DynamicVector.h +gpmp2/config.h +- +Eigen/Core +- +gtsam/base/Vector.h +- +gtsam/base/VectorSpace.h +- +iostream +- + +gpmp2/geometry/Pose2Vector.h +gpmp2/geometry/DynamicVector.h +- +gpmp2/geometry/DynamicLieTraits.h +- +gpmp2/geometry/ProductDynamicLieGroup.h +- +gpmp2/config.h +- +gtsam/base/ProductLieGroup.h +- +gtsam/geometry/Pose2.h +- +iostream +- + +gpmp2/geometry/ProductDynamicLieGroup.h +gpmp2/geometry/utilsDynamic.h +- +gtsam/base/Lie.h +- +utility +- + +gpmp2/geometry/utilsDynamic.h +Eigen/Core +- + +gpmp2/gp/GPutils.h +gpmp2/config.h +- +gtsam/linear/NoiseModel.h +- +gtsam/base/Vector.h +- +gtsam/base/Matrix.h +- +cmath +- + +gpmp2/gp/GaussianProcessInterpolatorLie.h +gpmp2/gp/GPutils.h +- +gtsam/base/Lie.h +- +gtsam/base/Vector.h +- +gtsam/base/Matrix.h +- +iostream +- + +gpmp2/gp/GaussianProcessInterpolatorLinear.h +gpmp2/gp/GPutils.h +- +gtsam/base/OptionalJacobian.h +- +gtsam/base/Matrix.h +- +boost/serialization/array.hpp +- + +gpmp2/gp/GaussianProcessInterpolatorPose2.h +gpmp2/gp/GaussianProcessInterpolatorLie.h +- +gtsam/geometry/Pose2.h +- + +gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h +gpmp2/gp/GaussianProcessInterpolatorLie.h +- +gpmp2/geometry/Pose2Vector.h +- + +gpmp2/gp/GaussianProcessPriorLie.h +gpmp2/gp/GPutils.h +- +gtsam/geometry/concepts.h +- +gtsam/geometry/Pose2.h +- +gtsam/nonlinear/NonlinearFactor.h +- +gtsam/base/Testable.h +- +boost/lexical_cast.hpp +- +boost/serialization/export.hpp +- +ostream +- + +gpmp2/gp/GaussianProcessPriorLinear.h +gpmp2/gp/GPutils.h +- +boost/lexical_cast.hpp +- +gtsam/geometry/concepts.h +- +gtsam/nonlinear/NonlinearFactor.h +- +gtsam/base/Testable.h +- + +gpmp2/gp/GaussianProcessPriorPose2Vector.h +gpmp2/gp/GaussianProcessPriorLie.h +- +gpmp2/geometry/Pose2Vector.h +- + +gpmp2/kinematics/Arm.h +gpmp2/kinematics/ForwardKinematics.h +- +gpmp2/config.h +- +gtsam/geometry/Pose3.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +vector +- +cmath +- + +gpmp2/kinematics/ArmModel.h +gpmp2/kinematics/Arm.h +- +gpmp2/kinematics/RobotModel.h +- + +gpmp2/kinematics/ForwardKinematics-inl.h +gpmp2/kinematics/ForwardKinematics.h +- + +gpmp2/kinematics/ForwardKinematics.h +gtsam/geometry/Pose3.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +vector +- +gpmp2/kinematics/ForwardKinematics-inl.h +- + +gpmp2/kinematics/JointLimitCost.h +boost/optional.hpp +- + +gpmp2/kinematics/JointLimitFactorPose2Vector.h +gpmp2/kinematics/JointLimitCost.h +- +gpmp2/geometry/Pose2Vector.h +- +gtsam/nonlinear/NonlinearFactor.h +- +iostream +- +vector +- + +gpmp2/kinematics/JointLimitFactorVector.h +gpmp2/kinematics/JointLimitCost.h +- +gtsam/nonlinear/NonlinearFactor.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +iostream +- +vector +- + +gpmp2/kinematics/PointRobot.h +gpmp2/kinematics/ForwardKinematics.h +- +gpmp2/config.h +- +gtsam/geometry/Pose3.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +vector +- +cmath +- + +gpmp2/kinematics/Pose2Mobile2Arms.h +gpmp2/kinematics/Arm.h +- +gpmp2/kinematics/ForwardKinematics.h +- +gpmp2/geometry/Pose2Vector.h +- +gpmp2/config.h +- +gtsam/geometry/Pose3.h +- +gtsam/base/Matrix.h +- +vector +- + +gpmp2/kinematics/Pose2Mobile2ArmsModel.h +gpmp2/kinematics/Pose2Mobile2Arms.h +- +gpmp2/kinematics/RobotModel.h +- + +gpmp2/kinematics/Pose2MobileArm.h +gpmp2/kinematics/Arm.h +- +gpmp2/kinematics/ForwardKinematics.h +- +gpmp2/geometry/Pose2Vector.h +- +gpmp2/config.h +- +gtsam/geometry/Pose3.h +- +gtsam/base/Matrix.h +- +vector +- + +gpmp2/kinematics/Pose2MobileArmModel.h +gpmp2/kinematics/Pose2MobileArm.h +- +gpmp2/kinematics/RobotModel.h +- + +gpmp2/kinematics/Pose2MobileBase.h +gpmp2/kinematics/ForwardKinematics.h +- +gpmp2/config.h +- +gtsam/geometry/Pose2.h +- +gtsam/geometry/Pose3.h +- +gtsam/base/Matrix.h +- +vector +- + +gpmp2/kinematics/Pose2MobileBaseModel.h +gpmp2/kinematics/Pose2MobileBase.h +- +gpmp2/kinematics/RobotModel.h +- + +gpmp2/kinematics/Pose2MobileVetLin2Arms.h +gpmp2/kinematics/Arm.h +- +gpmp2/kinematics/ForwardKinematics.h +- +gpmp2/geometry/Pose2Vector.h +- +gpmp2/config.h +- +gtsam/geometry/Pose3.h +- +gtsam/base/Matrix.h +- +vector +- + +gpmp2/kinematics/Pose2MobileVetLin2ArmsModel.h +gpmp2/kinematics/Pose2MobileVetLin2Arms.h +- +gpmp2/kinematics/RobotModel.h +- + +gpmp2/kinematics/Pose2MobileVetLinArm.h +gpmp2/kinematics/Arm.h +- +gpmp2/kinematics/ForwardKinematics.h +- +gpmp2/geometry/Pose2Vector.h +- +gpmp2/config.h +- +gtsam/geometry/Pose3.h +- +gtsam/base/Matrix.h +- +vector +- + +gpmp2/kinematics/Pose2MobileVetLinArmModel.h +gpmp2/kinematics/Pose2MobileVetLinArm.h +- +gpmp2/kinematics/RobotModel.h +- + +gpmp2/kinematics/RobotModel-inl.h + +gpmp2/kinematics/RobotModel.h +gtsam/geometry/Pose3.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +vector +- +gpmp2/kinematics/RobotModel-inl.h +- + +gpmp2/kinematics/VelocityLimitFactorVector.h +gpmp2/kinematics/JointLimitCost.h +- +gtsam/nonlinear/NonlinearFactor.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +iostream +- +vector +- + +gpmp2/kinematics/mobileBaseUtils.h +gtsam/geometry/Pose3.h +- +gtsam/geometry/Pose2.h +- + +gpmp2/obstacle/ObstacleCost.h +gpmp2/obstacle/PlanarSDF.h +- +gpmp2/obstacle/SignedDistanceField.h +- +gpmp2/obstacle/SDFexception.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +gtsam/geometry/Point2.h +- +gtsam/geometry/Point3.h +- +iostream +- + +gpmp2/obstacle/ObstaclePlanarSDFFactor-inl.h +gpmp2/obstacle/ObstacleCost.h +- + +gpmp2/obstacle/ObstaclePlanarSDFFactor.h +gpmp2/obstacle/PlanarSDF.h +- +gtsam/nonlinear/NonlinearFactor.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +gtsam/geometry/Point2.h +- +iostream +- +vector +- +gpmp2/obstacle/ObstaclePlanarSDFFactor-inl.h +- + +gpmp2/obstacle/ObstaclePlanarSDFFactorArm.h +gpmp2/kinematics/ArmModel.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactor.h +- + +gpmp2/obstacle/ObstaclePlanarSDFFactorGP-inl.h +gpmp2/obstacle/ObstaclePlanarSDFFactorGP.h +- +gpmp2/obstacle/ObstacleCost.h +- + +gpmp2/obstacle/ObstaclePlanarSDFFactorGP.h +gpmp2/obstacle/PlanarSDF.h +- +gtsam/nonlinear/NonlinearFactor.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +gtsam/geometry/Point2.h +- +iostream +- +gpmp2/obstacle/ObstaclePlanarSDFFactorGP-inl.h +- + +gpmp2/obstacle/ObstaclePlanarSDFFactorGPArm.h +gpmp2/kinematics/ArmModel.h +- +gpmp2/gp/GaussianProcessInterpolatorLinear.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactorGP.h +- + +gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileArm.h +gpmp2/kinematics/Pose2MobileArmModel.h +- +gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactorGP.h +- + +gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileBase.h +gpmp2/kinematics/Pose2MobileBaseModel.h +- +gpmp2/gp/GaussianProcessInterpolatorPose2.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactorGP.h +- + +gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileArm.h +gpmp2/kinematics/Pose2MobileArmModel.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactor.h +- + +gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileBase.h +gpmp2/kinematics/Pose2MobileBaseModel.h +- +gpmp2/obstacle/ObstaclePlanarSDFFactor.h +- + +gpmp2/obstacle/ObstacleSDFFactor-inl.h +gpmp2/obstacle/ObstacleCost.h +- + +gpmp2/obstacle/ObstacleSDFFactor.h +gpmp2/obstacle/SignedDistanceField.h +- +gtsam/nonlinear/NonlinearFactor.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +gtsam/geometry/Point3.h +- +iostream +- +vector +- +gpmp2/obstacle/ObstacleSDFFactor-inl.h +- + +gpmp2/obstacle/ObstacleSDFFactorArm.h +gpmp2/kinematics/ArmModel.h +- +gpmp2/obstacle/ObstacleSDFFactor.h +- + +gpmp2/obstacle/ObstacleSDFFactorGP-inl.h +gpmp2/obstacle/ObstacleCost.h +- + +gpmp2/obstacle/ObstacleSDFFactorGP.h +gpmp2/obstacle/SignedDistanceField.h +- +gtsam/nonlinear/NonlinearFactor.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +gtsam/geometry/Point3.h +- +vector +- +gpmp2/obstacle/ObstacleSDFFactorGP-inl.h +- + +gpmp2/obstacle/ObstacleSDFFactorGPArm.h +gpmp2/kinematics/ArmModel.h +- +gpmp2/gp/GaussianProcessInterpolatorLinear.h +- +gpmp2/obstacle/ObstacleSDFFactorGP.h +- + +gpmp2/obstacle/ObstacleSDFFactorGPPose2Mobile2Arms.h +gpmp2/kinematics/Pose2Mobile2ArmsModel.h +- +gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h +- +gpmp2/obstacle/ObstacleSDFFactorGP.h +- + +gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileArm.h +gpmp2/kinematics/Pose2MobileArmModel.h +- +gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h +- +gpmp2/obstacle/ObstacleSDFFactorGP.h +- + +gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileBase.h +gpmp2/kinematics/Pose2MobileBaseModel.h +- +gpmp2/gp/GaussianProcessInterpolatorPose2.h +- +gpmp2/obstacle/ObstacleSDFFactorGP.h +- + +gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLin2Arms.h +gpmp2/kinematics/Pose2MobileVetLin2ArmsModel.h +- +gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h +- +gpmp2/obstacle/ObstacleSDFFactorGP.h +- + +gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLinArm.h +gpmp2/kinematics/Pose2MobileVetLinArmModel.h +- +gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h +- +gpmp2/obstacle/ObstacleSDFFactorGP.h +- + +gpmp2/obstacle/ObstacleSDFFactorPose2Mobile2Arms.h +gpmp2/kinematics/Pose2Mobile2ArmsModel.h +- +gpmp2/obstacle/ObstacleSDFFactor.h +- + +gpmp2/obstacle/ObstacleSDFFactorPose2MobileArm.h +gpmp2/kinematics/Pose2MobileArmModel.h +- +gpmp2/obstacle/ObstacleSDFFactor.h +- + +gpmp2/obstacle/ObstacleSDFFactorPose2MobileBase.h +gpmp2/kinematics/Pose2MobileBaseModel.h +- +gpmp2/obstacle/ObstacleSDFFactor.h +- + +gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLin2Arms.h +gpmp2/kinematics/Pose2MobileVetLin2ArmsModel.h +- +gpmp2/obstacle/ObstacleSDFFactor.h +- + +gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLinArm.h +gpmp2/kinematics/Pose2MobileVetLinArmModel.h +- +gpmp2/obstacle/ObstacleSDFFactor.h +- + +gpmp2/obstacle/PlanarSDF.h +gpmp2/obstacle/SDFexception.h +- +gpmp2/config.h +- +gtsam/base/Matrix.h +- +gtsam/geometry/Point2.h +- +iostream +- + +gpmp2/obstacle/SDFexception.h +gpmp2/config.h +- +stdexcept +- + +gpmp2/obstacle/SignedDistanceField.h +gpmp2/obstacle/SDFexception.h +- +gpmp2/config.h +- +gtsam/base/Matrix.h +- +gtsam/geometry/Point3.h +- +boost/tuple/tuple.hpp +- +boost/serialization/vector.hpp +- +boost/archive/xml_iarchive.hpp +- +boost/archive/xml_oarchive.hpp +- +boost/archive/binary_iarchive.hpp +- +boost/archive/binary_oarchive.hpp +- +boost/archive/text_iarchive.hpp +- +boost/archive/text_oarchive.hpp +- +vector +- +iostream +- +fstream +- +cstring +- + +gpmp2/planner/BatchTrajOptimizer-inl.h +gtsam/slam/PriorFactor.h +- +gtsam/nonlinear/DoglegOptimizer.h +- +gtsam/nonlinear/LevenbergMarquardtOptimizer.h +- +gtsam/nonlinear/GaussNewtonOptimizer.h +- +gtsam/inference/Symbol.h +- + +gpmp2/planner/BatchTrajOptimizer.h +gpmp2/planner/TrajOptimizerSetting.h +- +gpmp2/kinematics/ArmModel.h +- +gpmp2/kinematics/Pose2MobileBaseModel.h +- +gpmp2/kinematics/Pose2MobileArmModel.h +- +gpmp2/kinematics/Pose2Mobile2ArmsModel.h +- +gpmp2/kinematics/Pose2MobileVetLinArmModel.h +- +gpmp2/kinematics/Pose2MobileVetLin2ArmsModel.h +- +gpmp2/obstacle/PlanarSDF.h +- +gpmp2/obstacle/SignedDistanceField.h +- +gpmp2/geometry/Pose2Vector.h +- +gpmp2/config.h +- +gtsam/nonlinear/Values.h +- +gtsam/nonlinear/NonlinearFactorGraph.h +- +gtsam/nonlinear/NonlinearOptimizer.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +BatchTrajOptimizer-inl.h +gpmp2/planner/BatchTrajOptimizer-inl.h + +gpmp2/planner/TrajOptimizerSetting.h +gpmp2/config.h +- +gtsam/linear/NoiseModel.h +- + +gpmp2/planner/TrajUtils.h +gpmp2/config.h +- +gtsam/nonlinear/Values.h +- +gtsam/linear/NoiseModel.h +- +gtsam/base/Matrix.h +- +gtsam/base/Vector.h +- +gtsam/geometry/Pose2.h +- + +gpmp2/utils/OpenRAVEutils.h +gpmp2/config.h +- +gtsam/nonlinear/NonlinearFactorGraph.h +- +gtsam/nonlinear/Values.h +- +gtsam/linear/NoiseModel.h +- +gtsam/slam/PriorFactor.h +- +gtsam/base/Matrix.h +- + +gpmp2/utils/matlabUtils.h +gpmp2/geometry/Pose2Vector.h +- +gpmp2/config.h +- +gtsam/nonlinear/Values.h +- +gtsam/slam/PriorFactor.h +- + diff --git a/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake b/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake new file mode 100644 index 0000000..39e24b7 --- /dev/null +++ b/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake @@ -0,0 +1,62 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/gp/GPutils.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Arm.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/PointRobot.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2Mobile2Arms.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileBase.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLin2Arms.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLinArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/mobileBaseUtils.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/SignedDistanceField.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/planner/BatchTrajOptimizer.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/planner/TrajOptimizerSetting.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/planner/TrajUtils.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/utils/OpenRAVEutils.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/utils/fileUtils.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o" + "/home/matt/Documents/gpmp2/gpmp2/utils/matlabUtils.cpp" "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "gpmp2_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/matt/Documents/gpmp2/gpmp2/libgpmp2.so" "/home/matt/Documents/gpmp2/gpmp2/libgpmp2.so.0.2.0" + "/home/matt/Documents/gpmp2/gpmp2/libgpmp2.so.0" "/home/matt/Documents/gpmp2/gpmp2/libgpmp2.so.0.2.0" + ) + + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/CMakeFiles/gpmp2.dir/cmake_clean.cmake b/gpmp2/CMakeFiles/gpmp2.dir/cmake_clean.cmake new file mode 100644 index 0000000..d24f8d1 --- /dev/null +++ b/gpmp2/CMakeFiles/gpmp2.dir/cmake_clean.cmake @@ -0,0 +1,27 @@ +file(REMOVE_RECURSE + "CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o" + "CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o" + "CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o" + "CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o" + "CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o" + "CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o" + "CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o" + "CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o" + "CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.o" + "CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o" + "CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o" + "CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o" + "CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o" + "CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o" + "CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o" + "CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o" + "libgpmp2.pdb" + "libgpmp2.so" + "libgpmp2.so.0" + "libgpmp2.so.0.2.0" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gpmp2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/CMakeFiles/gpmp2.dir/depend.internal b/gpmp2/CMakeFiles/gpmp2.dir/depend.internal new file mode 100644 index 0000000..461d2ce --- /dev/null +++ b/gpmp2/CMakeFiles/gpmp2.dir/depend.internal @@ -0,0 +1,1170 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o + /home/matt/Documents/gpmp2/gpmp2/gp/GPutils.cpp + gpmp2/config.h + gpmp2/gp/GPutils.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o + /home/matt/Documents/gpmp2/gpmp2/kinematics/Arm.cpp + gpmp2/config.h + gpmp2/kinematics/Arm.h + gpmp2/kinematics/ForwardKinematics-inl.h + gpmp2/kinematics/ForwardKinematics.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o + /home/matt/Documents/gpmp2/gpmp2/kinematics/PointRobot.cpp + gpmp2/config.h + gpmp2/kinematics/ForwardKinematics-inl.h + gpmp2/kinematics/ForwardKinematics.h + gpmp2/kinematics/PointRobot.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o + /home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2Mobile2Arms.cpp + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h + gpmp2/config.h + gpmp2/geometry/DynamicLieTraits.h + gpmp2/geometry/DynamicVector.h + gpmp2/geometry/Pose2Vector.h + gpmp2/geometry/ProductDynamicLieGroup.h + gpmp2/geometry/utilsDynamic.h + gpmp2/kinematics/Arm.h + gpmp2/kinematics/ForwardKinematics-inl.h + gpmp2/kinematics/ForwardKinematics.h + gpmp2/kinematics/Pose2Mobile2Arms.h + gpmp2/kinematics/mobileBaseUtils.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o + /home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileArm.cpp + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h + gpmp2/config.h + gpmp2/geometry/DynamicLieTraits.h + gpmp2/geometry/DynamicVector.h + gpmp2/geometry/Pose2Vector.h + gpmp2/geometry/ProductDynamicLieGroup.h + gpmp2/geometry/utilsDynamic.h + gpmp2/kinematics/Arm.h + gpmp2/kinematics/ForwardKinematics-inl.h + gpmp2/kinematics/ForwardKinematics.h + gpmp2/kinematics/Pose2MobileArm.h + gpmp2/kinematics/mobileBaseUtils.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o + /home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileBase.cpp + gpmp2/config.h + gpmp2/kinematics/ForwardKinematics-inl.h + gpmp2/kinematics/ForwardKinematics.h + gpmp2/kinematics/Pose2MobileBase.h + gpmp2/kinematics/mobileBaseUtils.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o + /home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLin2Arms.cpp + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h + gpmp2/config.h + gpmp2/geometry/DynamicLieTraits.h + gpmp2/geometry/DynamicVector.h + gpmp2/geometry/Pose2Vector.h + gpmp2/geometry/ProductDynamicLieGroup.h + gpmp2/geometry/utilsDynamic.h + gpmp2/kinematics/Arm.h + gpmp2/kinematics/ForwardKinematics-inl.h + gpmp2/kinematics/ForwardKinematics.h + gpmp2/kinematics/Pose2MobileVetLin2Arms.h + gpmp2/kinematics/mobileBaseUtils.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o + /home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLinArm.cpp + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h + gpmp2/config.h + gpmp2/geometry/DynamicLieTraits.h + gpmp2/geometry/DynamicVector.h + gpmp2/geometry/Pose2Vector.h + gpmp2/geometry/ProductDynamicLieGroup.h + gpmp2/geometry/utilsDynamic.h + gpmp2/kinematics/Arm.h + gpmp2/kinematics/ForwardKinematics-inl.h + gpmp2/kinematics/ForwardKinematics.h + gpmp2/kinematics/Pose2MobileVetLinArm.h + gpmp2/kinematics/mobileBaseUtils.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.o + /home/matt/Documents/gpmp2/gpmp2/kinematics/mobileBaseUtils.cpp +gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o + /home/matt/Documents/gpmp2/gpmp2/obstacle/SignedDistanceField.cpp + gpmp2/config.h + gpmp2/obstacle/SDFexception.h + gpmp2/obstacle/SignedDistanceField.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o + /home/matt/Documents/gpmp2/gpmp2/planner/BatchTrajOptimizer.cpp + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h + gpmp2/config.h + gpmp2/geometry/DynamicLieTraits.h + gpmp2/geometry/DynamicVector.h + gpmp2/geometry/Pose2Vector.h + gpmp2/geometry/ProductDynamicLieGroup.h + gpmp2/geometry/utilsDynamic.h + gpmp2/gp/GPutils.h + gpmp2/gp/GaussianProcessInterpolatorLie.h + gpmp2/gp/GaussianProcessInterpolatorLinear.h + gpmp2/gp/GaussianProcessInterpolatorPose2.h + gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h + gpmp2/gp/GaussianProcessPriorLie.h + gpmp2/gp/GaussianProcessPriorLinear.h + gpmp2/gp/GaussianProcessPriorPose2Vector.h + gpmp2/kinematics/Arm.h + gpmp2/kinematics/ArmModel.h + gpmp2/kinematics/ForwardKinematics-inl.h + gpmp2/kinematics/ForwardKinematics.h + gpmp2/kinematics/JointLimitCost.h + gpmp2/kinematics/JointLimitFactorPose2Vector.h + gpmp2/kinematics/JointLimitFactorVector.h + gpmp2/kinematics/Pose2Mobile2Arms.h + gpmp2/kinematics/Pose2Mobile2ArmsModel.h + gpmp2/kinematics/Pose2MobileArm.h + gpmp2/kinematics/Pose2MobileArmModel.h + gpmp2/kinematics/Pose2MobileBase.h + gpmp2/kinematics/Pose2MobileBaseModel.h + gpmp2/kinematics/Pose2MobileVetLin2Arms.h + gpmp2/kinematics/Pose2MobileVetLin2ArmsModel.h + gpmp2/kinematics/Pose2MobileVetLinArm.h + gpmp2/kinematics/Pose2MobileVetLinArmModel.h + gpmp2/kinematics/RobotModel-inl.h + gpmp2/kinematics/RobotModel.h + gpmp2/kinematics/VelocityLimitFactorVector.h + gpmp2/obstacle/ObstacleCost.h + gpmp2/obstacle/ObstaclePlanarSDFFactor-inl.h + gpmp2/obstacle/ObstaclePlanarSDFFactor.h + gpmp2/obstacle/ObstaclePlanarSDFFactorArm.h + gpmp2/obstacle/ObstaclePlanarSDFFactorGP-inl.h + gpmp2/obstacle/ObstaclePlanarSDFFactorGP.h + gpmp2/obstacle/ObstaclePlanarSDFFactorGPArm.h + gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileArm.h + gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileBase.h + gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileArm.h + gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileBase.h + gpmp2/obstacle/ObstacleSDFFactor-inl.h + gpmp2/obstacle/ObstacleSDFFactor.h + gpmp2/obstacle/ObstacleSDFFactorArm.h + gpmp2/obstacle/ObstacleSDFFactorGP-inl.h + gpmp2/obstacle/ObstacleSDFFactorGP.h + gpmp2/obstacle/ObstacleSDFFactorGPArm.h + gpmp2/obstacle/ObstacleSDFFactorGPPose2Mobile2Arms.h + gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileArm.h + gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileBase.h + gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLin2Arms.h + gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLinArm.h + gpmp2/obstacle/ObstacleSDFFactorPose2Mobile2Arms.h + gpmp2/obstacle/ObstacleSDFFactorPose2MobileArm.h + gpmp2/obstacle/ObstacleSDFFactorPose2MobileBase.h + gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLin2Arms.h + gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLinArm.h + gpmp2/obstacle/PlanarSDF.h + gpmp2/obstacle/SDFexception.h + gpmp2/obstacle/SignedDistanceField.h + gpmp2/planner/BatchTrajOptimizer-inl.h + gpmp2/planner/BatchTrajOptimizer.h + gpmp2/planner/TrajOptimizerSetting.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o + /home/matt/Documents/gpmp2/gpmp2/planner/TrajOptimizerSetting.cpp + gpmp2/config.h + gpmp2/planner/TrajOptimizerSetting.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o + /home/matt/Documents/gpmp2/gpmp2/planner/TrajUtils.cpp + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h + gpmp2/config.h + gpmp2/geometry/DynamicLieTraits.h + gpmp2/geometry/DynamicVector.h + gpmp2/geometry/Pose2Vector.h + gpmp2/geometry/ProductDynamicLieGroup.h + gpmp2/geometry/utilsDynamic.h + gpmp2/gp/GPutils.h + gpmp2/gp/GaussianProcessInterpolatorLie.h + gpmp2/gp/GaussianProcessInterpolatorLinear.h + gpmp2/gp/GaussianProcessInterpolatorPose2.h + gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h + gpmp2/planner/TrajUtils.h +gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o + /home/matt/Documents/gpmp2/gpmp2/utils/OpenRAVEutils.cpp + gpmp2/config.h + gpmp2/utils/OpenRAVEutils.h +gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o + /home/matt/Documents/gpmp2/gpmp2/utils/fileUtils.cpp + gpmp2/config.h + gpmp2/obstacle/SDFexception.h + gpmp2/obstacle/SignedDistanceField.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o + /home/matt/Documents/gpmp2/gpmp2/utils/matlabUtils.cpp + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h + /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h + gpmp2/config.h + gpmp2/geometry/DynamicLieTraits.h + gpmp2/geometry/DynamicVector.h + gpmp2/geometry/Pose2Vector.h + gpmp2/geometry/ProductDynamicLieGroup.h + gpmp2/geometry/utilsDynamic.h + gpmp2/utils/matlabUtils.h diff --git a/gpmp2/CMakeFiles/gpmp2.dir/depend.make b/gpmp2/CMakeFiles/gpmp2.dir/depend.make new file mode 100644 index 0000000..37f797b --- /dev/null +++ b/gpmp2/CMakeFiles/gpmp2.dir/depend.make @@ -0,0 +1,1170 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o: gpmp2/gp/GPutils.cpp +gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o: gpmp2/gp/GPutils.h + +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o: gpmp2/kinematics/Arm.cpp +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o: gpmp2/kinematics/Arm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o: gpmp2/kinematics/ForwardKinematics-inl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o: gpmp2/kinematics/ForwardKinematics.h + +gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o: gpmp2/kinematics/PointRobot.cpp +gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o: gpmp2/kinematics/ForwardKinematics-inl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o: gpmp2/kinematics/ForwardKinematics.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o: gpmp2/kinematics/PointRobot.h + +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/kinematics/Pose2Mobile2Arms.cpp +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/geometry/DynamicLieTraits.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/geometry/DynamicVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/geometry/Pose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/geometry/ProductDynamicLieGroup.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/geometry/utilsDynamic.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/kinematics/Arm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/kinematics/ForwardKinematics-inl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/kinematics/ForwardKinematics.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/kinematics/Pose2Mobile2Arms.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o: gpmp2/kinematics/mobileBaseUtils.h + +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/kinematics/Pose2MobileArm.cpp +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/geometry/DynamicLieTraits.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/geometry/DynamicVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/geometry/Pose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/geometry/ProductDynamicLieGroup.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/geometry/utilsDynamic.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/kinematics/Arm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/kinematics/ForwardKinematics-inl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/kinematics/ForwardKinematics.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/kinematics/Pose2MobileArm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o: gpmp2/kinematics/mobileBaseUtils.h + +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o: gpmp2/kinematics/Pose2MobileBase.cpp +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o: gpmp2/kinematics/ForwardKinematics-inl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o: gpmp2/kinematics/ForwardKinematics.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o: gpmp2/kinematics/Pose2MobileBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o: gpmp2/kinematics/mobileBaseUtils.h + +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/kinematics/Pose2MobileVetLin2Arms.cpp +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/geometry/DynamicLieTraits.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/geometry/DynamicVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/geometry/Pose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/geometry/ProductDynamicLieGroup.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/geometry/utilsDynamic.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/kinematics/Arm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/kinematics/ForwardKinematics-inl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/kinematics/ForwardKinematics.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/kinematics/Pose2MobileVetLin2Arms.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o: gpmp2/kinematics/mobileBaseUtils.h + +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/kinematics/Pose2MobileVetLinArm.cpp +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/geometry/DynamicLieTraits.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/geometry/DynamicVector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/geometry/Pose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/geometry/ProductDynamicLieGroup.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/geometry/utilsDynamic.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/kinematics/Arm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/kinematics/ForwardKinematics-inl.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/kinematics/ForwardKinematics.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/kinematics/Pose2MobileVetLinArm.h +gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o: gpmp2/kinematics/mobileBaseUtils.h + +gpmp2/CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.o: gpmp2/kinematics/mobileBaseUtils.cpp + +gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o: gpmp2/obstacle/SignedDistanceField.cpp +gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o: gpmp2/obstacle/SDFexception.h +gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o: gpmp2/obstacle/SignedDistanceField.h + +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/planner/BatchTrajOptimizer.cpp +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/geometry/DynamicLieTraits.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/geometry/DynamicVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/geometry/Pose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/geometry/ProductDynamicLieGroup.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/geometry/utilsDynamic.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/gp/GPutils.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/gp/GaussianProcessInterpolatorLie.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/gp/GaussianProcessInterpolatorLinear.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/gp/GaussianProcessInterpolatorPose2.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/gp/GaussianProcessPriorLie.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/gp/GaussianProcessPriorLinear.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/gp/GaussianProcessPriorPose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Arm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/ArmModel.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/ForwardKinematics-inl.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/ForwardKinematics.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/JointLimitCost.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/JointLimitFactorPose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/JointLimitFactorVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2Mobile2Arms.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2Mobile2ArmsModel.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2MobileArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2MobileArmModel.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2MobileBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2MobileBaseModel.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2MobileVetLin2Arms.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2MobileVetLin2ArmsModel.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2MobileVetLinArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/Pose2MobileVetLinArmModel.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/RobotModel-inl.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/RobotModel.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/kinematics/VelocityLimitFactorVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleCost.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactor-inl.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactor.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactorArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactorGP-inl.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactorGP.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactorGPArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactor-inl.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactor.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorGP-inl.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorGP.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorGPArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorGPPose2Mobile2Arms.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLin2Arms.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLinArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorPose2Mobile2Arms.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorPose2MobileArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorPose2MobileBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLin2Arms.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLinArm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/PlanarSDF.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/SDFexception.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/obstacle/SignedDistanceField.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/planner/BatchTrajOptimizer-inl.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/planner/BatchTrajOptimizer.h +gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o: gpmp2/planner/TrajOptimizerSetting.h + +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o: gpmp2/planner/TrajOptimizerSetting.cpp +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o: gpmp2/planner/TrajOptimizerSetting.h + +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/planner/TrajUtils.cpp +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/geometry/DynamicLieTraits.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/geometry/DynamicVector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/geometry/Pose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/geometry/ProductDynamicLieGroup.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/geometry/utilsDynamic.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/gp/GPutils.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/gp/GaussianProcessInterpolatorLie.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/gp/GaussianProcessInterpolatorLinear.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/gp/GaussianProcessInterpolatorPose2.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o: gpmp2/planner/TrajUtils.h + +gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o: gpmp2/utils/OpenRAVEutils.cpp +gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o: gpmp2/utils/OpenRAVEutils.h + +gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o: gpmp2/utils/fileUtils.cpp +gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o: gpmp2/obstacle/SDFexception.h +gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o: gpmp2/obstacle/SignedDistanceField.h + +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: gpmp2/utils/matlabUtils.cpp +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/Core +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Array.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayBase.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ArrayWrapper.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/AssignEvaluator.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Assign_MKL.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BandMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Block.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/BooleanRedux.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CommaInitializer.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ConditionEstimator.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CoreIterators.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseTernaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/CwiseUnaryView.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseBase.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseCoeffsBase.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DenseStorage.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Diagonal.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/DiagonalProduct.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Dot.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/EigenBase.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Fuzzy.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GeneralProduct.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GenericPacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/GlobalFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/IO.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Inverse.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Map.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MapBase.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MathFunctionsImpl.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Matrix.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/MatrixBase.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NestByValue.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NoAlias.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/NumTraits.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PermutationMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/PlainObjectBase.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Product.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ProductEvaluators.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Random.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Redux.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Ref.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Replicate.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/ReturnByValue.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Reverse.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Select.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfAdjointView.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SelfCwiseBinaryOp.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Solve.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolveTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/SolverBase.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/StableNorm.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Stride.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Swap.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpose.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Transpositions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/TriangularMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorBlock.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/VectorwiseOp.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/Visitor.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AVX512/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/Half.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/ConjHelper.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/Default/Settings.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/NEON/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/SSE/TypeCasting.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/Complex.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/arch/ZVector/PacketMath.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/AssignmentFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/BinaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/NullaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/StlFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/TernaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/functors/UnaryFunctors.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/Parallelizer.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointProduct.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/SelfadjointRank2Update.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/products/TriangularSolverVector.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/BlasUtil.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Constants.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/DisableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/MKL_support.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Macros.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Memory.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/Meta.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/ReenableStupidWarnings.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/StaticAssert.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/Core/util/XprHelper.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/misc/blas.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/BlockMethods.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: /usr/local/include/gtsam/3rdparty/Eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: gpmp2/config.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: gpmp2/geometry/DynamicLieTraits.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: gpmp2/geometry/DynamicVector.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: gpmp2/geometry/Pose2Vector.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: gpmp2/geometry/ProductDynamicLieGroup.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: gpmp2/geometry/utilsDynamic.h +gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o: gpmp2/utils/matlabUtils.h + diff --git a/gpmp2/CMakeFiles/gpmp2.dir/flags.make b/gpmp2/CMakeFiles/gpmp2.dir/flags.make new file mode 100644 index 0000000..364bac2 --- /dev/null +++ b/gpmp2/CMakeFiles/gpmp2.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -fPIC -march=native + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -Dgpmp2_EXPORTS + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + diff --git a/gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o new file mode 100644 index 0000000..5708df3 Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o new file mode 100644 index 0000000..41a3888 Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o new file mode 100644 index 0000000..360bcb6 Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o new file mode 100644 index 0000000..a09b553 Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o new file mode 100644 index 0000000..eb2c95a Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o new file mode 100644 index 0000000..0b08281 Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o new file mode 100644 index 0000000..1bc8765 Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o new file mode 100644 index 0000000..7b1cd5f Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.o new file mode 100644 index 0000000..86c36ca Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/link.txt b/gpmp2/CMakeFiles/gpmp2.dir/link.txt new file mode 100644 index 0000000..48fcb13 --- /dev/null +++ b/gpmp2/CMakeFiles/gpmp2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -O3 -DNDEBUG -shared -Wl,-soname,libgpmp2.so.0 -o libgpmp2.so.0.2.0 CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.o CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o -Wl,-rpath,/usr/local/lib: /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o new file mode 100644 index 0000000..5c1b923 Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o new file mode 100644 index 0000000..3b80d6b Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o new file mode 100644 index 0000000..9e0ff0d Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o new file mode 100644 index 0000000..e190c0b Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/progress.make b/gpmp2/CMakeFiles/gpmp2.dir/progress.make new file mode 100644 index 0000000..afca091 --- /dev/null +++ b/gpmp2/CMakeFiles/gpmp2.dir/progress.make @@ -0,0 +1,18 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 +CMAKE_PROGRESS_7 = 7 +CMAKE_PROGRESS_8 = 8 +CMAKE_PROGRESS_9 = 9 +CMAKE_PROGRESS_10 = 10 +CMAKE_PROGRESS_11 = 11 +CMAKE_PROGRESS_12 = 12 +CMAKE_PROGRESS_13 = 13 +CMAKE_PROGRESS_14 = 14 +CMAKE_PROGRESS_15 = 15 +CMAKE_PROGRESS_16 = 16 +CMAKE_PROGRESS_17 = 17 + diff --git a/gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o new file mode 100644 index 0000000..c25326b Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o new file mode 100644 index 0000000..22fc489 Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o differ diff --git a/gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o b/gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o new file mode 100644 index 0000000..cecb0ca Binary files /dev/null and b/gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o differ diff --git a/gpmp2/CMakeFiles/progress.marks b/gpmp2/CMakeFiles/progress.marks new file mode 100644 index 0000000..98d9bcb --- /dev/null +++ b/gpmp2/CMakeFiles/progress.marks @@ -0,0 +1 @@ +17 diff --git a/gpmp2/CTestTestfile.cmake b/gpmp2/CTestTestfile.cmake new file mode 100644 index 0000000..f5ecf2b --- /dev/null +++ b/gpmp2/CTestTestfile.cmake @@ -0,0 +1,13 @@ +# CMake generated Testfile for +# Source directory: /home/matt/Documents/gpmp2/gpmp2 +# Build directory: /home/matt/Documents/gpmp2/gpmp2 +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("geometry") +subdirs("gp") +subdirs("kinematics") +subdirs("dynamics") +subdirs("obstacle") +subdirs("planner") +subdirs("utils") diff --git a/gpmp2/Makefile b/gpmp2/Makefile new file mode 100644 index 0000000..6742a8f --- /dev/null +++ b/gpmp2/Makefile @@ -0,0 +1,692 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/matt/Documents/gpmp2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/matt/Documents/gpmp2 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# The main all target +all: cmake_check_build_system + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles /home/matt/Documents/gpmp2/gpmp2/CMakeFiles/progress.marks + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gpmp2/CMakeFiles/gpmp2.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/CMakeFiles/gpmp2.dir/rule +.PHONY : gpmp2/CMakeFiles/gpmp2.dir/rule + +# Convenience name for target. +gpmp2: gpmp2/CMakeFiles/gpmp2.dir/rule + +.PHONY : gpmp2 + +# fast build rule for target. +gpmp2/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/build +.PHONY : gpmp2/fast + +gp/GPutils.o: gp/GPutils.cpp.o + +.PHONY : gp/GPutils.o + +# target to build an object file +gp/GPutils.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.o +.PHONY : gp/GPutils.cpp.o + +gp/GPutils.i: gp/GPutils.cpp.i + +.PHONY : gp/GPutils.i + +# target to preprocess a source file +gp/GPutils.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.i +.PHONY : gp/GPutils.cpp.i + +gp/GPutils.s: gp/GPutils.cpp.s + +.PHONY : gp/GPutils.s + +# target to generate assembly for a file +gp/GPutils.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/gp/GPutils.cpp.s +.PHONY : gp/GPutils.cpp.s + +kinematics/Arm.o: kinematics/Arm.cpp.o + +.PHONY : kinematics/Arm.o + +# target to build an object file +kinematics/Arm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.o +.PHONY : kinematics/Arm.cpp.o + +kinematics/Arm.i: kinematics/Arm.cpp.i + +.PHONY : kinematics/Arm.i + +# target to preprocess a source file +kinematics/Arm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.i +.PHONY : kinematics/Arm.cpp.i + +kinematics/Arm.s: kinematics/Arm.cpp.s + +.PHONY : kinematics/Arm.s + +# target to generate assembly for a file +kinematics/Arm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Arm.cpp.s +.PHONY : kinematics/Arm.cpp.s + +kinematics/PointRobot.o: kinematics/PointRobot.cpp.o + +.PHONY : kinematics/PointRobot.o + +# target to build an object file +kinematics/PointRobot.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.o +.PHONY : kinematics/PointRobot.cpp.o + +kinematics/PointRobot.i: kinematics/PointRobot.cpp.i + +.PHONY : kinematics/PointRobot.i + +# target to preprocess a source file +kinematics/PointRobot.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.i +.PHONY : kinematics/PointRobot.cpp.i + +kinematics/PointRobot.s: kinematics/PointRobot.cpp.s + +.PHONY : kinematics/PointRobot.s + +# target to generate assembly for a file +kinematics/PointRobot.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/PointRobot.cpp.s +.PHONY : kinematics/PointRobot.cpp.s + +kinematics/Pose2Mobile2Arms.o: kinematics/Pose2Mobile2Arms.cpp.o + +.PHONY : kinematics/Pose2Mobile2Arms.o + +# target to build an object file +kinematics/Pose2Mobile2Arms.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.o +.PHONY : kinematics/Pose2Mobile2Arms.cpp.o + +kinematics/Pose2Mobile2Arms.i: kinematics/Pose2Mobile2Arms.cpp.i + +.PHONY : kinematics/Pose2Mobile2Arms.i + +# target to preprocess a source file +kinematics/Pose2Mobile2Arms.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.i +.PHONY : kinematics/Pose2Mobile2Arms.cpp.i + +kinematics/Pose2Mobile2Arms.s: kinematics/Pose2Mobile2Arms.cpp.s + +.PHONY : kinematics/Pose2Mobile2Arms.s + +# target to generate assembly for a file +kinematics/Pose2Mobile2Arms.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2Mobile2Arms.cpp.s +.PHONY : kinematics/Pose2Mobile2Arms.cpp.s + +kinematics/Pose2MobileArm.o: kinematics/Pose2MobileArm.cpp.o + +.PHONY : kinematics/Pose2MobileArm.o + +# target to build an object file +kinematics/Pose2MobileArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.o +.PHONY : kinematics/Pose2MobileArm.cpp.o + +kinematics/Pose2MobileArm.i: kinematics/Pose2MobileArm.cpp.i + +.PHONY : kinematics/Pose2MobileArm.i + +# target to preprocess a source file +kinematics/Pose2MobileArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.i +.PHONY : kinematics/Pose2MobileArm.cpp.i + +kinematics/Pose2MobileArm.s: kinematics/Pose2MobileArm.cpp.s + +.PHONY : kinematics/Pose2MobileArm.s + +# target to generate assembly for a file +kinematics/Pose2MobileArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileArm.cpp.s +.PHONY : kinematics/Pose2MobileArm.cpp.s + +kinematics/Pose2MobileBase.o: kinematics/Pose2MobileBase.cpp.o + +.PHONY : kinematics/Pose2MobileBase.o + +# target to build an object file +kinematics/Pose2MobileBase.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.o +.PHONY : kinematics/Pose2MobileBase.cpp.o + +kinematics/Pose2MobileBase.i: kinematics/Pose2MobileBase.cpp.i + +.PHONY : kinematics/Pose2MobileBase.i + +# target to preprocess a source file +kinematics/Pose2MobileBase.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.i +.PHONY : kinematics/Pose2MobileBase.cpp.i + +kinematics/Pose2MobileBase.s: kinematics/Pose2MobileBase.cpp.s + +.PHONY : kinematics/Pose2MobileBase.s + +# target to generate assembly for a file +kinematics/Pose2MobileBase.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileBase.cpp.s +.PHONY : kinematics/Pose2MobileBase.cpp.s + +kinematics/Pose2MobileVetLin2Arms.o: kinematics/Pose2MobileVetLin2Arms.cpp.o + +.PHONY : kinematics/Pose2MobileVetLin2Arms.o + +# target to build an object file +kinematics/Pose2MobileVetLin2Arms.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.o +.PHONY : kinematics/Pose2MobileVetLin2Arms.cpp.o + +kinematics/Pose2MobileVetLin2Arms.i: kinematics/Pose2MobileVetLin2Arms.cpp.i + +.PHONY : kinematics/Pose2MobileVetLin2Arms.i + +# target to preprocess a source file +kinematics/Pose2MobileVetLin2Arms.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.i +.PHONY : kinematics/Pose2MobileVetLin2Arms.cpp.i + +kinematics/Pose2MobileVetLin2Arms.s: kinematics/Pose2MobileVetLin2Arms.cpp.s + +.PHONY : kinematics/Pose2MobileVetLin2Arms.s + +# target to generate assembly for a file +kinematics/Pose2MobileVetLin2Arms.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLin2Arms.cpp.s +.PHONY : kinematics/Pose2MobileVetLin2Arms.cpp.s + +kinematics/Pose2MobileVetLinArm.o: kinematics/Pose2MobileVetLinArm.cpp.o + +.PHONY : kinematics/Pose2MobileVetLinArm.o + +# target to build an object file +kinematics/Pose2MobileVetLinArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.o +.PHONY : kinematics/Pose2MobileVetLinArm.cpp.o + +kinematics/Pose2MobileVetLinArm.i: kinematics/Pose2MobileVetLinArm.cpp.i + +.PHONY : kinematics/Pose2MobileVetLinArm.i + +# target to preprocess a source file +kinematics/Pose2MobileVetLinArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.i +.PHONY : kinematics/Pose2MobileVetLinArm.cpp.i + +kinematics/Pose2MobileVetLinArm.s: kinematics/Pose2MobileVetLinArm.cpp.s + +.PHONY : kinematics/Pose2MobileVetLinArm.s + +# target to generate assembly for a file +kinematics/Pose2MobileVetLinArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/Pose2MobileVetLinArm.cpp.s +.PHONY : kinematics/Pose2MobileVetLinArm.cpp.s + +kinematics/mobileBaseUtils.o: kinematics/mobileBaseUtils.cpp.o + +.PHONY : kinematics/mobileBaseUtils.o + +# target to build an object file +kinematics/mobileBaseUtils.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.o +.PHONY : kinematics/mobileBaseUtils.cpp.o + +kinematics/mobileBaseUtils.i: kinematics/mobileBaseUtils.cpp.i + +.PHONY : kinematics/mobileBaseUtils.i + +# target to preprocess a source file +kinematics/mobileBaseUtils.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.i +.PHONY : kinematics/mobileBaseUtils.cpp.i + +kinematics/mobileBaseUtils.s: kinematics/mobileBaseUtils.cpp.s + +.PHONY : kinematics/mobileBaseUtils.s + +# target to generate assembly for a file +kinematics/mobileBaseUtils.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/kinematics/mobileBaseUtils.cpp.s +.PHONY : kinematics/mobileBaseUtils.cpp.s + +obstacle/SignedDistanceField.o: obstacle/SignedDistanceField.cpp.o + +.PHONY : obstacle/SignedDistanceField.o + +# target to build an object file +obstacle/SignedDistanceField.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.o +.PHONY : obstacle/SignedDistanceField.cpp.o + +obstacle/SignedDistanceField.i: obstacle/SignedDistanceField.cpp.i + +.PHONY : obstacle/SignedDistanceField.i + +# target to preprocess a source file +obstacle/SignedDistanceField.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.i +.PHONY : obstacle/SignedDistanceField.cpp.i + +obstacle/SignedDistanceField.s: obstacle/SignedDistanceField.cpp.s + +.PHONY : obstacle/SignedDistanceField.s + +# target to generate assembly for a file +obstacle/SignedDistanceField.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/obstacle/SignedDistanceField.cpp.s +.PHONY : obstacle/SignedDistanceField.cpp.s + +planner/BatchTrajOptimizer.o: planner/BatchTrajOptimizer.cpp.o + +.PHONY : planner/BatchTrajOptimizer.o + +# target to build an object file +planner/BatchTrajOptimizer.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.o +.PHONY : planner/BatchTrajOptimizer.cpp.o + +planner/BatchTrajOptimizer.i: planner/BatchTrajOptimizer.cpp.i + +.PHONY : planner/BatchTrajOptimizer.i + +# target to preprocess a source file +planner/BatchTrajOptimizer.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.i +.PHONY : planner/BatchTrajOptimizer.cpp.i + +planner/BatchTrajOptimizer.s: planner/BatchTrajOptimizer.cpp.s + +.PHONY : planner/BatchTrajOptimizer.s + +# target to generate assembly for a file +planner/BatchTrajOptimizer.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/planner/BatchTrajOptimizer.cpp.s +.PHONY : planner/BatchTrajOptimizer.cpp.s + +planner/TrajOptimizerSetting.o: planner/TrajOptimizerSetting.cpp.o + +.PHONY : planner/TrajOptimizerSetting.o + +# target to build an object file +planner/TrajOptimizerSetting.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.o +.PHONY : planner/TrajOptimizerSetting.cpp.o + +planner/TrajOptimizerSetting.i: planner/TrajOptimizerSetting.cpp.i + +.PHONY : planner/TrajOptimizerSetting.i + +# target to preprocess a source file +planner/TrajOptimizerSetting.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.i +.PHONY : planner/TrajOptimizerSetting.cpp.i + +planner/TrajOptimizerSetting.s: planner/TrajOptimizerSetting.cpp.s + +.PHONY : planner/TrajOptimizerSetting.s + +# target to generate assembly for a file +planner/TrajOptimizerSetting.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/planner/TrajOptimizerSetting.cpp.s +.PHONY : planner/TrajOptimizerSetting.cpp.s + +planner/TrajUtils.o: planner/TrajUtils.cpp.o + +.PHONY : planner/TrajUtils.o + +# target to build an object file +planner/TrajUtils.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.o +.PHONY : planner/TrajUtils.cpp.o + +planner/TrajUtils.i: planner/TrajUtils.cpp.i + +.PHONY : planner/TrajUtils.i + +# target to preprocess a source file +planner/TrajUtils.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.i +.PHONY : planner/TrajUtils.cpp.i + +planner/TrajUtils.s: planner/TrajUtils.cpp.s + +.PHONY : planner/TrajUtils.s + +# target to generate assembly for a file +planner/TrajUtils.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/planner/TrajUtils.cpp.s +.PHONY : planner/TrajUtils.cpp.s + +utils/OpenRAVEutils.o: utils/OpenRAVEutils.cpp.o + +.PHONY : utils/OpenRAVEutils.o + +# target to build an object file +utils/OpenRAVEutils.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.o +.PHONY : utils/OpenRAVEutils.cpp.o + +utils/OpenRAVEutils.i: utils/OpenRAVEutils.cpp.i + +.PHONY : utils/OpenRAVEutils.i + +# target to preprocess a source file +utils/OpenRAVEutils.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.i +.PHONY : utils/OpenRAVEutils.cpp.i + +utils/OpenRAVEutils.s: utils/OpenRAVEutils.cpp.s + +.PHONY : utils/OpenRAVEutils.s + +# target to generate assembly for a file +utils/OpenRAVEutils.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/utils/OpenRAVEutils.cpp.s +.PHONY : utils/OpenRAVEutils.cpp.s + +utils/fileUtils.o: utils/fileUtils.cpp.o + +.PHONY : utils/fileUtils.o + +# target to build an object file +utils/fileUtils.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.o +.PHONY : utils/fileUtils.cpp.o + +utils/fileUtils.i: utils/fileUtils.cpp.i + +.PHONY : utils/fileUtils.i + +# target to preprocess a source file +utils/fileUtils.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.i +.PHONY : utils/fileUtils.cpp.i + +utils/fileUtils.s: utils/fileUtils.cpp.s + +.PHONY : utils/fileUtils.s + +# target to generate assembly for a file +utils/fileUtils.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/utils/fileUtils.cpp.s +.PHONY : utils/fileUtils.cpp.s + +utils/matlabUtils.o: utils/matlabUtils.cpp.o + +.PHONY : utils/matlabUtils.o + +# target to build an object file +utils/matlabUtils.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.o +.PHONY : utils/matlabUtils.cpp.o + +utils/matlabUtils.i: utils/matlabUtils.cpp.i + +.PHONY : utils/matlabUtils.i + +# target to preprocess a source file +utils/matlabUtils.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.i +.PHONY : utils/matlabUtils.cpp.i + +utils/matlabUtils.s: utils/matlabUtils.cpp.s + +.PHONY : utils/matlabUtils.s + +# target to generate assembly for a file +utils/matlabUtils.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/CMakeFiles/gpmp2.dir/build.make gpmp2/CMakeFiles/gpmp2.dir/utils/matlabUtils.cpp.s +.PHONY : utils/matlabUtils.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... test" + @echo "... gpmp2" + @echo "... gp/GPutils.o" + @echo "... gp/GPutils.i" + @echo "... gp/GPutils.s" + @echo "... kinematics/Arm.o" + @echo "... kinematics/Arm.i" + @echo "... kinematics/Arm.s" + @echo "... kinematics/PointRobot.o" + @echo "... kinematics/PointRobot.i" + @echo "... kinematics/PointRobot.s" + @echo "... kinematics/Pose2Mobile2Arms.o" + @echo "... kinematics/Pose2Mobile2Arms.i" + @echo "... kinematics/Pose2Mobile2Arms.s" + @echo "... kinematics/Pose2MobileArm.o" + @echo "... kinematics/Pose2MobileArm.i" + @echo "... kinematics/Pose2MobileArm.s" + @echo "... kinematics/Pose2MobileBase.o" + @echo "... kinematics/Pose2MobileBase.i" + @echo "... kinematics/Pose2MobileBase.s" + @echo "... kinematics/Pose2MobileVetLin2Arms.o" + @echo "... kinematics/Pose2MobileVetLin2Arms.i" + @echo "... kinematics/Pose2MobileVetLin2Arms.s" + @echo "... kinematics/Pose2MobileVetLinArm.o" + @echo "... kinematics/Pose2MobileVetLinArm.i" + @echo "... kinematics/Pose2MobileVetLinArm.s" + @echo "... kinematics/mobileBaseUtils.o" + @echo "... kinematics/mobileBaseUtils.i" + @echo "... kinematics/mobileBaseUtils.s" + @echo "... obstacle/SignedDistanceField.o" + @echo "... obstacle/SignedDistanceField.i" + @echo "... obstacle/SignedDistanceField.s" + @echo "... planner/BatchTrajOptimizer.o" + @echo "... planner/BatchTrajOptimizer.i" + @echo "... planner/BatchTrajOptimizer.s" + @echo "... planner/TrajOptimizerSetting.o" + @echo "... planner/TrajOptimizerSetting.i" + @echo "... planner/TrajOptimizerSetting.s" + @echo "... planner/TrajUtils.o" + @echo "... planner/TrajUtils.i" + @echo "... planner/TrajUtils.s" + @echo "... utils/OpenRAVEutils.o" + @echo "... utils/OpenRAVEutils.i" + @echo "... utils/OpenRAVEutils.s" + @echo "... utils/fileUtils.o" + @echo "... utils/fileUtils.i" + @echo "... utils/fileUtils.s" + @echo "... utils/matlabUtils.o" + @echo "... utils/matlabUtils.i" + @echo "... utils/matlabUtils.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/gpmp2/cmake_install.cmake b/gpmp2/cmake_install.cmake new file mode 100644 index 0000000..a488cb9 --- /dev/null +++ b/gpmp2/cmake_install.cmake @@ -0,0 +1,104 @@ +# Install script for directory: /home/matt/Documents/gpmp2/gpmp2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so.0.2.0" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so.0" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + file(RPATH_CHECK + FILE "${file}" + RPATH "") + endif() + endforeach() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES + "/home/matt/Documents/gpmp2/gpmp2/libgpmp2.so.0.2.0" + "/home/matt/Documents/gpmp2/gpmp2/libgpmp2.so.0" + ) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so.0.2.0" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so.0" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + file(RPATH_CHANGE + FILE "${file}" + OLD_RPATH "/usr/local/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "${file}") + endif() + endif() + endforeach() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/matt/Documents/gpmp2/gpmp2/libgpmp2.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so" + OLD_RPATH "/usr/local/lib:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libgpmp2.so") + endif() + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/matt/Documents/gpmp2/gpmp2/geometry/cmake_install.cmake") + include("/home/matt/Documents/gpmp2/gpmp2/gp/cmake_install.cmake") + include("/home/matt/Documents/gpmp2/gpmp2/kinematics/cmake_install.cmake") + include("/home/matt/Documents/gpmp2/gpmp2/dynamics/cmake_install.cmake") + include("/home/matt/Documents/gpmp2/gpmp2/obstacle/cmake_install.cmake") + include("/home/matt/Documents/gpmp2/gpmp2/planner/cmake_install.cmake") + include("/home/matt/Documents/gpmp2/gpmp2/utils/cmake_install.cmake") + +endif() + diff --git a/gpmp2/config.h b/gpmp2/config.h new file mode 100644 index 0000000..2409d1f --- /dev/null +++ b/gpmp2/config.h @@ -0,0 +1,43 @@ +/** + * @file config.h + * @brief configurations import from CMake + * @author Jing Dong + * @date May 21, 2017 + **/ + +#pragma once + + +// Whether GPMP2 is compiled as static or DLL in windows. +// This will be used to decide whether include __declspec(dllimport) or not in headers +/* #undef GPMP2_BUILD_STATIC_LIBRARY */ + + +// Macros for exporting DLL symbols on Windows +// Usage example: +// In header file: +// class GPMP2_EXPORT MyClass { ... }; +// +// Results in the following declarations: +// When included while compiling the GPMP2 library itself: +// class __declspec(dllexport) MyClass { ... }; +// When included while compiling other code against GPMP2: +// class __declspec(dllimport) MyClass { ... }; + +#ifdef _WIN32 +# ifdef GPMP2_BUILD_STATIC_LIBRARY +# define GPMP2_EXPORT +# define GPMP2_EXTERN_EXPORT extern +# else /* GPMP2_BUILD_STATIC_LIBRARY */ +# ifdef GPMP2_EXPORTS +# define GPMP2_EXPORT __declspec(dllexport) +# define GPMP2_EXTERN_EXPORT __declspec(dllexport) extern +# else /* GPMP2_EXPORTS */ +# define GPMP2_EXPORT __declspec(dllimport) +# define GPMP2_EXTERN_EXPORT __declspec(dllimport) +# endif /* GPMP2_EXPORTS */ +# endif /* GPMP2_BUILD_STATIC_LIBRARY */ +#else /* _WIN32 */ +# define GPMP2_EXPORT +# define GPMP2_EXTERN_EXPORT extern +#endif diff --git a/gpmp2/dynamics/CMakeFiles/CMakeDirectoryInformation.cmake b/gpmp2/dynamics/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..f8e1f1a --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/matt/Documents/gpmp2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/matt/Documents/gpmp2") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/gpmp2/dynamics/CMakeFiles/check.dynamics.dir/DependInfo.cmake b/gpmp2/dynamics/CMakeFiles/check.dynamics.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/check.dynamics.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/dynamics/CMakeFiles/check.dynamics.dir/cmake_clean.cmake b/gpmp2/dynamics/CMakeFiles/check.dynamics.dir/cmake_clean.cmake new file mode 100644 index 0000000..895d698 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/check.dynamics.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/check.dynamics" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/check.dynamics.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/dynamics/CMakeFiles/check.dynamics.dir/progress.make b/gpmp2/dynamics/CMakeFiles/check.dynamics.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/check.dynamics.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/dynamics/CMakeFiles/progress.marks b/gpmp2/dynamics/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/DependInfo.cmake b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/DependInfo.cmake new file mode 100644 index 0000000..b2ceec4 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/dynamics/tests/testVehicleDynamics.cpp" "/home/matt/Documents/gpmp2/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/tests/testVehicleDynamics.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/cmake_clean.cmake b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/cmake_clean.cmake new file mode 100644 index 0000000..ebac45e --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testVehicleDynamics.dir/tests/testVehicleDynamics.cpp.o" + "testVehicleDynamics" + "testVehicleDynamics.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testVehicleDynamics.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/depend.make b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/depend.make new file mode 100644 index 0000000..423a6ae --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testVehicleDynamics. +# This may be replaced when dependencies are built. diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/flags.make b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/flags.make new file mode 100644 index 0000000..ffcccb4 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/tests/testVehicleDynamics.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/link.txt b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/link.txt new file mode 100644 index 0000000..1613b15 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testVehicleDynamics.dir/tests/testVehicleDynamics.cpp.o -o testVehicleDynamics -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/progress.make b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/progress.make new file mode 100644 index 0000000..9bcf158 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 91 +CMAKE_PROGRESS_2 = 92 + diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/DependInfo.cmake b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/cmake_clean.cmake b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..ac48594 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testVehicleDynamics.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testVehicleDynamics.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/progress.make b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/DependInfo.cmake b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/cmake_clean.cmake b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..8b4cda4 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testVehicleDynamics.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testVehicleDynamics.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/progress.make b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/dynamics/CTestTestfile.cmake b/gpmp2/dynamics/CTestTestfile.cmake new file mode 100644 index 0000000..3ef448f --- /dev/null +++ b/gpmp2/dynamics/CTestTestfile.cmake @@ -0,0 +1,8 @@ +# CMake generated Testfile for +# Source directory: /home/matt/Documents/gpmp2/gpmp2/dynamics +# Build directory: /home/matt/Documents/gpmp2/gpmp2/dynamics +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(testVehicleDynamics "/home/matt/Documents/gpmp2/gpmp2/dynamics/testVehicleDynamics") +set_tests_properties(testVehicleDynamics PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/dynamics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/dynamics/CMakeLists.txt;0;") diff --git a/gpmp2/dynamics/Makefile b/gpmp2/dynamics/Makefile new file mode 100644 index 0000000..e53dd3f --- /dev/null +++ b/gpmp2/dynamics/Makefile @@ -0,0 +1,290 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/matt/Documents/gpmp2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/matt/Documents/gpmp2 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles /home/matt/Documents/gpmp2/gpmp2/dynamics/CMakeFiles/progress.marks + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/dynamics/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/dynamics/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/dynamics/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/dynamics/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/rule +.PHONY : gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/rule + +# Convenience name for target. +testVehicleDynamics.valgrind: gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/rule + +.PHONY : testVehicleDynamics.valgrind + +# fast build rule for target. +testVehicleDynamics.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/build.make gpmp2/dynamics/CMakeFiles/testVehicleDynamics.valgrind.dir/build +.PHONY : testVehicleDynamics.valgrind/fast + +# Convenience name for target. +gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/rule +.PHONY : gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/rule + +# Convenience name for target. +testVehicleDynamics.run: gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/rule + +.PHONY : testVehicleDynamics.run + +# fast build rule for target. +testVehicleDynamics.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/build.make gpmp2/dynamics/CMakeFiles/testVehicleDynamics.run.dir/build +.PHONY : testVehicleDynamics.run/fast + +# Convenience name for target. +gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/rule +.PHONY : gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/rule + +# Convenience name for target. +testVehicleDynamics: gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/rule + +.PHONY : testVehicleDynamics + +# fast build rule for target. +testVehicleDynamics/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/build.make gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/build +.PHONY : testVehicleDynamics/fast + +# Convenience name for target. +gpmp2/dynamics/CMakeFiles/check.dynamics.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/dynamics/CMakeFiles/check.dynamics.dir/rule +.PHONY : gpmp2/dynamics/CMakeFiles/check.dynamics.dir/rule + +# Convenience name for target. +check.dynamics: gpmp2/dynamics/CMakeFiles/check.dynamics.dir/rule + +.PHONY : check.dynamics + +# fast build rule for target. +check.dynamics/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/dynamics/CMakeFiles/check.dynamics.dir/build.make gpmp2/dynamics/CMakeFiles/check.dynamics.dir/build +.PHONY : check.dynamics/fast + +tests/testVehicleDynamics.o: tests/testVehicleDynamics.cpp.o + +.PHONY : tests/testVehicleDynamics.o + +# target to build an object file +tests/testVehicleDynamics.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/build.make gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/tests/testVehicleDynamics.cpp.o +.PHONY : tests/testVehicleDynamics.cpp.o + +tests/testVehicleDynamics.i: tests/testVehicleDynamics.cpp.i + +.PHONY : tests/testVehicleDynamics.i + +# target to preprocess a source file +tests/testVehicleDynamics.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/build.make gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/tests/testVehicleDynamics.cpp.i +.PHONY : tests/testVehicleDynamics.cpp.i + +tests/testVehicleDynamics.s: tests/testVehicleDynamics.cpp.s + +.PHONY : tests/testVehicleDynamics.s + +# target to generate assembly for a file +tests/testVehicleDynamics.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/build.make gpmp2/dynamics/CMakeFiles/testVehicleDynamics.dir/tests/testVehicleDynamics.cpp.s +.PHONY : tests/testVehicleDynamics.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... test" + @echo "... testVehicleDynamics.valgrind" + @echo "... install/local" + @echo "... testVehicleDynamics.run" + @echo "... install/strip" + @echo "... testVehicleDynamics" + @echo "... check.dynamics" + @echo "... tests/testVehicleDynamics.o" + @echo "... tests/testVehicleDynamics.i" + @echo "... tests/testVehicleDynamics.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/gpmp2/dynamics/cmake_install.cmake b/gpmp2/dynamics/cmake_install.cmake new file mode 100644 index 0000000..4d7ec90 --- /dev/null +++ b/gpmp2/dynamics/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/matt/Documents/gpmp2/gpmp2/dynamics + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/gpmp2/dynamics" TYPE FILE FILES + "/home/matt/Documents/gpmp2/gpmp2/dynamics/VehicleDynamics.h" + "/home/matt/Documents/gpmp2/gpmp2/dynamics/VehicleDynamicsFactorPose2.h" + "/home/matt/Documents/gpmp2/gpmp2/dynamics/VehicleDynamicsFactorPose2Vector.h" + "/home/matt/Documents/gpmp2/gpmp2/dynamics/VehicleDynamicsFactorVector.h" + ) +endif() + diff --git a/gpmp2/geometry/CMakeFiles/CMakeDirectoryInformation.cmake b/gpmp2/geometry/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..f8e1f1a --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/matt/Documents/gpmp2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/matt/Documents/gpmp2") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/gpmp2/geometry/CMakeFiles/check.geometry.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/check.geometry.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/check.geometry.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/check.geometry.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/check.geometry.dir/cmake_clean.cmake new file mode 100644 index 0000000..12b3b15 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/check.geometry.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/check.geometry" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/check.geometry.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/check.geometry.dir/progress.make b/gpmp2/geometry/CMakeFiles/check.geometry.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/check.geometry.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/geometry/CMakeFiles/progress.marks b/gpmp2/geometry/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/DependInfo.cmake new file mode 100644 index 0000000..5b6c6b7 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/geometry/tests/testDynamicVector.cpp" "/home/matt/Documents/gpmp2/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/tests/testDynamicVector.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/cmake_clean.cmake new file mode 100644 index 0000000..ddae7c7 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testDynamicVector.dir/tests/testDynamicVector.cpp.o" + "testDynamicVector" + "testDynamicVector.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testDynamicVector.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/depend.make b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/depend.make new file mode 100644 index 0000000..a178d40 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testDynamicVector. +# This may be replaced when dependencies are built. diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/flags.make b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/flags.make new file mode 100644 index 0000000..60b256b --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/geometry/CMakeFiles/testDynamicVector.dir/tests/testDynamicVector.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/link.txt b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/link.txt new file mode 100644 index 0000000..b39bb57 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testDynamicVector.dir/tests/testDynamicVector.cpp.o -o testDynamicVector -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/progress.make b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/progress.make new file mode 100644 index 0000000..9fd0bf5 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 25 +CMAKE_PROGRESS_2 = 26 + diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..ab27dcf --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testDynamicVector.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testDynamicVector.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/progress.make b/gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..e00ef6c --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testDynamicVector.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testDynamicVector.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/progress.make b/gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/DependInfo.cmake new file mode 100644 index 0000000..c4dd8c1 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/geometry/tests/testPose2Vector.cpp" "/home/matt/Documents/gpmp2/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/tests/testPose2Vector.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/cmake_clean.cmake new file mode 100644 index 0000000..87c41a3 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2Vector.dir/tests/testPose2Vector.cpp.o" + "testPose2Vector" + "testPose2Vector.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testPose2Vector.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/depend.make b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/depend.make new file mode 100644 index 0000000..498ef21 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testPose2Vector. +# This may be replaced when dependencies are built. diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/flags.make b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/flags.make new file mode 100644 index 0000000..b1769ae --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/geometry/CMakeFiles/testPose2Vector.dir/tests/testPose2Vector.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/link.txt b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/link.txt new file mode 100644 index 0000000..834f8fe --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testPose2Vector.dir/tests/testPose2Vector.cpp.o -o testPose2Vector -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/progress.make b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/progress.make new file mode 100644 index 0000000..f85a85d --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 81 +CMAKE_PROGRESS_2 = 82 + diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..81f5612 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2Vector.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2Vector.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/progress.make b/gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..13f3f13 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2Vector.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2Vector.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/progress.make b/gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/DependInfo.cmake new file mode 100644 index 0000000..d00fe80 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/geometry/tests/testProductDynamicLieGroup.cpp" "/home/matt/Documents/gpmp2/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/tests/testProductDynamicLieGroup.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/cmake_clean.cmake new file mode 100644 index 0000000..cb492f3 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testProductDynamicLieGroup.dir/tests/testProductDynamicLieGroup.cpp.o" + "testProductDynamicLieGroup" + "testProductDynamicLieGroup.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testProductDynamicLieGroup.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/depend.make b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/depend.make new file mode 100644 index 0000000..094104b --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testProductDynamicLieGroup. +# This may be replaced when dependencies are built. diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/flags.make b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/flags.make new file mode 100644 index 0000000..ea7b023 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/tests/testProductDynamicLieGroup.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/link.txt b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/link.txt new file mode 100644 index 0000000..3728692 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testProductDynamicLieGroup.dir/tests/testProductDynamicLieGroup.cpp.o -o testProductDynamicLieGroup -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/progress.make b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/progress.make new file mode 100644 index 0000000..9c09621 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 83 +CMAKE_PROGRESS_2 = 84 + diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..8bbbde7 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testProductDynamicLieGroup.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testProductDynamicLieGroup.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/progress.make b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/DependInfo.cmake b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/cmake_clean.cmake b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..4b26d87 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testProductDynamicLieGroup.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testProductDynamicLieGroup.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/progress.make b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/geometry/CTestTestfile.cmake b/gpmp2/geometry/CTestTestfile.cmake new file mode 100644 index 0000000..bea56c8 --- /dev/null +++ b/gpmp2/geometry/CTestTestfile.cmake @@ -0,0 +1,12 @@ +# CMake generated Testfile for +# Source directory: /home/matt/Documents/gpmp2/gpmp2/geometry +# Build directory: /home/matt/Documents/gpmp2/gpmp2/geometry +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(testDynamicVector "/home/matt/Documents/gpmp2/gpmp2/geometry/testDynamicVector") +set_tests_properties(testDynamicVector PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/geometry/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/geometry/CMakeLists.txt;0;") +add_test(testPose2Vector "/home/matt/Documents/gpmp2/gpmp2/geometry/testPose2Vector") +set_tests_properties(testPose2Vector PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/geometry/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/geometry/CMakeLists.txt;0;") +add_test(testProductDynamicLieGroup "/home/matt/Documents/gpmp2/gpmp2/geometry/testProductDynamicLieGroup") +set_tests_properties(testProductDynamicLieGroup PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/geometry/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/geometry/CMakeLists.txt;0;") diff --git a/gpmp2/geometry/Makefile b/gpmp2/geometry/Makefile new file mode 100644 index 0000000..9cfe705 --- /dev/null +++ b/gpmp2/geometry/Makefile @@ -0,0 +1,446 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/matt/Documents/gpmp2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/matt/Documents/gpmp2 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles /home/matt/Documents/gpmp2/gpmp2/geometry/CMakeFiles/progress.marks + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/check.geometry.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/check.geometry.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/check.geometry.dir/rule + +# Convenience name for target. +check.geometry: gpmp2/geometry/CMakeFiles/check.geometry.dir/rule + +.PHONY : check.geometry + +# fast build rule for target. +check.geometry/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/check.geometry.dir/build.make gpmp2/geometry/CMakeFiles/check.geometry.dir/build +.PHONY : check.geometry/fast + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/rule + +# Convenience name for target. +testDynamicVector.run: gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/rule + +.PHONY : testDynamicVector.run + +# fast build rule for target. +testDynamicVector.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/build.make gpmp2/geometry/CMakeFiles/testDynamicVector.run.dir/build +.PHONY : testDynamicVector.run/fast + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/testDynamicVector.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/testDynamicVector.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/testDynamicVector.dir/rule + +# Convenience name for target. +testDynamicVector: gpmp2/geometry/CMakeFiles/testDynamicVector.dir/rule + +.PHONY : testDynamicVector + +# fast build rule for target. +testDynamicVector/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testDynamicVector.dir/build.make gpmp2/geometry/CMakeFiles/testDynamicVector.dir/build +.PHONY : testDynamicVector/fast + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/rule + +# Convenience name for target. +testDynamicVector.valgrind: gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/rule + +.PHONY : testDynamicVector.valgrind + +# fast build rule for target. +testDynamicVector.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/build.make gpmp2/geometry/CMakeFiles/testDynamicVector.valgrind.dir/build +.PHONY : testDynamicVector.valgrind/fast + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/testPose2Vector.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/testPose2Vector.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/testPose2Vector.dir/rule + +# Convenience name for target. +testPose2Vector: gpmp2/geometry/CMakeFiles/testPose2Vector.dir/rule + +.PHONY : testPose2Vector + +# fast build rule for target. +testPose2Vector/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testPose2Vector.dir/build.make gpmp2/geometry/CMakeFiles/testPose2Vector.dir/build +.PHONY : testPose2Vector/fast + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/rule + +# Convenience name for target. +testPose2Vector.run: gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/rule + +.PHONY : testPose2Vector.run + +# fast build rule for target. +testPose2Vector.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/build.make gpmp2/geometry/CMakeFiles/testPose2Vector.run.dir/build +.PHONY : testPose2Vector.run/fast + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/rule + +# Convenience name for target. +testProductDynamicLieGroup.valgrind: gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/rule + +.PHONY : testProductDynamicLieGroup.valgrind + +# fast build rule for target. +testProductDynamicLieGroup.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/build.make gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.valgrind.dir/build +.PHONY : testProductDynamicLieGroup.valgrind/fast + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/rule + +# Convenience name for target. +testPose2Vector.valgrind: gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/rule + +.PHONY : testPose2Vector.valgrind + +# fast build rule for target. +testPose2Vector.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/build.make gpmp2/geometry/CMakeFiles/testPose2Vector.valgrind.dir/build +.PHONY : testPose2Vector.valgrind/fast + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/rule + +# Convenience name for target. +testProductDynamicLieGroup: gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/rule + +.PHONY : testProductDynamicLieGroup + +# fast build rule for target. +testProductDynamicLieGroup/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/build.make gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/build +.PHONY : testProductDynamicLieGroup/fast + +# Convenience name for target. +gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/rule +.PHONY : gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/rule + +# Convenience name for target. +testProductDynamicLieGroup.run: gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/rule + +.PHONY : testProductDynamicLieGroup.run + +# fast build rule for target. +testProductDynamicLieGroup.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/build.make gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.run.dir/build +.PHONY : testProductDynamicLieGroup.run/fast + +tests/testDynamicVector.o: tests/testDynamicVector.cpp.o + +.PHONY : tests/testDynamicVector.o + +# target to build an object file +tests/testDynamicVector.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testDynamicVector.dir/build.make gpmp2/geometry/CMakeFiles/testDynamicVector.dir/tests/testDynamicVector.cpp.o +.PHONY : tests/testDynamicVector.cpp.o + +tests/testDynamicVector.i: tests/testDynamicVector.cpp.i + +.PHONY : tests/testDynamicVector.i + +# target to preprocess a source file +tests/testDynamicVector.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testDynamicVector.dir/build.make gpmp2/geometry/CMakeFiles/testDynamicVector.dir/tests/testDynamicVector.cpp.i +.PHONY : tests/testDynamicVector.cpp.i + +tests/testDynamicVector.s: tests/testDynamicVector.cpp.s + +.PHONY : tests/testDynamicVector.s + +# target to generate assembly for a file +tests/testDynamicVector.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testDynamicVector.dir/build.make gpmp2/geometry/CMakeFiles/testDynamicVector.dir/tests/testDynamicVector.cpp.s +.PHONY : tests/testDynamicVector.cpp.s + +tests/testPose2Vector.o: tests/testPose2Vector.cpp.o + +.PHONY : tests/testPose2Vector.o + +# target to build an object file +tests/testPose2Vector.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testPose2Vector.dir/build.make gpmp2/geometry/CMakeFiles/testPose2Vector.dir/tests/testPose2Vector.cpp.o +.PHONY : tests/testPose2Vector.cpp.o + +tests/testPose2Vector.i: tests/testPose2Vector.cpp.i + +.PHONY : tests/testPose2Vector.i + +# target to preprocess a source file +tests/testPose2Vector.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testPose2Vector.dir/build.make gpmp2/geometry/CMakeFiles/testPose2Vector.dir/tests/testPose2Vector.cpp.i +.PHONY : tests/testPose2Vector.cpp.i + +tests/testPose2Vector.s: tests/testPose2Vector.cpp.s + +.PHONY : tests/testPose2Vector.s + +# target to generate assembly for a file +tests/testPose2Vector.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testPose2Vector.dir/build.make gpmp2/geometry/CMakeFiles/testPose2Vector.dir/tests/testPose2Vector.cpp.s +.PHONY : tests/testPose2Vector.cpp.s + +tests/testProductDynamicLieGroup.o: tests/testProductDynamicLieGroup.cpp.o + +.PHONY : tests/testProductDynamicLieGroup.o + +# target to build an object file +tests/testProductDynamicLieGroup.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/build.make gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/tests/testProductDynamicLieGroup.cpp.o +.PHONY : tests/testProductDynamicLieGroup.cpp.o + +tests/testProductDynamicLieGroup.i: tests/testProductDynamicLieGroup.cpp.i + +.PHONY : tests/testProductDynamicLieGroup.i + +# target to preprocess a source file +tests/testProductDynamicLieGroup.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/build.make gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/tests/testProductDynamicLieGroup.cpp.i +.PHONY : tests/testProductDynamicLieGroup.cpp.i + +tests/testProductDynamicLieGroup.s: tests/testProductDynamicLieGroup.cpp.s + +.PHONY : tests/testProductDynamicLieGroup.s + +# target to generate assembly for a file +tests/testProductDynamicLieGroup.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/build.make gpmp2/geometry/CMakeFiles/testProductDynamicLieGroup.dir/tests/testProductDynamicLieGroup.cpp.s +.PHONY : tests/testProductDynamicLieGroup.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... check.geometry" + @echo "... testDynamicVector.run" + @echo "... testDynamicVector" + @echo "... testDynamicVector.valgrind" + @echo "... testPose2Vector" + @echo "... testPose2Vector.run" + @echo "... testProductDynamicLieGroup.valgrind" + @echo "... testPose2Vector.valgrind" + @echo "... testProductDynamicLieGroup" + @echo "... testProductDynamicLieGroup.run" + @echo "... test" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... tests/testDynamicVector.o" + @echo "... tests/testDynamicVector.i" + @echo "... tests/testDynamicVector.s" + @echo "... tests/testPose2Vector.o" + @echo "... tests/testPose2Vector.i" + @echo "... tests/testPose2Vector.s" + @echo "... tests/testProductDynamicLieGroup.o" + @echo "... tests/testProductDynamicLieGroup.i" + @echo "... tests/testProductDynamicLieGroup.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/gpmp2/geometry/cmake_install.cmake b/gpmp2/geometry/cmake_install.cmake new file mode 100644 index 0000000..504159b --- /dev/null +++ b/gpmp2/geometry/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/matt/Documents/gpmp2/gpmp2/geometry + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/gpmp2/geometry" TYPE FILE FILES + "/home/matt/Documents/gpmp2/gpmp2/geometry/DynamicLieTraits.h" + "/home/matt/Documents/gpmp2/gpmp2/geometry/DynamicVector.h" + "/home/matt/Documents/gpmp2/gpmp2/geometry/Pose2Vector.h" + "/home/matt/Documents/gpmp2/gpmp2/geometry/ProductDynamicLieGroup.h" + "/home/matt/Documents/gpmp2/gpmp2/geometry/numericalDerivativeDynamic.h" + "/home/matt/Documents/gpmp2/gpmp2/geometry/utilsDynamic.h" + ) +endif() + diff --git a/gpmp2/gp/CMakeFiles/CMakeDirectoryInformation.cmake b/gpmp2/gp/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..f8e1f1a --- /dev/null +++ b/gpmp2/gp/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/matt/Documents/gpmp2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/matt/Documents/gpmp2") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/gpmp2/gp/CMakeFiles/check.gp.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/check.gp.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/check.gp.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/check.gp.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/check.gp.dir/cmake_clean.cmake new file mode 100644 index 0000000..17cc2b0 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/check.gp.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/check.gp" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/check.gp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/check.gp.dir/progress.make b/gpmp2/gp/CMakeFiles/check.gp.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/check.gp.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/progress.marks b/gpmp2/gp/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/gpmp2/gp/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/DependInfo.cmake new file mode 100644 index 0000000..1e4517d --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/gp/tests/testGaussianProcessInterpolatorLinear.cpp" "/home/matt/Documents/gpmp2/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/tests/testGaussianProcessInterpolatorLinear.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/cmake_clean.cmake new file mode 100644 index 0000000..7cfcb63 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorLinear.dir/tests/testGaussianProcessInterpolatorLinear.cpp.o" + "testGaussianProcessInterpolatorLinear" + "testGaussianProcessInterpolatorLinear.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianProcessInterpolatorLinear.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/depend.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/depend.make new file mode 100644 index 0000000..bca4471 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianProcessInterpolatorLinear. +# This may be replaced when dependencies are built. diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/flags.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/flags.make new file mode 100644 index 0000000..a6032b4 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/tests/testGaussianProcessInterpolatorLinear.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/link.txt b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/link.txt new file mode 100644 index 0000000..146a1d2 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianProcessInterpolatorLinear.dir/tests/testGaussianProcessInterpolatorLinear.cpp.o -o testGaussianProcessInterpolatorLinear -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/progress.make new file mode 100644 index 0000000..c354d5c --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 33 +CMAKE_PROGRESS_2 = 34 + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..9ef0f1d --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorLinear.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..d1b3382 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/DependInfo.cmake new file mode 100644 index 0000000..eaf56a3 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/gp/tests/testGaussianProcessInterpolatorPose2.cpp" "/home/matt/Documents/gpmp2/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/tests/testGaussianProcessInterpolatorPose2.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/cmake_clean.cmake new file mode 100644 index 0000000..192c133 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorPose2.dir/tests/testGaussianProcessInterpolatorPose2.cpp.o" + "testGaussianProcessInterpolatorPose2" + "testGaussianProcessInterpolatorPose2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianProcessInterpolatorPose2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/depend.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/depend.make new file mode 100644 index 0000000..e73255b --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianProcessInterpolatorPose2. +# This may be replaced when dependencies are built. diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/flags.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/flags.make new file mode 100644 index 0000000..0e85a4b --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/tests/testGaussianProcessInterpolatorPose2.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/link.txt b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/link.txt new file mode 100644 index 0000000..ae26ba5 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianProcessInterpolatorPose2.dir/tests/testGaussianProcessInterpolatorPose2.cpp.o -o testGaussianProcessInterpolatorPose2 -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/progress.make new file mode 100644 index 0000000..5419900 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 35 +CMAKE_PROGRESS_2 = 36 + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..b2e789a --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorPose2.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..44553db --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/DependInfo.cmake new file mode 100644 index 0000000..bfdf05e --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/gp/tests/testGaussianProcessInterpolatorPose2Vector.cpp" "/home/matt/Documents/gpmp2/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/tests/testGaussianProcessInterpolatorPose2Vector.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/cmake_clean.cmake new file mode 100644 index 0000000..279514f --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/tests/testGaussianProcessInterpolatorPose2Vector.cpp.o" + "testGaussianProcessInterpolatorPose2Vector" + "testGaussianProcessInterpolatorPose2Vector.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/depend.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/depend.make new file mode 100644 index 0000000..981a983 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianProcessInterpolatorPose2Vector. +# This may be replaced when dependencies are built. diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/flags.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/flags.make new file mode 100644 index 0000000..35c56ee --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/tests/testGaussianProcessInterpolatorPose2Vector.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/link.txt b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/link.txt new file mode 100644 index 0000000..e701ec9 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/tests/testGaussianProcessInterpolatorPose2Vector.cpp.o -o testGaussianProcessInterpolatorPose2Vector -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/progress.make new file mode 100644 index 0000000..6e6a7b1 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 37 +CMAKE_PROGRESS_2 = 38 + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..e5a309e --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..bec8b91 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/DependInfo.cmake new file mode 100644 index 0000000..a360e67 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/gp/tests/testGaussianProcessInterpolatorPose3.cpp" "/home/matt/Documents/gpmp2/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/tests/testGaussianProcessInterpolatorPose3.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/cmake_clean.cmake new file mode 100644 index 0000000..cae774e --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorPose3.dir/tests/testGaussianProcessInterpolatorPose3.cpp.o" + "testGaussianProcessInterpolatorPose3" + "testGaussianProcessInterpolatorPose3.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianProcessInterpolatorPose3.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/depend.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/depend.make new file mode 100644 index 0000000..d48216e --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianProcessInterpolatorPose3. +# This may be replaced when dependencies are built. diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/flags.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/flags.make new file mode 100644 index 0000000..d3ad22a --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/tests/testGaussianProcessInterpolatorPose3.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/link.txt b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/link.txt new file mode 100644 index 0000000..efe04ce --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianProcessInterpolatorPose3.dir/tests/testGaussianProcessInterpolatorPose3.cpp.o -o testGaussianProcessInterpolatorPose3 -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/progress.make new file mode 100644 index 0000000..8021bae --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 39 +CMAKE_PROGRESS_2 = 40 + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..3b0e72a --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorPose3.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..052f4b9 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/DependInfo.cmake new file mode 100644 index 0000000..b03aca2 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/gp/tests/testGaussianProcessPriorLinear.cpp" "/home/matt/Documents/gpmp2/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/tests/testGaussianProcessPriorLinear.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/cmake_clean.cmake new file mode 100644 index 0000000..efe97a1 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorLinear.dir/tests/testGaussianProcessPriorLinear.cpp.o" + "testGaussianProcessPriorLinear" + "testGaussianProcessPriorLinear.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianProcessPriorLinear.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/depend.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/depend.make new file mode 100644 index 0000000..6c3262f --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianProcessPriorLinear. +# This may be replaced when dependencies are built. diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/flags.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/flags.make new file mode 100644 index 0000000..1c7dcbd --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/tests/testGaussianProcessPriorLinear.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/link.txt b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/link.txt new file mode 100644 index 0000000..d50d86e --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianProcessPriorLinear.dir/tests/testGaussianProcessPriorLinear.cpp.o -o testGaussianProcessPriorLinear -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/progress.make new file mode 100644 index 0000000..1f42eb5 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 41 +CMAKE_PROGRESS_2 = 42 + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..4860a91 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorLinear.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessPriorLinear.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..3b8cc58 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorLinear.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/DependInfo.cmake new file mode 100644 index 0000000..6e32f65 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/gp/tests/testGaussianProcessPriorPose2.cpp" "/home/matt/Documents/gpmp2/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/tests/testGaussianProcessPriorPose2.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/cmake_clean.cmake new file mode 100644 index 0000000..dbb8ea4 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorPose2.dir/tests/testGaussianProcessPriorPose2.cpp.o" + "testGaussianProcessPriorPose2" + "testGaussianProcessPriorPose2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianProcessPriorPose2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/depend.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/depend.make new file mode 100644 index 0000000..d652574 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianProcessPriorPose2. +# This may be replaced when dependencies are built. diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/flags.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/flags.make new file mode 100644 index 0000000..f3e8bd7 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/tests/testGaussianProcessPriorPose2.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/link.txt b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/link.txt new file mode 100644 index 0000000..02ffbce --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianProcessPriorPose2.dir/tests/testGaussianProcessPriorPose2.cpp.o -o testGaussianProcessPriorPose2 -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/progress.make new file mode 100644 index 0000000..147cdba --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 43 +CMAKE_PROGRESS_2 = 44 + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..014616d --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorPose2.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessPriorPose2.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..61aede8 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorPose2.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/DependInfo.cmake new file mode 100644 index 0000000..c568821 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/gp/tests/testGaussianProcessPriorPose2Vector.cpp" "/home/matt/Documents/gpmp2/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/tests/testGaussianProcessPriorPose2Vector.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/cmake_clean.cmake new file mode 100644 index 0000000..fc1add2 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorPose2Vector.dir/tests/testGaussianProcessPriorPose2Vector.cpp.o" + "testGaussianProcessPriorPose2Vector" + "testGaussianProcessPriorPose2Vector.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianProcessPriorPose2Vector.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/depend.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/depend.make new file mode 100644 index 0000000..122b7a7 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianProcessPriorPose2Vector. +# This may be replaced when dependencies are built. diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/flags.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/flags.make new file mode 100644 index 0000000..57db864 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/tests/testGaussianProcessPriorPose2Vector.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/link.txt b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/link.txt new file mode 100644 index 0000000..a584780 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianProcessPriorPose2Vector.dir/tests/testGaussianProcessPriorPose2Vector.cpp.o -o testGaussianProcessPriorPose2Vector -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/progress.make new file mode 100644 index 0000000..ddd8d40 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 45 +CMAKE_PROGRESS_2 = 46 + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..b8905cd --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorPose2Vector.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..1678534 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/DependInfo.cmake new file mode 100644 index 0000000..47b5cae --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/gp/tests/testGaussianProcessPriorPose3.cpp" "/home/matt/Documents/gpmp2/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/tests/testGaussianProcessPriorPose3.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/cmake_clean.cmake new file mode 100644 index 0000000..12f007e --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorPose3.dir/tests/testGaussianProcessPriorPose3.cpp.o" + "testGaussianProcessPriorPose3" + "testGaussianProcessPriorPose3.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianProcessPriorPose3.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/depend.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/depend.make new file mode 100644 index 0000000..3f68ba1 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianProcessPriorPose3. +# This may be replaced when dependencies are built. diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/flags.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/flags.make new file mode 100644 index 0000000..04514ea --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/tests/testGaussianProcessPriorPose3.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/link.txt b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/link.txt new file mode 100644 index 0000000..686ab5c --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianProcessPriorPose3.dir/tests/testGaussianProcessPriorPose3.cpp.o -o testGaussianProcessPriorPose3 -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/progress.make new file mode 100644 index 0000000..ab595e5 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 47 +CMAKE_PROGRESS_2 = 48 + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..17a33bb --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorPose3.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessPriorPose3.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/DependInfo.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/cmake_clean.cmake b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..45457fc --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianProcessPriorPose3.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/progress.make b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/gp/CTestTestfile.cmake b/gpmp2/gp/CTestTestfile.cmake new file mode 100644 index 0000000..6cf13b7 --- /dev/null +++ b/gpmp2/gp/CTestTestfile.cmake @@ -0,0 +1,22 @@ +# CMake generated Testfile for +# Source directory: /home/matt/Documents/gpmp2/gpmp2/gp +# Build directory: /home/matt/Documents/gpmp2/gpmp2/gp +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(testGaussianProcessInterpolatorLinear "/home/matt/Documents/gpmp2/gpmp2/gp/testGaussianProcessInterpolatorLinear") +set_tests_properties(testGaussianProcessInterpolatorLinear PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;0;") +add_test(testGaussianProcessInterpolatorPose2 "/home/matt/Documents/gpmp2/gpmp2/gp/testGaussianProcessInterpolatorPose2") +set_tests_properties(testGaussianProcessInterpolatorPose2 PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;0;") +add_test(testGaussianProcessInterpolatorPose2Vector "/home/matt/Documents/gpmp2/gpmp2/gp/testGaussianProcessInterpolatorPose2Vector") +set_tests_properties(testGaussianProcessInterpolatorPose2Vector PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;0;") +add_test(testGaussianProcessInterpolatorPose3 "/home/matt/Documents/gpmp2/gpmp2/gp/testGaussianProcessInterpolatorPose3") +set_tests_properties(testGaussianProcessInterpolatorPose3 PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;0;") +add_test(testGaussianProcessPriorLinear "/home/matt/Documents/gpmp2/gpmp2/gp/testGaussianProcessPriorLinear") +set_tests_properties(testGaussianProcessPriorLinear PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;0;") +add_test(testGaussianProcessPriorPose2 "/home/matt/Documents/gpmp2/gpmp2/gp/testGaussianProcessPriorPose2") +set_tests_properties(testGaussianProcessPriorPose2 PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;0;") +add_test(testGaussianProcessPriorPose2Vector "/home/matt/Documents/gpmp2/gpmp2/gp/testGaussianProcessPriorPose2Vector") +set_tests_properties(testGaussianProcessPriorPose2Vector PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;0;") +add_test(testGaussianProcessPriorPose3 "/home/matt/Documents/gpmp2/gpmp2/gp/testGaussianProcessPriorPose3") +set_tests_properties(testGaussianProcessPriorPose3 PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/gp/CMakeLists.txt;0;") diff --git a/gpmp2/gp/GaussianProcessPriorLinear.h b/gpmp2/gp/GaussianProcessPriorLinear.h index 9410376..c634364 100644 --- a/gpmp2/gp/GaussianProcessPriorLinear.h +++ b/gpmp2/gp/GaussianProcessPriorLinear.h @@ -62,21 +62,21 @@ class GaussianProcessPriorLinear: public gtsam::NoiseModelFactor4< boost::optional H3 = boost::none, boost::optional H4 = boost::none) const { - //using namespace gtsam; + using namespace gtsam; // state vector - gtsam::Vector x1 = (gtsam::Vector(2*dof_) << pose1, vel1).finished(); - gtsam::Vector x2 = (gtsam::Vector(2*dof_) << pose2, vel2).finished(); + Vector x1 = (Vector(2*dof_) << pose1, vel1).finished(); + Vector x2 = (Vector(2*dof_) << pose2, vel2).finished(); // Jacobians - if (H1) *H1 = (gtsam::Matrix(2*dof_, dof_) << gtsam::Matrix::Identity(dof_, dof_), - gtsam::Matrix::Zero(dof_, dof_)).finished(); - if (H2) *H2 = (gtsam::Matrix(2*dof_, dof_) << delta_t_ * gtsam::Matrix::Identity(dof_, dof_), - gtsam::Matrix::Identity(dof_, dof_)).finished(); - if (H3) *H3 = (gtsam::Matrix(2*dof_, dof_) << -1.0 * gtsam::Matrix::Identity(dof_, dof_), - gtsam::Matrix::Zero(dof_, dof_)).finished(); - if (H4) *H4 = (gtsam::Matrix(2*dof_, dof_) << gtsam::Matrix::Zero(dof_, dof_), - -1.0 * gtsam::Matrix::Identity(dof_, dof_)).finished(); + if (H1) *H1 = (Matrix(2*dof_, dof_) << Matrix::Identity(dof_, dof_), + Matrix::Zero(dof_, dof_)).finished(); + if (H2) *H2 = (Matrix(2*dof_, dof_) << delta_t_ * Matrix::Identity(dof_, dof_), + Matrix::Identity(dof_, dof_)).finished(); + if (H3) *H3 = (Matrix(2*dof_, dof_) << -1.0 * Matrix::Identity(dof_, dof_), + Matrix::Zero(dof_, dof_)).finished(); + if (H4) *H4 = (Matrix(2*dof_, dof_) << Matrix::Zero(dof_, dof_), + -1.0 * Matrix::Identity(dof_, dof_)).finished(); // transition matrix & error return calcPhi(dof_, delta_t_) * x1 - x2; diff --git a/gpmp2/gp/Makefile b/gpmp2/gp/Makefile new file mode 100644 index 0000000..5869a61 --- /dev/null +++ b/gpmp2/gp/Makefile @@ -0,0 +1,836 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/matt/Documents/gpmp2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/matt/Documents/gpmp2 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# The main all target +all: cmake_check_build_system + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles /home/matt/Documents/gpmp2/gpmp2/gp/CMakeFiles/progress.marks + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorPose3.run: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/rule + +.PHONY : testGaussianProcessInterpolatorPose3.run + +# fast build rule for target. +testGaussianProcessInterpolatorPose3.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.run.dir/build +.PHONY : testGaussianProcessInterpolatorPose3.run/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorPose2Vector.valgrind: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/rule + +.PHONY : testGaussianProcessInterpolatorPose2Vector.valgrind + +# fast build rule for target. +testGaussianProcessInterpolatorPose2Vector.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.valgrind.dir/build +.PHONY : testGaussianProcessInterpolatorPose2Vector.valgrind/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorPose2Vector: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/rule + +.PHONY : testGaussianProcessInterpolatorPose2Vector + +# fast build rule for target. +testGaussianProcessInterpolatorPose2Vector/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/build +.PHONY : testGaussianProcessInterpolatorPose2Vector/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorPose3.valgrind: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/rule + +.PHONY : testGaussianProcessInterpolatorPose3.valgrind + +# fast build rule for target. +testGaussianProcessInterpolatorPose3.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.valgrind.dir/build +.PHONY : testGaussianProcessInterpolatorPose3.valgrind/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/rule + +# Convenience name for target. +testGaussianProcessPriorLinear: gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/rule + +.PHONY : testGaussianProcessPriorLinear + +# fast build rule for target. +testGaussianProcessPriorLinear/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/build +.PHONY : testGaussianProcessPriorLinear/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorPose2.run: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/rule + +.PHONY : testGaussianProcessInterpolatorPose2.run + +# fast build rule for target. +testGaussianProcessInterpolatorPose2.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.run.dir/build +.PHONY : testGaussianProcessInterpolatorPose2.run/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/rule + +# Convenience name for target. +testGaussianProcessPriorPose3.run: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/rule + +.PHONY : testGaussianProcessPriorPose3.run + +# fast build rule for target. +testGaussianProcessPriorPose3.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.run.dir/build +.PHONY : testGaussianProcessPriorPose3.run/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorPose2Vector.run: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/rule + +.PHONY : testGaussianProcessInterpolatorPose2Vector.run + +# fast build rule for target. +testGaussianProcessInterpolatorPose2Vector.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.run.dir/build +.PHONY : testGaussianProcessInterpolatorPose2Vector.run/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/rule + +# Convenience name for target. +testGaussianProcessPriorPose2.run: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/rule + +.PHONY : testGaussianProcessPriorPose2.run + +# fast build rule for target. +testGaussianProcessPriorPose2.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.run.dir/build +.PHONY : testGaussianProcessPriorPose2.run/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorLinear.run: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/rule + +.PHONY : testGaussianProcessInterpolatorLinear.run + +# fast build rule for target. +testGaussianProcessInterpolatorLinear.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.run.dir/build +.PHONY : testGaussianProcessInterpolatorLinear.run/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorPose2: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/rule + +.PHONY : testGaussianProcessInterpolatorPose2 + +# fast build rule for target. +testGaussianProcessInterpolatorPose2/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/build +.PHONY : testGaussianProcessInterpolatorPose2/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorLinear: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/rule + +.PHONY : testGaussianProcessInterpolatorLinear + +# fast build rule for target. +testGaussianProcessInterpolatorLinear/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/build +.PHONY : testGaussianProcessInterpolatorLinear/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorPose2.valgrind: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/rule + +.PHONY : testGaussianProcessInterpolatorPose2.valgrind + +# fast build rule for target. +testGaussianProcessInterpolatorPose2.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.valgrind.dir/build +.PHONY : testGaussianProcessInterpolatorPose2.valgrind/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/check.gp.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/check.gp.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/check.gp.dir/rule + +# Convenience name for target. +check.gp: gpmp2/gp/CMakeFiles/check.gp.dir/rule + +.PHONY : check.gp + +# fast build rule for target. +check.gp/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/check.gp.dir/build.make gpmp2/gp/CMakeFiles/check.gp.dir/build +.PHONY : check.gp/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/rule + +# Convenience name for target. +testGaussianProcessPriorLinear.run: gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/rule + +.PHONY : testGaussianProcessPriorLinear.run + +# fast build rule for target. +testGaussianProcessPriorLinear.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.run.dir/build +.PHONY : testGaussianProcessPriorLinear.run/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorLinear.valgrind: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/rule + +.PHONY : testGaussianProcessInterpolatorLinear.valgrind + +# fast build rule for target. +testGaussianProcessInterpolatorLinear.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.valgrind.dir/build +.PHONY : testGaussianProcessInterpolatorLinear.valgrind/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/rule + +# Convenience name for target. +testGaussianProcessPriorLinear.valgrind: gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/rule + +.PHONY : testGaussianProcessPriorLinear.valgrind + +# fast build rule for target. +testGaussianProcessPriorLinear.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.valgrind.dir/build +.PHONY : testGaussianProcessPriorLinear.valgrind/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/rule + +# Convenience name for target. +testGaussianProcessInterpolatorPose3: gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/rule + +.PHONY : testGaussianProcessInterpolatorPose3 + +# fast build rule for target. +testGaussianProcessInterpolatorPose3/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/build +.PHONY : testGaussianProcessInterpolatorPose3/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/rule + +# Convenience name for target. +testGaussianProcessPriorPose2: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/rule + +.PHONY : testGaussianProcessPriorPose2 + +# fast build rule for target. +testGaussianProcessPriorPose2/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/build +.PHONY : testGaussianProcessPriorPose2/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/rule + +# Convenience name for target. +testGaussianProcessPriorPose2.valgrind: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/rule + +.PHONY : testGaussianProcessPriorPose2.valgrind + +# fast build rule for target. +testGaussianProcessPriorPose2.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.valgrind.dir/build +.PHONY : testGaussianProcessPriorPose2.valgrind/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/rule + +# Convenience name for target. +testGaussianProcessPriorPose2Vector: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/rule + +.PHONY : testGaussianProcessPriorPose2Vector + +# fast build rule for target. +testGaussianProcessPriorPose2Vector/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/build +.PHONY : testGaussianProcessPriorPose2Vector/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/rule + +# Convenience name for target. +testGaussianProcessPriorPose2Vector.valgrind: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/rule + +.PHONY : testGaussianProcessPriorPose2Vector.valgrind + +# fast build rule for target. +testGaussianProcessPriorPose2Vector.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.valgrind.dir/build +.PHONY : testGaussianProcessPriorPose2Vector.valgrind/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/rule + +# Convenience name for target. +testGaussianProcessPriorPose3: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/rule + +.PHONY : testGaussianProcessPriorPose3 + +# fast build rule for target. +testGaussianProcessPriorPose3/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/build +.PHONY : testGaussianProcessPriorPose3/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/rule + +# Convenience name for target. +testGaussianProcessPriorPose2Vector.run: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/rule + +.PHONY : testGaussianProcessPriorPose2Vector.run + +# fast build rule for target. +testGaussianProcessPriorPose2Vector.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.run.dir/build +.PHONY : testGaussianProcessPriorPose2Vector.run/fast + +# Convenience name for target. +gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/rule +.PHONY : gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/rule + +# Convenience name for target. +testGaussianProcessPriorPose3.valgrind: gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/rule + +.PHONY : testGaussianProcessPriorPose3.valgrind + +# fast build rule for target. +testGaussianProcessPriorPose3.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.valgrind.dir/build +.PHONY : testGaussianProcessPriorPose3.valgrind/fast + +tests/testGaussianProcessInterpolatorLinear.o: tests/testGaussianProcessInterpolatorLinear.cpp.o + +.PHONY : tests/testGaussianProcessInterpolatorLinear.o + +# target to build an object file +tests/testGaussianProcessInterpolatorLinear.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/tests/testGaussianProcessInterpolatorLinear.cpp.o +.PHONY : tests/testGaussianProcessInterpolatorLinear.cpp.o + +tests/testGaussianProcessInterpolatorLinear.i: tests/testGaussianProcessInterpolatorLinear.cpp.i + +.PHONY : tests/testGaussianProcessInterpolatorLinear.i + +# target to preprocess a source file +tests/testGaussianProcessInterpolatorLinear.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/tests/testGaussianProcessInterpolatorLinear.cpp.i +.PHONY : tests/testGaussianProcessInterpolatorLinear.cpp.i + +tests/testGaussianProcessInterpolatorLinear.s: tests/testGaussianProcessInterpolatorLinear.cpp.s + +.PHONY : tests/testGaussianProcessInterpolatorLinear.s + +# target to generate assembly for a file +tests/testGaussianProcessInterpolatorLinear.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorLinear.dir/tests/testGaussianProcessInterpolatorLinear.cpp.s +.PHONY : tests/testGaussianProcessInterpolatorLinear.cpp.s + +tests/testGaussianProcessInterpolatorPose2.o: tests/testGaussianProcessInterpolatorPose2.cpp.o + +.PHONY : tests/testGaussianProcessInterpolatorPose2.o + +# target to build an object file +tests/testGaussianProcessInterpolatorPose2.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/tests/testGaussianProcessInterpolatorPose2.cpp.o +.PHONY : tests/testGaussianProcessInterpolatorPose2.cpp.o + +tests/testGaussianProcessInterpolatorPose2.i: tests/testGaussianProcessInterpolatorPose2.cpp.i + +.PHONY : tests/testGaussianProcessInterpolatorPose2.i + +# target to preprocess a source file +tests/testGaussianProcessInterpolatorPose2.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/tests/testGaussianProcessInterpolatorPose2.cpp.i +.PHONY : tests/testGaussianProcessInterpolatorPose2.cpp.i + +tests/testGaussianProcessInterpolatorPose2.s: tests/testGaussianProcessInterpolatorPose2.cpp.s + +.PHONY : tests/testGaussianProcessInterpolatorPose2.s + +# target to generate assembly for a file +tests/testGaussianProcessInterpolatorPose2.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2.dir/tests/testGaussianProcessInterpolatorPose2.cpp.s +.PHONY : tests/testGaussianProcessInterpolatorPose2.cpp.s + +tests/testGaussianProcessInterpolatorPose2Vector.o: tests/testGaussianProcessInterpolatorPose2Vector.cpp.o + +.PHONY : tests/testGaussianProcessInterpolatorPose2Vector.o + +# target to build an object file +tests/testGaussianProcessInterpolatorPose2Vector.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/tests/testGaussianProcessInterpolatorPose2Vector.cpp.o +.PHONY : tests/testGaussianProcessInterpolatorPose2Vector.cpp.o + +tests/testGaussianProcessInterpolatorPose2Vector.i: tests/testGaussianProcessInterpolatorPose2Vector.cpp.i + +.PHONY : tests/testGaussianProcessInterpolatorPose2Vector.i + +# target to preprocess a source file +tests/testGaussianProcessInterpolatorPose2Vector.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/tests/testGaussianProcessInterpolatorPose2Vector.cpp.i +.PHONY : tests/testGaussianProcessInterpolatorPose2Vector.cpp.i + +tests/testGaussianProcessInterpolatorPose2Vector.s: tests/testGaussianProcessInterpolatorPose2Vector.cpp.s + +.PHONY : tests/testGaussianProcessInterpolatorPose2Vector.s + +# target to generate assembly for a file +tests/testGaussianProcessInterpolatorPose2Vector.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose2Vector.dir/tests/testGaussianProcessInterpolatorPose2Vector.cpp.s +.PHONY : tests/testGaussianProcessInterpolatorPose2Vector.cpp.s + +tests/testGaussianProcessInterpolatorPose3.o: tests/testGaussianProcessInterpolatorPose3.cpp.o + +.PHONY : tests/testGaussianProcessInterpolatorPose3.o + +# target to build an object file +tests/testGaussianProcessInterpolatorPose3.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/tests/testGaussianProcessInterpolatorPose3.cpp.o +.PHONY : tests/testGaussianProcessInterpolatorPose3.cpp.o + +tests/testGaussianProcessInterpolatorPose3.i: tests/testGaussianProcessInterpolatorPose3.cpp.i + +.PHONY : tests/testGaussianProcessInterpolatorPose3.i + +# target to preprocess a source file +tests/testGaussianProcessInterpolatorPose3.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/tests/testGaussianProcessInterpolatorPose3.cpp.i +.PHONY : tests/testGaussianProcessInterpolatorPose3.cpp.i + +tests/testGaussianProcessInterpolatorPose3.s: tests/testGaussianProcessInterpolatorPose3.cpp.s + +.PHONY : tests/testGaussianProcessInterpolatorPose3.s + +# target to generate assembly for a file +tests/testGaussianProcessInterpolatorPose3.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessInterpolatorPose3.dir/tests/testGaussianProcessInterpolatorPose3.cpp.s +.PHONY : tests/testGaussianProcessInterpolatorPose3.cpp.s + +tests/testGaussianProcessPriorLinear.o: tests/testGaussianProcessPriorLinear.cpp.o + +.PHONY : tests/testGaussianProcessPriorLinear.o + +# target to build an object file +tests/testGaussianProcessPriorLinear.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/tests/testGaussianProcessPriorLinear.cpp.o +.PHONY : tests/testGaussianProcessPriorLinear.cpp.o + +tests/testGaussianProcessPriorLinear.i: tests/testGaussianProcessPriorLinear.cpp.i + +.PHONY : tests/testGaussianProcessPriorLinear.i + +# target to preprocess a source file +tests/testGaussianProcessPriorLinear.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/tests/testGaussianProcessPriorLinear.cpp.i +.PHONY : tests/testGaussianProcessPriorLinear.cpp.i + +tests/testGaussianProcessPriorLinear.s: tests/testGaussianProcessPriorLinear.cpp.s + +.PHONY : tests/testGaussianProcessPriorLinear.s + +# target to generate assembly for a file +tests/testGaussianProcessPriorLinear.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorLinear.dir/tests/testGaussianProcessPriorLinear.cpp.s +.PHONY : tests/testGaussianProcessPriorLinear.cpp.s + +tests/testGaussianProcessPriorPose2.o: tests/testGaussianProcessPriorPose2.cpp.o + +.PHONY : tests/testGaussianProcessPriorPose2.o + +# target to build an object file +tests/testGaussianProcessPriorPose2.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/tests/testGaussianProcessPriorPose2.cpp.o +.PHONY : tests/testGaussianProcessPriorPose2.cpp.o + +tests/testGaussianProcessPriorPose2.i: tests/testGaussianProcessPriorPose2.cpp.i + +.PHONY : tests/testGaussianProcessPriorPose2.i + +# target to preprocess a source file +tests/testGaussianProcessPriorPose2.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/tests/testGaussianProcessPriorPose2.cpp.i +.PHONY : tests/testGaussianProcessPriorPose2.cpp.i + +tests/testGaussianProcessPriorPose2.s: tests/testGaussianProcessPriorPose2.cpp.s + +.PHONY : tests/testGaussianProcessPriorPose2.s + +# target to generate assembly for a file +tests/testGaussianProcessPriorPose2.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2.dir/tests/testGaussianProcessPriorPose2.cpp.s +.PHONY : tests/testGaussianProcessPriorPose2.cpp.s + +tests/testGaussianProcessPriorPose2Vector.o: tests/testGaussianProcessPriorPose2Vector.cpp.o + +.PHONY : tests/testGaussianProcessPriorPose2Vector.o + +# target to build an object file +tests/testGaussianProcessPriorPose2Vector.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/tests/testGaussianProcessPriorPose2Vector.cpp.o +.PHONY : tests/testGaussianProcessPriorPose2Vector.cpp.o + +tests/testGaussianProcessPriorPose2Vector.i: tests/testGaussianProcessPriorPose2Vector.cpp.i + +.PHONY : tests/testGaussianProcessPriorPose2Vector.i + +# target to preprocess a source file +tests/testGaussianProcessPriorPose2Vector.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/tests/testGaussianProcessPriorPose2Vector.cpp.i +.PHONY : tests/testGaussianProcessPriorPose2Vector.cpp.i + +tests/testGaussianProcessPriorPose2Vector.s: tests/testGaussianProcessPriorPose2Vector.cpp.s + +.PHONY : tests/testGaussianProcessPriorPose2Vector.s + +# target to generate assembly for a file +tests/testGaussianProcessPriorPose2Vector.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose2Vector.dir/tests/testGaussianProcessPriorPose2Vector.cpp.s +.PHONY : tests/testGaussianProcessPriorPose2Vector.cpp.s + +tests/testGaussianProcessPriorPose3.o: tests/testGaussianProcessPriorPose3.cpp.o + +.PHONY : tests/testGaussianProcessPriorPose3.o + +# target to build an object file +tests/testGaussianProcessPriorPose3.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/tests/testGaussianProcessPriorPose3.cpp.o +.PHONY : tests/testGaussianProcessPriorPose3.cpp.o + +tests/testGaussianProcessPriorPose3.i: tests/testGaussianProcessPriorPose3.cpp.i + +.PHONY : tests/testGaussianProcessPriorPose3.i + +# target to preprocess a source file +tests/testGaussianProcessPriorPose3.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/tests/testGaussianProcessPriorPose3.cpp.i +.PHONY : tests/testGaussianProcessPriorPose3.cpp.i + +tests/testGaussianProcessPriorPose3.s: tests/testGaussianProcessPriorPose3.cpp.s + +.PHONY : tests/testGaussianProcessPriorPose3.s + +# target to generate assembly for a file +tests/testGaussianProcessPriorPose3.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/build.make gpmp2/gp/CMakeFiles/testGaussianProcessPriorPose3.dir/tests/testGaussianProcessPriorPose3.cpp.s +.PHONY : tests/testGaussianProcessPriorPose3.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install" + @echo "... testGaussianProcessInterpolatorPose3.run" + @echo "... testGaussianProcessInterpolatorPose2Vector.valgrind" + @echo "... testGaussianProcessInterpolatorPose2Vector" + @echo "... testGaussianProcessInterpolatorPose3.valgrind" + @echo "... testGaussianProcessPriorLinear" + @echo "... testGaussianProcessInterpolatorPose2.run" + @echo "... testGaussianProcessPriorPose3.run" + @echo "... testGaussianProcessInterpolatorPose2Vector.run" + @echo "... testGaussianProcessPriorPose2.run" + @echo "... testGaussianProcessInterpolatorLinear.run" + @echo "... install/local" + @echo "... testGaussianProcessInterpolatorPose2" + @echo "... testGaussianProcessInterpolatorLinear" + @echo "... test" + @echo "... testGaussianProcessInterpolatorPose2.valgrind" + @echo "... check.gp" + @echo "... testGaussianProcessPriorLinear.run" + @echo "... testGaussianProcessInterpolatorLinear.valgrind" + @echo "... testGaussianProcessPriorLinear.valgrind" + @echo "... testGaussianProcessInterpolatorPose3" + @echo "... testGaussianProcessPriorPose2" + @echo "... testGaussianProcessPriorPose2.valgrind" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... testGaussianProcessPriorPose2Vector" + @echo "... list_install_components" + @echo "... testGaussianProcessPriorPose2Vector.valgrind" + @echo "... testGaussianProcessPriorPose3" + @echo "... testGaussianProcessPriorPose2Vector.run" + @echo "... testGaussianProcessPriorPose3.valgrind" + @echo "... tests/testGaussianProcessInterpolatorLinear.o" + @echo "... tests/testGaussianProcessInterpolatorLinear.i" + @echo "... tests/testGaussianProcessInterpolatorLinear.s" + @echo "... tests/testGaussianProcessInterpolatorPose2.o" + @echo "... tests/testGaussianProcessInterpolatorPose2.i" + @echo "... tests/testGaussianProcessInterpolatorPose2.s" + @echo "... tests/testGaussianProcessInterpolatorPose2Vector.o" + @echo "... tests/testGaussianProcessInterpolatorPose2Vector.i" + @echo "... tests/testGaussianProcessInterpolatorPose2Vector.s" + @echo "... tests/testGaussianProcessInterpolatorPose3.o" + @echo "... tests/testGaussianProcessInterpolatorPose3.i" + @echo "... tests/testGaussianProcessInterpolatorPose3.s" + @echo "... tests/testGaussianProcessPriorLinear.o" + @echo "... tests/testGaussianProcessPriorLinear.i" + @echo "... tests/testGaussianProcessPriorLinear.s" + @echo "... tests/testGaussianProcessPriorPose2.o" + @echo "... tests/testGaussianProcessPriorPose2.i" + @echo "... tests/testGaussianProcessPriorPose2.s" + @echo "... tests/testGaussianProcessPriorPose2Vector.o" + @echo "... tests/testGaussianProcessPriorPose2Vector.i" + @echo "... tests/testGaussianProcessPriorPose2Vector.s" + @echo "... tests/testGaussianProcessPriorPose3.o" + @echo "... tests/testGaussianProcessPriorPose3.i" + @echo "... tests/testGaussianProcessPriorPose3.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/gpmp2/gp/cmake_install.cmake b/gpmp2/gp/cmake_install.cmake new file mode 100644 index 0000000..91fee7e --- /dev/null +++ b/gpmp2/gp/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/matt/Documents/gpmp2/gpmp2/gp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/gpmp2/gp" TYPE FILE FILES + "/home/matt/Documents/gpmp2/gpmp2/gp/GPutils.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessInterpolatorLie.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessInterpolatorLinear.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessInterpolatorPose2.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessInterpolatorPose2Vector.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessInterpolatorPose3.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessPriorLie.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessPriorLinear.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessPriorPose2.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessPriorPose2Vector.h" + "/home/matt/Documents/gpmp2/gpmp2/gp/GaussianProcessPriorPose3.h" + ) +endif() + diff --git a/gpmp2/kinematics/Arm.cpp b/gpmp2/kinematics/Arm.cpp index daa2655..a58c47f 100644 --- a/gpmp2/kinematics/Arm.cpp +++ b/gpmp2/kinematics/Arm.cpp @@ -14,9 +14,14 @@ namespace gpmp2 { /* ************************************************************************** */ Arm::Arm(size_t dof, const Vector& a, const Vector& alpha, const Vector& d, - const Pose3& base_pose, const Vector& theta_bias) : - Base(dof, dof), a_(a), alpha_(alpha), d_(d), base_pose_(base_pose), - theta_bias_(theta_bias) { + const gtsam::Pose3& base_pose, boost::optional theta_bias) : + Base(dof, dof), a_(a), alpha_(alpha), d_(d), base_pose_(base_pose) { + + // theta bias + if (theta_bias) + theta_bias_ = *theta_bias; + else + theta_bias_ = Vector::Zero(dof); // DH transformation for each link, without theta matrix // Spong06book, page. 69, eq. (3.10) @@ -45,13 +50,13 @@ void Arm::forwardKinematics( if (J_jvx_jv) J_jvx_jv->assign(dof(), Matrix::Zero(3, dof())); // variables - vector H(dof()); - vector Ho(dof()+1); // start from 1 + vector> H(dof()); + vector> Ho(dof()+1); // start from 1 vector J; if (jv) J.assign(dof(), Matrix::Zero(3, dof())); // vars cached for calculate output Jacobians - vector dH(dof()); - vector Hoinv(dof()+1); // start from 1 + vector> dH(dof()); + vector> Hoinv(dof()+1); // start from 1 // first iteration @@ -82,7 +87,7 @@ void Arm::forwardKinematics( } // cache dHoi_dqj (DOF^2 memory), only fill in i >= j since others are all zeros - vector > dHo_dq(dof(), vector(dof())); + vector> > dHo_dq(dof(), vector>(dof())); if (J_jpx_jp || J_jvx_jp) for (size_t i = 0; i < dof(); i++) for (size_t j = 0; j <= i; j++) diff --git a/gpmp2/kinematics/Arm.h b/gpmp2/kinematics/Arm.h index ded0990..ab90752 100644 --- a/gpmp2/kinematics/Arm.h +++ b/gpmp2/kinematics/Arm.h @@ -44,16 +44,9 @@ class GPMP2_EXPORT Arm : public ForwardKinematics /// Contructor take in number of joints for the arm, its DH parameters /// the base pose (default zero pose), and theta bias (default zero) - Arm(size_t dof, const gtsam::Vector& a, const gtsam::Vector& alpha, const gtsam::Vector& d) : - Arm(dof, a, alpha, d, gtsam::Pose3(gtsam::Rot3(), gtsam::Point3(0,0,0)), gtsam::Vector::Zero(dof)) {} - - Arm(size_t dof, const gtsam::Vector& a, const gtsam::Vector& alpha, const gtsam::Vector& d, - const gtsam::Pose3& base_pose) : - Arm(dof, a, alpha, d, base_pose, gtsam::Vector::Zero(dof)) {} - Arm(size_t dof, const gtsam::Vector& a, const gtsam::Vector& alpha, const gtsam::Vector& d, - const gtsam::Pose3& base_pose, const gtsam::Vector& theta_bias); - + const gtsam::Pose3& base_pose = gtsam::Pose3(gtsam::Rot3(), gtsam::Point3(0,0,0)), + boost::optional theta_bias = boost::none); /// Default destructor virtual ~Arm() {} diff --git a/gpmp2/kinematics/CMakeFiles/CMakeDirectoryInformation.cmake b/gpmp2/kinematics/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..f8e1f1a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/matt/Documents/gpmp2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/matt/Documents/gpmp2") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/gpmp2/kinematics/CMakeFiles/check.kinematics.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/check.kinematics.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/check.kinematics.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/check.kinematics.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/check.kinematics.dir/cmake_clean.cmake new file mode 100644 index 0000000..d127901 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/check.kinematics.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/check.kinematics" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/check.kinematics.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/check.kinematics.dir/progress.make b/gpmp2/kinematics/CMakeFiles/check.kinematics.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/check.kinematics.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/progress.marks b/gpmp2/kinematics/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/gpmp2/kinematics/CMakeFiles/testArm.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testArm.dir/DependInfo.cmake new file mode 100644 index 0000000..01de80e --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testArm.dir/tests/testArm.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testArm.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testArm.dir/cmake_clean.cmake new file mode 100644 index 0000000..03001b6 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testArm.dir/tests/testArm.cpp.o" + "testArm" + "testArm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testArm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testArm.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testArm.dir/depend.make new file mode 100644 index 0000000..9834edf --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testArm. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testArm.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testArm.dir/flags.make new file mode 100644 index 0000000..4ea2db9 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testArm.dir/tests/testArm.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testArm.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testArm.dir/link.txt new file mode 100644 index 0000000..d17a569 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testArm.dir/tests/testArm.cpp.o -o testArm -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testArm.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testArm.dir/progress.make new file mode 100644 index 0000000..6ec2abf --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 21 +CMAKE_PROGRESS_2 = 22 + diff --git a/gpmp2/kinematics/CMakeFiles/testArm.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testArm.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testArm.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testArm.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..6d8b6aa --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testArm.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testArm.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testArm.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testArm.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..07c02d8 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testArm.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testArm.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/DependInfo.cmake new file mode 100644 index 0000000..14361b1 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testArmModel.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testArmModel.dir/tests/testArmModel.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/cmake_clean.cmake new file mode 100644 index 0000000..a21be6e --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testArmModel.dir/tests/testArmModel.cpp.o" + "testArmModel" + "testArmModel.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testArmModel.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/depend.make new file mode 100644 index 0000000..58ccb39 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testArmModel. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/flags.make new file mode 100644 index 0000000..f109b74 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testArmModel.dir/tests/testArmModel.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/link.txt new file mode 100644 index 0000000..8aae41f --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testArmModel.dir/tests/testArmModel.cpp.o -o testArmModel -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/progress.make new file mode 100644 index 0000000..6c29f4f --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 23 +CMAKE_PROGRESS_2 = 24 + diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..453926f --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testArmModel.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testArmModel.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..ea1cfdc --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testArmModel.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testArmModel.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/DependInfo.cmake new file mode 100644 index 0000000..322b76e --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testGaussianPriorWorkspaceOrientation.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/tests/testGaussianPriorWorkspaceOrientation.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/cmake_clean.cmake new file mode 100644 index 0000000..2fa6a5a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/tests/testGaussianPriorWorkspaceOrientation.cpp.o" + "testGaussianPriorWorkspaceOrientation" + "testGaussianPriorWorkspaceOrientation.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/depend.make new file mode 100644 index 0000000..2d9269e --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianPriorWorkspaceOrientation. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/flags.make new file mode 100644 index 0000000..35e3034 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/tests/testGaussianPriorWorkspaceOrientation.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/link.txt new file mode 100644 index 0000000..ce7ad58 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/tests/testGaussianPriorWorkspaceOrientation.cpp.o -o testGaussianPriorWorkspaceOrientation -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/progress.make new file mode 100644 index 0000000..8791cb6 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 27 +CMAKE_PROGRESS_2 = 28 + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..3668b4f --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianPriorWorkspaceOrientation.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..22d7d49 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/DependInfo.cmake new file mode 100644 index 0000000..add8c88 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testGaussianPriorWorkspacePose.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/tests/testGaussianPriorWorkspacePose.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/cmake_clean.cmake new file mode 100644 index 0000000..80049fb --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianPriorWorkspacePose.dir/tests/testGaussianPriorWorkspacePose.cpp.o" + "testGaussianPriorWorkspacePose" + "testGaussianPriorWorkspacePose.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianPriorWorkspacePose.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/depend.make new file mode 100644 index 0000000..910e483 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianPriorWorkspacePose. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/flags.make new file mode 100644 index 0000000..5997a72 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/tests/testGaussianPriorWorkspacePose.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/link.txt new file mode 100644 index 0000000..4136ad0 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianPriorWorkspacePose.dir/tests/testGaussianPriorWorkspacePose.cpp.o -o testGaussianPriorWorkspacePose -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/progress.make new file mode 100644 index 0000000..df87bc2 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 29 +CMAKE_PROGRESS_2 = 30 + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..9966818 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianPriorWorkspacePose.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianPriorWorkspacePose.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..42b7e5a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianPriorWorkspacePose.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/DependInfo.cmake new file mode 100644 index 0000000..f8b3ee4 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testGaussianPriorWorkspacePosition.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/tests/testGaussianPriorWorkspacePosition.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/cmake_clean.cmake new file mode 100644 index 0000000..db6edd2 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianPriorWorkspacePosition.dir/tests/testGaussianPriorWorkspacePosition.cpp.o" + "testGaussianPriorWorkspacePosition" + "testGaussianPriorWorkspacePosition.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGaussianPriorWorkspacePosition.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/depend.make new file mode 100644 index 0000000..5222a87 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGaussianPriorWorkspacePosition. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/flags.make new file mode 100644 index 0000000..b5c9361 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/tests/testGaussianPriorWorkspacePosition.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/link.txt new file mode 100644 index 0000000..6f85f4a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGaussianPriorWorkspacePosition.dir/tests/testGaussianPriorWorkspacePosition.cpp.o -o testGaussianPriorWorkspacePosition -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/progress.make new file mode 100644 index 0000000..b1ca493 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 31 +CMAKE_PROGRESS_2 = 32 + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..d3618b8 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianPriorWorkspacePosition.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..5929a05 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGaussianPriorWorkspacePosition.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/DependInfo.cmake new file mode 100644 index 0000000..7d946b5 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testGoalFactorArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/tests/testGoalFactorArm.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/cmake_clean.cmake new file mode 100644 index 0000000..4c2680e --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGoalFactorArm.dir/tests/testGoalFactorArm.cpp.o" + "testGoalFactorArm" + "testGoalFactorArm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testGoalFactorArm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/depend.make new file mode 100644 index 0000000..9fa2e84 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testGoalFactorArm. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/flags.make new file mode 100644 index 0000000..e8d4b58 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/tests/testGoalFactorArm.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/link.txt new file mode 100644 index 0000000..76587c1 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testGoalFactorArm.dir/tests/testGoalFactorArm.cpp.o -o testGoalFactorArm -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/progress.make new file mode 100644 index 0000000..4733d2b --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 49 +CMAKE_PROGRESS_2 = 50 + diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..ff86794 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGoalFactorArm.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGoalFactorArm.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..97ba089 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testGoalFactorArm.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testGoalFactorArm.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/DependInfo.cmake new file mode 100644 index 0000000..d2b8e4c --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testJointLimitFactorPose2Vector.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/tests/testJointLimitFactorPose2Vector.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/cmake_clean.cmake new file mode 100644 index 0000000..44d5ce1 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testJointLimitFactorPose2Vector.dir/tests/testJointLimitFactorPose2Vector.cpp.o" + "testJointLimitFactorPose2Vector" + "testJointLimitFactorPose2Vector.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testJointLimitFactorPose2Vector.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/depend.make new file mode 100644 index 0000000..d9342e1 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testJointLimitFactorPose2Vector. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/flags.make new file mode 100644 index 0000000..445e42d --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/tests/testJointLimitFactorPose2Vector.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/link.txt new file mode 100644 index 0000000..9baa163 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testJointLimitFactorPose2Vector.dir/tests/testJointLimitFactorPose2Vector.cpp.o -o testJointLimitFactorPose2Vector -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/progress.make new file mode 100644 index 0000000..f524363 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 53 +CMAKE_PROGRESS_2 = 54 + diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..9e0d361 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testJointLimitFactorPose2Vector.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testJointLimitFactorPose2Vector.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..8c8ed7c --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testJointLimitFactorPose2Vector.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/DependInfo.cmake new file mode 100644 index 0000000..93d0d04 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testJointLimitFactorVector.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/tests/testJointLimitFactorVector.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/cmake_clean.cmake new file mode 100644 index 0000000..d8da833 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testJointLimitFactorVector.dir/tests/testJointLimitFactorVector.cpp.o" + "testJointLimitFactorVector" + "testJointLimitFactorVector.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testJointLimitFactorVector.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/depend.make new file mode 100644 index 0000000..9be0a59 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testJointLimitFactorVector. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/flags.make new file mode 100644 index 0000000..8fa2b82 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/tests/testJointLimitFactorVector.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/link.txt new file mode 100644 index 0000000..c4aae04 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testJointLimitFactorVector.dir/tests/testJointLimitFactorVector.cpp.o -o testJointLimitFactorVector -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/progress.make new file mode 100644 index 0000000..b26c156 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 55 +CMAKE_PROGRESS_2 = 56 + diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..eb46aa1 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testJointLimitFactorVector.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testJointLimitFactorVector.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..4e42ea1 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testJointLimitFactorVector.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testJointLimitFactorVector.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/DependInfo.cmake new file mode 100644 index 0000000..d797a88 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testMobileBaseUtils.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/tests/testMobileBaseUtils.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/cmake_clean.cmake new file mode 100644 index 0000000..5ccd29c --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testMobileBaseUtils.dir/tests/testMobileBaseUtils.cpp.o" + "testMobileBaseUtils" + "testMobileBaseUtils.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testMobileBaseUtils.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/depend.make new file mode 100644 index 0000000..3ed6c2f --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testMobileBaseUtils. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/flags.make new file mode 100644 index 0000000..c60eca0 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/tests/testMobileBaseUtils.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/link.txt new file mode 100644 index 0000000..f9bfd76 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testMobileBaseUtils.dir/tests/testMobileBaseUtils.cpp.o -o testMobileBaseUtils -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/progress.make new file mode 100644 index 0000000..36e8be2 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 57 +CMAKE_PROGRESS_2 = 58 + diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..afe7550 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testMobileBaseUtils.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testMobileBaseUtils.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..cfad9df --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testMobileBaseUtils.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testMobileBaseUtils.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/DependInfo.cmake new file mode 100644 index 0000000..2452d46 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testPointRobotModel.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/tests/testPointRobotModel.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/cmake_clean.cmake new file mode 100644 index 0000000..c8931f3 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPointRobotModel.dir/tests/testPointRobotModel.cpp.o" + "testPointRobotModel" + "testPointRobotModel.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testPointRobotModel.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/depend.make new file mode 100644 index 0000000..9120343 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testPointRobotModel. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/flags.make new file mode 100644 index 0000000..6e3d86f --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/tests/testPointRobotModel.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/link.txt new file mode 100644 index 0000000..1b5b157 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testPointRobotModel.dir/tests/testPointRobotModel.cpp.o -o testPointRobotModel -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/progress.make new file mode 100644 index 0000000..352b7a4 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 69 +CMAKE_PROGRESS_2 = 70 + diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..4a4b513 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPointRobotModel.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPointRobotModel.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..36f4a8c --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPointRobotModel.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPointRobotModel.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/DependInfo.cmake new file mode 100644 index 0000000..a3afd31 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testPose2Mobile2Arms.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/tests/testPose2Mobile2Arms.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/cmake_clean.cmake new file mode 100644 index 0000000..e421768 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2Mobile2Arms.dir/tests/testPose2Mobile2Arms.cpp.o" + "testPose2Mobile2Arms" + "testPose2Mobile2Arms.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testPose2Mobile2Arms.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/depend.make new file mode 100644 index 0000000..c056ce5 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testPose2Mobile2Arms. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/flags.make new file mode 100644 index 0000000..74f96a6 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/tests/testPose2Mobile2Arms.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/link.txt new file mode 100644 index 0000000..a412104 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testPose2Mobile2Arms.dir/tests/testPose2Mobile2Arms.cpp.o -o testPose2Mobile2Arms -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/progress.make new file mode 100644 index 0000000..bfbf6b1 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 71 +CMAKE_PROGRESS_2 = 72 + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..886e53f --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2Mobile2Arms.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2Mobile2Arms.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..a864b13 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2Mobile2Arms.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2Mobile2Arms.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/DependInfo.cmake new file mode 100644 index 0000000..6c3a8a5 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testPose2MobileArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/tests/testPose2MobileArm.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/cmake_clean.cmake new file mode 100644 index 0000000..623870a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileArm.dir/tests/testPose2MobileArm.cpp.o" + "testPose2MobileArm" + "testPose2MobileArm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testPose2MobileArm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/depend.make new file mode 100644 index 0000000..6347b77 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testPose2MobileArm. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/flags.make new file mode 100644 index 0000000..1154a1f --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/tests/testPose2MobileArm.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/link.txt new file mode 100644 index 0000000..44074c8 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testPose2MobileArm.dir/tests/testPose2MobileArm.cpp.o -o testPose2MobileArm -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/progress.make new file mode 100644 index 0000000..55f8f35 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 73 +CMAKE_PROGRESS_2 = 74 + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..d394e4a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileArm.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2MobileArm.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..95501d7 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileArm.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2MobileArm.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/DependInfo.cmake new file mode 100644 index 0000000..4879cbe --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testPose2MobileBase.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/tests/testPose2MobileBase.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/cmake_clean.cmake new file mode 100644 index 0000000..f126616 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileBase.dir/tests/testPose2MobileBase.cpp.o" + "testPose2MobileBase" + "testPose2MobileBase.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testPose2MobileBase.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/depend.make new file mode 100644 index 0000000..f449067 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testPose2MobileBase. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/flags.make new file mode 100644 index 0000000..ffe2c9d --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/tests/testPose2MobileBase.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/link.txt new file mode 100644 index 0000000..395e75a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testPose2MobileBase.dir/tests/testPose2MobileBase.cpp.o -o testPose2MobileBase -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/progress.make new file mode 100644 index 0000000..2f0ffa4 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 75 +CMAKE_PROGRESS_2 = 76 + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..1dd0495 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileBase.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2MobileBase.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..9b30512 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileBase.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2MobileBase.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/DependInfo.cmake new file mode 100644 index 0000000..ebf7391 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testPose2MobileVetLin2Arms.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/tests/testPose2MobileVetLin2Arms.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/cmake_clean.cmake new file mode 100644 index 0000000..aaade9e --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileVetLin2Arms.dir/tests/testPose2MobileVetLin2Arms.cpp.o" + "testPose2MobileVetLin2Arms" + "testPose2MobileVetLin2Arms.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testPose2MobileVetLin2Arms.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/depend.make new file mode 100644 index 0000000..97892b4 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testPose2MobileVetLin2Arms. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/flags.make new file mode 100644 index 0000000..3c52e92 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/tests/testPose2MobileVetLin2Arms.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/link.txt new file mode 100644 index 0000000..1402b47 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testPose2MobileVetLin2Arms.dir/tests/testPose2MobileVetLin2Arms.cpp.o -o testPose2MobileVetLin2Arms -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/progress.make new file mode 100644 index 0000000..ee7811f --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 77 +CMAKE_PROGRESS_2 = 78 + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..ff8cdb8 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileVetLin2Arms.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2MobileVetLin2Arms.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..501cde9 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileVetLin2Arms.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/DependInfo.cmake new file mode 100644 index 0000000..5cae074 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/kinematics/tests/testPose2MobileVetLinArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/tests/testPose2MobileVetLinArm.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/cmake_clean.cmake new file mode 100644 index 0000000..8864ba0 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileVetLinArm.dir/tests/testPose2MobileVetLinArm.cpp.o" + "testPose2MobileVetLinArm" + "testPose2MobileVetLinArm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testPose2MobileVetLinArm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/depend.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/depend.make new file mode 100644 index 0000000..a87eb0a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testPose2MobileVetLinArm. +# This may be replaced when dependencies are built. diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/flags.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/flags.make new file mode 100644 index 0000000..08d7495 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/tests/testPose2MobileVetLinArm.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/link.txt b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/link.txt new file mode 100644 index 0000000..aff846a --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testPose2MobileVetLinArm.dir/tests/testPose2MobileVetLinArm.cpp.o -o testPose2MobileVetLinArm -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/progress.make new file mode 100644 index 0000000..541af66 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 79 +CMAKE_PROGRESS_2 = 80 + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..1104c73 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileVetLinArm.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2MobileVetLinArm.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/DependInfo.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/cmake_clean.cmake b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..8a14d3b --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPose2MobileVetLinArm.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/progress.make b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/kinematics/CTestTestfile.cmake b/gpmp2/kinematics/CTestTestfile.cmake new file mode 100644 index 0000000..127eb23 --- /dev/null +++ b/gpmp2/kinematics/CTestTestfile.cmake @@ -0,0 +1,36 @@ +# CMake generated Testfile for +# Source directory: /home/matt/Documents/gpmp2/gpmp2/kinematics +# Build directory: /home/matt/Documents/gpmp2/gpmp2/kinematics +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(testArm "/home/matt/Documents/gpmp2/gpmp2/kinematics/testArm") +set_tests_properties(testArm PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testArmModel "/home/matt/Documents/gpmp2/gpmp2/kinematics/testArmModel") +set_tests_properties(testArmModel PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testGaussianPriorWorkspaceOrientation "/home/matt/Documents/gpmp2/gpmp2/kinematics/testGaussianPriorWorkspaceOrientation") +set_tests_properties(testGaussianPriorWorkspaceOrientation PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testGaussianPriorWorkspacePose "/home/matt/Documents/gpmp2/gpmp2/kinematics/testGaussianPriorWorkspacePose") +set_tests_properties(testGaussianPriorWorkspacePose PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testGaussianPriorWorkspacePosition "/home/matt/Documents/gpmp2/gpmp2/kinematics/testGaussianPriorWorkspacePosition") +set_tests_properties(testGaussianPriorWorkspacePosition PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testGoalFactorArm "/home/matt/Documents/gpmp2/gpmp2/kinematics/testGoalFactorArm") +set_tests_properties(testGoalFactorArm PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testJointLimitFactorPose2Vector "/home/matt/Documents/gpmp2/gpmp2/kinematics/testJointLimitFactorPose2Vector") +set_tests_properties(testJointLimitFactorPose2Vector PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testJointLimitFactorVector "/home/matt/Documents/gpmp2/gpmp2/kinematics/testJointLimitFactorVector") +set_tests_properties(testJointLimitFactorVector PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testMobileBaseUtils "/home/matt/Documents/gpmp2/gpmp2/kinematics/testMobileBaseUtils") +set_tests_properties(testMobileBaseUtils PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testPointRobotModel "/home/matt/Documents/gpmp2/gpmp2/kinematics/testPointRobotModel") +set_tests_properties(testPointRobotModel PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testPose2Mobile2Arms "/home/matt/Documents/gpmp2/gpmp2/kinematics/testPose2Mobile2Arms") +set_tests_properties(testPose2Mobile2Arms PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testPose2MobileArm "/home/matt/Documents/gpmp2/gpmp2/kinematics/testPose2MobileArm") +set_tests_properties(testPose2MobileArm PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testPose2MobileBase "/home/matt/Documents/gpmp2/gpmp2/kinematics/testPose2MobileBase") +set_tests_properties(testPose2MobileBase PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testPose2MobileVetLin2Arms "/home/matt/Documents/gpmp2/gpmp2/kinematics/testPose2MobileVetLin2Arms") +set_tests_properties(testPose2MobileVetLin2Arms PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") +add_test(testPose2MobileVetLinArm "/home/matt/Documents/gpmp2/gpmp2/kinematics/testPose2MobileVetLinArm") +set_tests_properties(testPose2MobileVetLinArm PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeLists.txt;0;") diff --git a/gpmp2/kinematics/ForwardKinematics-inl.h b/gpmp2/kinematics/ForwardKinematics-inl.h index 0c37f5b..b666706 100644 --- a/gpmp2/kinematics/ForwardKinematics-inl.h +++ b/gpmp2/kinematics/ForwardKinematics-inl.h @@ -22,7 +22,7 @@ gtsam::Matrix ForwardKinematics::forwardKinematicsPose(const Pos for (size_t i = 0; i < nr_links_; i++) jpx_mat.col(i) = (gtsam::Vector6() << gtsam::Vector3(jpx[i].rotation().yaw(), jpx[i].rotation().pitch(), jpx[i].rotation().roll()), - jpx[i].translation().vector()).finished(); + jpx[i].translation()).finished(); return jpx_mat; } @@ -36,7 +36,7 @@ gtsam::Matrix ForwardKinematics::forwardKinematicsPosition(const // convert vector in matrix gtsam::Matrix jpx_mat(3, nr_links_); for (size_t i = 0; i < nr_links_; i++) - jpx_mat.col(i) = jpx[i].translation().vector(); + jpx_mat.col(i) = jpx[i].translation(); return jpx_mat; } diff --git a/gpmp2/kinematics/GaussianPriorWorkspacePosition.h b/gpmp2/kinematics/GaussianPriorWorkspacePosition.h index 10238b0..b95db3a 100644 --- a/gpmp2/kinematics/GaussianPriorWorkspacePosition.h +++ b/gpmp2/kinematics/GaussianPriorWorkspacePosition.h @@ -63,10 +63,10 @@ class GaussianPriorWorkspacePosition: public gtsam::NoiseModelFactor1 { Matrix36 Hpp; Point3 end_point = joint_pos[arm_.dof() - 1].translation(Hpp); *H1 = Hpp * J_jpx_jp[arm_.dof() - 1]; - return end_point.vector() - dest_point_.vector(); + return end_point- dest_point_; } else { - return joint_pos[arm_.dof() - 1].translation().vector() - dest_point_.vector(); + return joint_pos[arm_.dof() - 1].translation() - dest_point_; } } @@ -86,7 +86,7 @@ class GoalFactorArm: public gtsam::NoiseModelFactor1 { void print(const std::string& s="", const gtsam::KeyFormatter& keyFormatter = gtsam::DefaultKeyFormatter) const { std::cout << s << "GoalFactorArm :" << std::endl; Base::print("", keyFormatter); - std::cout << "dest : "; dest_point_.print(); + std::cout << "dest : "; dest_point_; } private: diff --git a/gpmp2/kinematics/Makefile b/gpmp2/kinematics/Makefile new file mode 100644 index 0000000..f34e2b0 --- /dev/null +++ b/gpmp2/kinematics/Makefile @@ -0,0 +1,1382 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/matt/Documents/gpmp2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/matt/Documents/gpmp2 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# The main all target +all: cmake_check_build_system + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles /home/matt/Documents/gpmp2/gpmp2/kinematics/CMakeFiles/progress.marks + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/rule + +# Convenience name for target. +testPose2MobileVetLinArm.valgrind: gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/rule + +.PHONY : testPose2MobileVetLinArm.valgrind + +# fast build rule for target. +testPose2MobileVetLinArm.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.valgrind.dir/build +.PHONY : testPose2MobileVetLinArm.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/rule + +# Convenience name for target. +testPose2MobileVetLinArm: gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/rule + +.PHONY : testPose2MobileVetLinArm + +# fast build rule for target. +testPose2MobileVetLinArm/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/build +.PHONY : testPose2MobileVetLinArm/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/rule + +# Convenience name for target. +testPose2MobileVetLin2Arms: gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/rule + +.PHONY : testPose2MobileVetLin2Arms + +# fast build rule for target. +testPose2MobileVetLin2Arms/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/build +.PHONY : testPose2MobileVetLin2Arms/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/rule + +# Convenience name for target. +testPose2MobileVetLinArm.run: gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/rule + +.PHONY : testPose2MobileVetLinArm.run + +# fast build rule for target. +testPose2MobileVetLinArm.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.run.dir/build +.PHONY : testPose2MobileVetLinArm.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/rule + +# Convenience name for target. +testPose2MobileBase.valgrind: gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/rule + +.PHONY : testPose2MobileBase.valgrind + +# fast build rule for target. +testPose2MobileBase.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileBase.valgrind.dir/build +.PHONY : testPose2MobileBase.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/rule + +# Convenience name for target. +testPose2MobileBase.run: gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/rule + +.PHONY : testPose2MobileBase.run + +# fast build rule for target. +testPose2MobileBase.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileBase.run.dir/build +.PHONY : testPose2MobileBase.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/rule + +# Convenience name for target. +testPose2MobileBase: gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/rule + +.PHONY : testPose2MobileBase + +# fast build rule for target. +testPose2MobileBase/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/build +.PHONY : testPose2MobileBase/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/rule + +# Convenience name for target. +testPose2MobileArm.valgrind: gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/rule + +.PHONY : testPose2MobileArm.valgrind + +# fast build rule for target. +testPose2MobileArm.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileArm.valgrind.dir/build +.PHONY : testPose2MobileArm.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/rule + +# Convenience name for target. +testPose2Mobile2Arms: gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/rule + +.PHONY : testPose2Mobile2Arms + +# fast build rule for target. +testPose2Mobile2Arms/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/build +.PHONY : testPose2Mobile2Arms/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/rule + +# Convenience name for target. +testPointRobotModel.valgrind: gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/rule + +.PHONY : testPointRobotModel.valgrind + +# fast build rule for target. +testPointRobotModel.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testPointRobotModel.valgrind.dir/build +.PHONY : testPointRobotModel.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/rule + +# Convenience name for target. +testPointRobotModel.run: gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/rule + +.PHONY : testPointRobotModel.run + +# fast build rule for target. +testPointRobotModel.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/build.make gpmp2/kinematics/CMakeFiles/testPointRobotModel.run.dir/build +.PHONY : testPointRobotModel.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/rule + +# Convenience name for target. +testPose2MobileArm.run: gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/rule + +.PHONY : testPose2MobileArm.run + +# fast build rule for target. +testPose2MobileArm.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileArm.run.dir/build +.PHONY : testPose2MobileArm.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/rule + +# Convenience name for target. +testGaussianPriorWorkspacePose.valgrind: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/rule + +.PHONY : testGaussianPriorWorkspacePose.valgrind + +# fast build rule for target. +testGaussianPriorWorkspacePose.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.valgrind.dir/build +.PHONY : testGaussianPriorWorkspacePose.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/rule + +# Convenience name for target. +testGaussianPriorWorkspaceOrientation.valgrind: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/rule + +.PHONY : testGaussianPriorWorkspaceOrientation.valgrind + +# fast build rule for target. +testGaussianPriorWorkspaceOrientation.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.valgrind.dir/build +.PHONY : testGaussianPriorWorkspaceOrientation.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/rule + +# Convenience name for target. +testJointLimitFactorVector.valgrind: gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/rule + +.PHONY : testJointLimitFactorVector.valgrind + +# fast build rule for target. +testJointLimitFactorVector.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.valgrind.dir/build +.PHONY : testJointLimitFactorVector.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/rule + +# Convenience name for target. +testMobileBaseUtils: gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/rule + +.PHONY : testMobileBaseUtils + +# fast build rule for target. +testMobileBaseUtils/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/build.make gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/build +.PHONY : testMobileBaseUtils/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/rule + +# Convenience name for target. +testPose2MobileVetLin2Arms.run: gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/rule + +.PHONY : testPose2MobileVetLin2Arms.run + +# fast build rule for target. +testPose2MobileVetLin2Arms.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.run.dir/build +.PHONY : testPose2MobileVetLin2Arms.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/rule + +# Convenience name for target. +testGaussianPriorWorkspacePose: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/rule + +.PHONY : testGaussianPriorWorkspacePose + +# fast build rule for target. +testGaussianPriorWorkspacePose/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/build +.PHONY : testGaussianPriorWorkspacePose/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/rule + +# Convenience name for target. +testGaussianPriorWorkspaceOrientation.run: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/rule + +.PHONY : testGaussianPriorWorkspaceOrientation.run + +# fast build rule for target. +testGaussianPriorWorkspaceOrientation.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.run.dir/build +.PHONY : testGaussianPriorWorkspaceOrientation.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/rule + +# Convenience name for target. +testArmModel.run: gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/rule + +.PHONY : testArmModel.run + +# fast build rule for target. +testArmModel.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/build.make gpmp2/kinematics/CMakeFiles/testArmModel.run.dir/build +.PHONY : testArmModel.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/rule + +# Convenience name for target. +testPose2Mobile2Arms.valgrind: gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/rule + +.PHONY : testPose2Mobile2Arms.valgrind + +# fast build rule for target. +testPose2Mobile2Arms.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.valgrind.dir/build +.PHONY : testPose2Mobile2Arms.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testArmModel.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testArmModel.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testArmModel.dir/rule + +# Convenience name for target. +testArmModel: gpmp2/kinematics/CMakeFiles/testArmModel.dir/rule + +.PHONY : testArmModel + +# fast build rule for target. +testArmModel/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArmModel.dir/build.make gpmp2/kinematics/CMakeFiles/testArmModel.dir/build +.PHONY : testArmModel/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/rule + +# Convenience name for target. +testArmModel.valgrind: gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/rule + +.PHONY : testArmModel.valgrind + +# fast build rule for target. +testArmModel.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testArmModel.valgrind.dir/build +.PHONY : testArmModel.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/rule + +# Convenience name for target. +testPose2MobileVetLin2Arms.valgrind: gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/rule + +.PHONY : testPose2MobileVetLin2Arms.valgrind + +# fast build rule for target. +testPose2MobileVetLin2Arms.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.valgrind.dir/build +.PHONY : testPose2MobileVetLin2Arms.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/rule + +# Convenience name for target. +testMobileBaseUtils.run: gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/rule + +.PHONY : testMobileBaseUtils.run + +# fast build rule for target. +testMobileBaseUtils.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/build.make gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.run.dir/build +.PHONY : testMobileBaseUtils.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/rule + +# Convenience name for target. +testArm.valgrind: gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/rule + +.PHONY : testArm.valgrind + +# fast build rule for target. +testArm.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testArm.valgrind.dir/build +.PHONY : testArm.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/rule + +# Convenience name for target. +testPose2Mobile2Arms.run: gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/rule + +.PHONY : testPose2Mobile2Arms.run + +# fast build rule for target. +testPose2Mobile2Arms.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.run.dir/build +.PHONY : testPose2Mobile2Arms.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/rule + +# Convenience name for target. +testGaussianPriorWorkspacePose.run: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/rule + +.PHONY : testGaussianPriorWorkspacePose.run + +# fast build rule for target. +testGaussianPriorWorkspacePose.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.run.dir/build +.PHONY : testGaussianPriorWorkspacePose.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/rule + +# Convenience name for target. +testGaussianPriorWorkspaceOrientation: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/rule + +.PHONY : testGaussianPriorWorkspaceOrientation + +# fast build rule for target. +testGaussianPriorWorkspaceOrientation/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/build +.PHONY : testGaussianPriorWorkspaceOrientation/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/rule + +# Convenience name for target. +testGaussianPriorWorkspacePosition: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/rule + +.PHONY : testGaussianPriorWorkspacePosition + +# fast build rule for target. +testGaussianPriorWorkspacePosition/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/build +.PHONY : testGaussianPriorWorkspacePosition/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/rule + +# Convenience name for target. +testGoalFactorArm.run: gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/rule + +.PHONY : testGoalFactorArm.run + +# fast build rule for target. +testGoalFactorArm.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/build.make gpmp2/kinematics/CMakeFiles/testGoalFactorArm.run.dir/build +.PHONY : testGoalFactorArm.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/rule + +# Convenience name for target. +testGaussianPriorWorkspacePosition.run: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/rule + +.PHONY : testGaussianPriorWorkspacePosition.run + +# fast build rule for target. +testGaussianPriorWorkspacePosition.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.run.dir/build +.PHONY : testGaussianPriorWorkspacePosition.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testArm.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testArm.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testArm.dir/rule + +# Convenience name for target. +testArm: gpmp2/kinematics/CMakeFiles/testArm.dir/rule + +.PHONY : testArm + +# fast build rule for target. +testArm/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArm.dir/build.make gpmp2/kinematics/CMakeFiles/testArm.dir/build +.PHONY : testArm/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/rule + +# Convenience name for target. +testGaussianPriorWorkspacePosition.valgrind: gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/rule + +.PHONY : testGaussianPriorWorkspacePosition.valgrind + +# fast build rule for target. +testGaussianPriorWorkspacePosition.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.valgrind.dir/build +.PHONY : testGaussianPriorWorkspacePosition.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testArm.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testArm.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testArm.run.dir/rule + +# Convenience name for target. +testArm.run: gpmp2/kinematics/CMakeFiles/testArm.run.dir/rule + +.PHONY : testArm.run + +# fast build rule for target. +testArm.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArm.run.dir/build.make gpmp2/kinematics/CMakeFiles/testArm.run.dir/build +.PHONY : testArm.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/rule + +# Convenience name for target. +testGoalFactorArm: gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/rule + +.PHONY : testGoalFactorArm + +# fast build rule for target. +testGoalFactorArm/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/build.make gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/build +.PHONY : testGoalFactorArm/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/rule + +# Convenience name for target. +testJointLimitFactorPose2Vector: gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/rule + +.PHONY : testJointLimitFactorPose2Vector + +# fast build rule for target. +testJointLimitFactorPose2Vector/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/build +.PHONY : testJointLimitFactorPose2Vector/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/rule + +# Convenience name for target. +testJointLimitFactorPose2Vector.run: gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/rule + +.PHONY : testJointLimitFactorPose2Vector.run + +# fast build rule for target. +testJointLimitFactorPose2Vector.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.run.dir/build +.PHONY : testJointLimitFactorPose2Vector.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/rule + +# Convenience name for target. +testGoalFactorArm.valgrind: gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/rule + +.PHONY : testGoalFactorArm.valgrind + +# fast build rule for target. +testGoalFactorArm.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testGoalFactorArm.valgrind.dir/build +.PHONY : testGoalFactorArm.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/rule + +# Convenience name for target. +testJointLimitFactorPose2Vector.valgrind: gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/rule + +.PHONY : testJointLimitFactorPose2Vector.valgrind + +# fast build rule for target. +testJointLimitFactorPose2Vector.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.valgrind.dir/build +.PHONY : testJointLimitFactorPose2Vector.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/rule + +# Convenience name for target. +testPose2MobileArm: gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/rule + +.PHONY : testPose2MobileArm + +# fast build rule for target. +testPose2MobileArm/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/build +.PHONY : testPose2MobileArm/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/check.kinematics.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/check.kinematics.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/check.kinematics.dir/rule + +# Convenience name for target. +check.kinematics: gpmp2/kinematics/CMakeFiles/check.kinematics.dir/rule + +.PHONY : check.kinematics + +# fast build rule for target. +check.kinematics/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/check.kinematics.dir/build.make gpmp2/kinematics/CMakeFiles/check.kinematics.dir/build +.PHONY : check.kinematics/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/rule + +# Convenience name for target. +testJointLimitFactorVector.run: gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/rule + +.PHONY : testJointLimitFactorVector.run + +# fast build rule for target. +testJointLimitFactorVector.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.run.dir/build +.PHONY : testJointLimitFactorVector.run/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/rule + +# Convenience name for target. +testMobileBaseUtils.valgrind: gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/rule + +.PHONY : testMobileBaseUtils.valgrind + +# fast build rule for target. +testMobileBaseUtils.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/build.make gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.valgrind.dir/build +.PHONY : testMobileBaseUtils.valgrind/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/rule + +# Convenience name for target. +testJointLimitFactorVector: gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/rule + +.PHONY : testJointLimitFactorVector + +# fast build rule for target. +testJointLimitFactorVector/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/build +.PHONY : testJointLimitFactorVector/fast + +# Convenience name for target. +gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/rule +.PHONY : gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/rule + +# Convenience name for target. +testPointRobotModel: gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/rule + +.PHONY : testPointRobotModel + +# fast build rule for target. +testPointRobotModel/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/build.make gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/build +.PHONY : testPointRobotModel/fast + +tests/testArm.o: tests/testArm.cpp.o + +.PHONY : tests/testArm.o + +# target to build an object file +tests/testArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArm.dir/build.make gpmp2/kinematics/CMakeFiles/testArm.dir/tests/testArm.cpp.o +.PHONY : tests/testArm.cpp.o + +tests/testArm.i: tests/testArm.cpp.i + +.PHONY : tests/testArm.i + +# target to preprocess a source file +tests/testArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArm.dir/build.make gpmp2/kinematics/CMakeFiles/testArm.dir/tests/testArm.cpp.i +.PHONY : tests/testArm.cpp.i + +tests/testArm.s: tests/testArm.cpp.s + +.PHONY : tests/testArm.s + +# target to generate assembly for a file +tests/testArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArm.dir/build.make gpmp2/kinematics/CMakeFiles/testArm.dir/tests/testArm.cpp.s +.PHONY : tests/testArm.cpp.s + +tests/testArmModel.o: tests/testArmModel.cpp.o + +.PHONY : tests/testArmModel.o + +# target to build an object file +tests/testArmModel.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArmModel.dir/build.make gpmp2/kinematics/CMakeFiles/testArmModel.dir/tests/testArmModel.cpp.o +.PHONY : tests/testArmModel.cpp.o + +tests/testArmModel.i: tests/testArmModel.cpp.i + +.PHONY : tests/testArmModel.i + +# target to preprocess a source file +tests/testArmModel.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArmModel.dir/build.make gpmp2/kinematics/CMakeFiles/testArmModel.dir/tests/testArmModel.cpp.i +.PHONY : tests/testArmModel.cpp.i + +tests/testArmModel.s: tests/testArmModel.cpp.s + +.PHONY : tests/testArmModel.s + +# target to generate assembly for a file +tests/testArmModel.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testArmModel.dir/build.make gpmp2/kinematics/CMakeFiles/testArmModel.dir/tests/testArmModel.cpp.s +.PHONY : tests/testArmModel.cpp.s + +tests/testGaussianPriorWorkspaceOrientation.o: tests/testGaussianPriorWorkspaceOrientation.cpp.o + +.PHONY : tests/testGaussianPriorWorkspaceOrientation.o + +# target to build an object file +tests/testGaussianPriorWorkspaceOrientation.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/tests/testGaussianPriorWorkspaceOrientation.cpp.o +.PHONY : tests/testGaussianPriorWorkspaceOrientation.cpp.o + +tests/testGaussianPriorWorkspaceOrientation.i: tests/testGaussianPriorWorkspaceOrientation.cpp.i + +.PHONY : tests/testGaussianPriorWorkspaceOrientation.i + +# target to preprocess a source file +tests/testGaussianPriorWorkspaceOrientation.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/tests/testGaussianPriorWorkspaceOrientation.cpp.i +.PHONY : tests/testGaussianPriorWorkspaceOrientation.cpp.i + +tests/testGaussianPriorWorkspaceOrientation.s: tests/testGaussianPriorWorkspaceOrientation.cpp.s + +.PHONY : tests/testGaussianPriorWorkspaceOrientation.s + +# target to generate assembly for a file +tests/testGaussianPriorWorkspaceOrientation.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspaceOrientation.dir/tests/testGaussianPriorWorkspaceOrientation.cpp.s +.PHONY : tests/testGaussianPriorWorkspaceOrientation.cpp.s + +tests/testGaussianPriorWorkspacePose.o: tests/testGaussianPriorWorkspacePose.cpp.o + +.PHONY : tests/testGaussianPriorWorkspacePose.o + +# target to build an object file +tests/testGaussianPriorWorkspacePose.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/tests/testGaussianPriorWorkspacePose.cpp.o +.PHONY : tests/testGaussianPriorWorkspacePose.cpp.o + +tests/testGaussianPriorWorkspacePose.i: tests/testGaussianPriorWorkspacePose.cpp.i + +.PHONY : tests/testGaussianPriorWorkspacePose.i + +# target to preprocess a source file +tests/testGaussianPriorWorkspacePose.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/tests/testGaussianPriorWorkspacePose.cpp.i +.PHONY : tests/testGaussianPriorWorkspacePose.cpp.i + +tests/testGaussianPriorWorkspacePose.s: tests/testGaussianPriorWorkspacePose.cpp.s + +.PHONY : tests/testGaussianPriorWorkspacePose.s + +# target to generate assembly for a file +tests/testGaussianPriorWorkspacePose.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePose.dir/tests/testGaussianPriorWorkspacePose.cpp.s +.PHONY : tests/testGaussianPriorWorkspacePose.cpp.s + +tests/testGaussianPriorWorkspacePosition.o: tests/testGaussianPriorWorkspacePosition.cpp.o + +.PHONY : tests/testGaussianPriorWorkspacePosition.o + +# target to build an object file +tests/testGaussianPriorWorkspacePosition.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/tests/testGaussianPriorWorkspacePosition.cpp.o +.PHONY : tests/testGaussianPriorWorkspacePosition.cpp.o + +tests/testGaussianPriorWorkspacePosition.i: tests/testGaussianPriorWorkspacePosition.cpp.i + +.PHONY : tests/testGaussianPriorWorkspacePosition.i + +# target to preprocess a source file +tests/testGaussianPriorWorkspacePosition.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/tests/testGaussianPriorWorkspacePosition.cpp.i +.PHONY : tests/testGaussianPriorWorkspacePosition.cpp.i + +tests/testGaussianPriorWorkspacePosition.s: tests/testGaussianPriorWorkspacePosition.cpp.s + +.PHONY : tests/testGaussianPriorWorkspacePosition.s + +# target to generate assembly for a file +tests/testGaussianPriorWorkspacePosition.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/build.make gpmp2/kinematics/CMakeFiles/testGaussianPriorWorkspacePosition.dir/tests/testGaussianPriorWorkspacePosition.cpp.s +.PHONY : tests/testGaussianPriorWorkspacePosition.cpp.s + +tests/testGoalFactorArm.o: tests/testGoalFactorArm.cpp.o + +.PHONY : tests/testGoalFactorArm.o + +# target to build an object file +tests/testGoalFactorArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/build.make gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/tests/testGoalFactorArm.cpp.o +.PHONY : tests/testGoalFactorArm.cpp.o + +tests/testGoalFactorArm.i: tests/testGoalFactorArm.cpp.i + +.PHONY : tests/testGoalFactorArm.i + +# target to preprocess a source file +tests/testGoalFactorArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/build.make gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/tests/testGoalFactorArm.cpp.i +.PHONY : tests/testGoalFactorArm.cpp.i + +tests/testGoalFactorArm.s: tests/testGoalFactorArm.cpp.s + +.PHONY : tests/testGoalFactorArm.s + +# target to generate assembly for a file +tests/testGoalFactorArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/build.make gpmp2/kinematics/CMakeFiles/testGoalFactorArm.dir/tests/testGoalFactorArm.cpp.s +.PHONY : tests/testGoalFactorArm.cpp.s + +tests/testJointLimitFactorPose2Vector.o: tests/testJointLimitFactorPose2Vector.cpp.o + +.PHONY : tests/testJointLimitFactorPose2Vector.o + +# target to build an object file +tests/testJointLimitFactorPose2Vector.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/tests/testJointLimitFactorPose2Vector.cpp.o +.PHONY : tests/testJointLimitFactorPose2Vector.cpp.o + +tests/testJointLimitFactorPose2Vector.i: tests/testJointLimitFactorPose2Vector.cpp.i + +.PHONY : tests/testJointLimitFactorPose2Vector.i + +# target to preprocess a source file +tests/testJointLimitFactorPose2Vector.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/tests/testJointLimitFactorPose2Vector.cpp.i +.PHONY : tests/testJointLimitFactorPose2Vector.cpp.i + +tests/testJointLimitFactorPose2Vector.s: tests/testJointLimitFactorPose2Vector.cpp.s + +.PHONY : tests/testJointLimitFactorPose2Vector.s + +# target to generate assembly for a file +tests/testJointLimitFactorPose2Vector.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorPose2Vector.dir/tests/testJointLimitFactorPose2Vector.cpp.s +.PHONY : tests/testJointLimitFactorPose2Vector.cpp.s + +tests/testJointLimitFactorVector.o: tests/testJointLimitFactorVector.cpp.o + +.PHONY : tests/testJointLimitFactorVector.o + +# target to build an object file +tests/testJointLimitFactorVector.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/tests/testJointLimitFactorVector.cpp.o +.PHONY : tests/testJointLimitFactorVector.cpp.o + +tests/testJointLimitFactorVector.i: tests/testJointLimitFactorVector.cpp.i + +.PHONY : tests/testJointLimitFactorVector.i + +# target to preprocess a source file +tests/testJointLimitFactorVector.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/tests/testJointLimitFactorVector.cpp.i +.PHONY : tests/testJointLimitFactorVector.cpp.i + +tests/testJointLimitFactorVector.s: tests/testJointLimitFactorVector.cpp.s + +.PHONY : tests/testJointLimitFactorVector.s + +# target to generate assembly for a file +tests/testJointLimitFactorVector.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/build.make gpmp2/kinematics/CMakeFiles/testJointLimitFactorVector.dir/tests/testJointLimitFactorVector.cpp.s +.PHONY : tests/testJointLimitFactorVector.cpp.s + +tests/testMobileBaseUtils.o: tests/testMobileBaseUtils.cpp.o + +.PHONY : tests/testMobileBaseUtils.o + +# target to build an object file +tests/testMobileBaseUtils.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/build.make gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/tests/testMobileBaseUtils.cpp.o +.PHONY : tests/testMobileBaseUtils.cpp.o + +tests/testMobileBaseUtils.i: tests/testMobileBaseUtils.cpp.i + +.PHONY : tests/testMobileBaseUtils.i + +# target to preprocess a source file +tests/testMobileBaseUtils.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/build.make gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/tests/testMobileBaseUtils.cpp.i +.PHONY : tests/testMobileBaseUtils.cpp.i + +tests/testMobileBaseUtils.s: tests/testMobileBaseUtils.cpp.s + +.PHONY : tests/testMobileBaseUtils.s + +# target to generate assembly for a file +tests/testMobileBaseUtils.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/build.make gpmp2/kinematics/CMakeFiles/testMobileBaseUtils.dir/tests/testMobileBaseUtils.cpp.s +.PHONY : tests/testMobileBaseUtils.cpp.s + +tests/testPointRobotModel.o: tests/testPointRobotModel.cpp.o + +.PHONY : tests/testPointRobotModel.o + +# target to build an object file +tests/testPointRobotModel.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/build.make gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/tests/testPointRobotModel.cpp.o +.PHONY : tests/testPointRobotModel.cpp.o + +tests/testPointRobotModel.i: tests/testPointRobotModel.cpp.i + +.PHONY : tests/testPointRobotModel.i + +# target to preprocess a source file +tests/testPointRobotModel.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/build.make gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/tests/testPointRobotModel.cpp.i +.PHONY : tests/testPointRobotModel.cpp.i + +tests/testPointRobotModel.s: tests/testPointRobotModel.cpp.s + +.PHONY : tests/testPointRobotModel.s + +# target to generate assembly for a file +tests/testPointRobotModel.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/build.make gpmp2/kinematics/CMakeFiles/testPointRobotModel.dir/tests/testPointRobotModel.cpp.s +.PHONY : tests/testPointRobotModel.cpp.s + +tests/testPose2Mobile2Arms.o: tests/testPose2Mobile2Arms.cpp.o + +.PHONY : tests/testPose2Mobile2Arms.o + +# target to build an object file +tests/testPose2Mobile2Arms.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/tests/testPose2Mobile2Arms.cpp.o +.PHONY : tests/testPose2Mobile2Arms.cpp.o + +tests/testPose2Mobile2Arms.i: tests/testPose2Mobile2Arms.cpp.i + +.PHONY : tests/testPose2Mobile2Arms.i + +# target to preprocess a source file +tests/testPose2Mobile2Arms.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/tests/testPose2Mobile2Arms.cpp.i +.PHONY : tests/testPose2Mobile2Arms.cpp.i + +tests/testPose2Mobile2Arms.s: tests/testPose2Mobile2Arms.cpp.s + +.PHONY : tests/testPose2Mobile2Arms.s + +# target to generate assembly for a file +tests/testPose2Mobile2Arms.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2Mobile2Arms.dir/tests/testPose2Mobile2Arms.cpp.s +.PHONY : tests/testPose2Mobile2Arms.cpp.s + +tests/testPose2MobileArm.o: tests/testPose2MobileArm.cpp.o + +.PHONY : tests/testPose2MobileArm.o + +# target to build an object file +tests/testPose2MobileArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/tests/testPose2MobileArm.cpp.o +.PHONY : tests/testPose2MobileArm.cpp.o + +tests/testPose2MobileArm.i: tests/testPose2MobileArm.cpp.i + +.PHONY : tests/testPose2MobileArm.i + +# target to preprocess a source file +tests/testPose2MobileArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/tests/testPose2MobileArm.cpp.i +.PHONY : tests/testPose2MobileArm.cpp.i + +tests/testPose2MobileArm.s: tests/testPose2MobileArm.cpp.s + +.PHONY : tests/testPose2MobileArm.s + +# target to generate assembly for a file +tests/testPose2MobileArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileArm.dir/tests/testPose2MobileArm.cpp.s +.PHONY : tests/testPose2MobileArm.cpp.s + +tests/testPose2MobileBase.o: tests/testPose2MobileBase.cpp.o + +.PHONY : tests/testPose2MobileBase.o + +# target to build an object file +tests/testPose2MobileBase.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/tests/testPose2MobileBase.cpp.o +.PHONY : tests/testPose2MobileBase.cpp.o + +tests/testPose2MobileBase.i: tests/testPose2MobileBase.cpp.i + +.PHONY : tests/testPose2MobileBase.i + +# target to preprocess a source file +tests/testPose2MobileBase.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/tests/testPose2MobileBase.cpp.i +.PHONY : tests/testPose2MobileBase.cpp.i + +tests/testPose2MobileBase.s: tests/testPose2MobileBase.cpp.s + +.PHONY : tests/testPose2MobileBase.s + +# target to generate assembly for a file +tests/testPose2MobileBase.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileBase.dir/tests/testPose2MobileBase.cpp.s +.PHONY : tests/testPose2MobileBase.cpp.s + +tests/testPose2MobileVetLin2Arms.o: tests/testPose2MobileVetLin2Arms.cpp.o + +.PHONY : tests/testPose2MobileVetLin2Arms.o + +# target to build an object file +tests/testPose2MobileVetLin2Arms.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/tests/testPose2MobileVetLin2Arms.cpp.o +.PHONY : tests/testPose2MobileVetLin2Arms.cpp.o + +tests/testPose2MobileVetLin2Arms.i: tests/testPose2MobileVetLin2Arms.cpp.i + +.PHONY : tests/testPose2MobileVetLin2Arms.i + +# target to preprocess a source file +tests/testPose2MobileVetLin2Arms.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/tests/testPose2MobileVetLin2Arms.cpp.i +.PHONY : tests/testPose2MobileVetLin2Arms.cpp.i + +tests/testPose2MobileVetLin2Arms.s: tests/testPose2MobileVetLin2Arms.cpp.s + +.PHONY : tests/testPose2MobileVetLin2Arms.s + +# target to generate assembly for a file +tests/testPose2MobileVetLin2Arms.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLin2Arms.dir/tests/testPose2MobileVetLin2Arms.cpp.s +.PHONY : tests/testPose2MobileVetLin2Arms.cpp.s + +tests/testPose2MobileVetLinArm.o: tests/testPose2MobileVetLinArm.cpp.o + +.PHONY : tests/testPose2MobileVetLinArm.o + +# target to build an object file +tests/testPose2MobileVetLinArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/tests/testPose2MobileVetLinArm.cpp.o +.PHONY : tests/testPose2MobileVetLinArm.cpp.o + +tests/testPose2MobileVetLinArm.i: tests/testPose2MobileVetLinArm.cpp.i + +.PHONY : tests/testPose2MobileVetLinArm.i + +# target to preprocess a source file +tests/testPose2MobileVetLinArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/tests/testPose2MobileVetLinArm.cpp.i +.PHONY : tests/testPose2MobileVetLinArm.cpp.i + +tests/testPose2MobileVetLinArm.s: tests/testPose2MobileVetLinArm.cpp.s + +.PHONY : tests/testPose2MobileVetLinArm.s + +# target to generate assembly for a file +tests/testPose2MobileVetLinArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/build.make gpmp2/kinematics/CMakeFiles/testPose2MobileVetLinArm.dir/tests/testPose2MobileVetLinArm.cpp.s +.PHONY : tests/testPose2MobileVetLinArm.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... testPose2MobileVetLinArm.valgrind" + @echo "... testPose2MobileVetLinArm" + @echo "... edit_cache" + @echo "... testPose2MobileVetLin2Arms" + @echo "... testPose2MobileVetLinArm.run" + @echo "... testPose2MobileBase.valgrind" + @echo "... testPose2MobileBase.run" + @echo "... testPose2MobileBase" + @echo "... testPose2MobileArm.valgrind" + @echo "... install" + @echo "... testPose2Mobile2Arms" + @echo "... testPointRobotModel.valgrind" + @echo "... testPointRobotModel.run" + @echo "... testPose2MobileArm.run" + @echo "... testGaussianPriorWorkspacePose.valgrind" + @echo "... testGaussianPriorWorkspaceOrientation.valgrind" + @echo "... testJointLimitFactorVector.valgrind" + @echo "... testMobileBaseUtils" + @echo "... testPose2MobileVetLin2Arms.run" + @echo "... testGaussianPriorWorkspacePose" + @echo "... testGaussianPriorWorkspaceOrientation.run" + @echo "... testArmModel.run" + @echo "... testPose2Mobile2Arms.valgrind" + @echo "... testArmModel" + @echo "... testArmModel.valgrind" + @echo "... list_install_components" + @echo "... testPose2MobileVetLin2Arms.valgrind" + @echo "... testMobileBaseUtils.run" + @echo "... testArm.valgrind" + @echo "... rebuild_cache" + @echo "... testPose2Mobile2Arms.run" + @echo "... testGaussianPriorWorkspacePose.run" + @echo "... testGaussianPriorWorkspaceOrientation" + @echo "... testGaussianPriorWorkspacePosition" + @echo "... testGoalFactorArm.run" + @echo "... testGaussianPriorWorkspacePosition.run" + @echo "... testArm" + @echo "... testGaussianPriorWorkspacePosition.valgrind" + @echo "... test" + @echo "... testArm.run" + @echo "... testGoalFactorArm" + @echo "... testJointLimitFactorPose2Vector" + @echo "... testJointLimitFactorPose2Vector.run" + @echo "... testGoalFactorArm.valgrind" + @echo "... testJointLimitFactorPose2Vector.valgrind" + @echo "... testPose2MobileArm" + @echo "... check.kinematics" + @echo "... testJointLimitFactorVector.run" + @echo "... testMobileBaseUtils.valgrind" + @echo "... testJointLimitFactorVector" + @echo "... testPointRobotModel" + @echo "... tests/testArm.o" + @echo "... tests/testArm.i" + @echo "... tests/testArm.s" + @echo "... tests/testArmModel.o" + @echo "... tests/testArmModel.i" + @echo "... tests/testArmModel.s" + @echo "... tests/testGaussianPriorWorkspaceOrientation.o" + @echo "... tests/testGaussianPriorWorkspaceOrientation.i" + @echo "... tests/testGaussianPriorWorkspaceOrientation.s" + @echo "... tests/testGaussianPriorWorkspacePose.o" + @echo "... tests/testGaussianPriorWorkspacePose.i" + @echo "... tests/testGaussianPriorWorkspacePose.s" + @echo "... tests/testGaussianPriorWorkspacePosition.o" + @echo "... tests/testGaussianPriorWorkspacePosition.i" + @echo "... tests/testGaussianPriorWorkspacePosition.s" + @echo "... tests/testGoalFactorArm.o" + @echo "... tests/testGoalFactorArm.i" + @echo "... tests/testGoalFactorArm.s" + @echo "... tests/testJointLimitFactorPose2Vector.o" + @echo "... tests/testJointLimitFactorPose2Vector.i" + @echo "... tests/testJointLimitFactorPose2Vector.s" + @echo "... tests/testJointLimitFactorVector.o" + @echo "... tests/testJointLimitFactorVector.i" + @echo "... tests/testJointLimitFactorVector.s" + @echo "... tests/testMobileBaseUtils.o" + @echo "... tests/testMobileBaseUtils.i" + @echo "... tests/testMobileBaseUtils.s" + @echo "... tests/testPointRobotModel.o" + @echo "... tests/testPointRobotModel.i" + @echo "... tests/testPointRobotModel.s" + @echo "... tests/testPose2Mobile2Arms.o" + @echo "... tests/testPose2Mobile2Arms.i" + @echo "... tests/testPose2Mobile2Arms.s" + @echo "... tests/testPose2MobileArm.o" + @echo "... tests/testPose2MobileArm.i" + @echo "... tests/testPose2MobileArm.s" + @echo "... tests/testPose2MobileBase.o" + @echo "... tests/testPose2MobileBase.i" + @echo "... tests/testPose2MobileBase.s" + @echo "... tests/testPose2MobileVetLin2Arms.o" + @echo "... tests/testPose2MobileVetLin2Arms.i" + @echo "... tests/testPose2MobileVetLin2Arms.s" + @echo "... tests/testPose2MobileVetLinArm.o" + @echo "... tests/testPose2MobileVetLinArm.i" + @echo "... tests/testPose2MobileVetLinArm.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/gpmp2/kinematics/RobotModel-inl.h b/gpmp2/kinematics/RobotModel-inl.h index f30d7cc..4ace4a0 100644 --- a/gpmp2/kinematics/RobotModel-inl.h +++ b/gpmp2/kinematics/RobotModel-inl.h @@ -28,12 +28,12 @@ void RobotModel::sphereCenters(const Pose& jp, for (size_t sph_idx = 0; sph_idx < nr_body_spheres(); sph_idx++) { if (J_point_conf) { gtsam::Matrix36 J_point_pose; - sph_centers[sph_idx] = link_poses[body_spheres_[sph_idx].link_id].transform_from( + sph_centers[sph_idx] = link_poses[body_spheres_[sph_idx].link_id].transformFrom( body_spheres_[sph_idx].center, J_point_pose); (*J_point_conf)[sph_idx] = J_point_pose * J_pose_jp[body_spheres_[sph_idx].link_id]; } else { - sph_centers[sph_idx] = link_poses[body_spheres_[sph_idx].link_id].transform_from( + sph_centers[sph_idx] = link_poses[body_spheres_[sph_idx].link_id].transformFrom( body_spheres_[sph_idx].center); } } @@ -55,12 +55,12 @@ gtsam::Point3 RobotModel::sphereCenter(size_t sph_idx, const Pose& jp, gtsam::Point3 sph_center; if (J_point_conf) { gtsam::Matrix36 J_point_pose; - sph_center = link_poses[body_spheres_[sph_idx].link_id].transform_from( + sph_center = link_poses[body_spheres_[sph_idx].link_id].transformFrom( body_spheres_[sph_idx].center, J_point_pose); *J_point_conf = J_point_pose * J_pose_jp[body_spheres_[sph_idx].link_id]; } else { - sph_center = link_poses[body_spheres_[sph_idx].link_id].transform_from( + sph_center = link_poses[body_spheres_[sph_idx].link_id].transformFrom( body_spheres_[sph_idx].center); } @@ -77,7 +77,7 @@ gtsam::Matrix RobotModel::sphereCentersMat(const Pose& jp) const { // convert to matrix gtsam::Matrix points_mat(3, nr_body_spheres()); for (size_t i = 0; i < nr_body_spheres(); i++) - points_mat.col(i) = sph_centers[i].vector(); + points_mat.col(i) = sph_centers[i]; return points_mat; } diff --git a/gpmp2/kinematics/cmake_install.cmake b/gpmp2/kinematics/cmake_install.cmake new file mode 100644 index 0000000..49a43fb --- /dev/null +++ b/gpmp2/kinematics/cmake_install.cmake @@ -0,0 +1,74 @@ +# Install script for directory: /home/matt/Documents/gpmp2/gpmp2/kinematics + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/gpmp2/kinematics" TYPE FILE FILES + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Arm.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/ArmModel.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/ForwardKinematics-inl.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/ForwardKinematics.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/GaussianPriorWorkspaceOrientation.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/GaussianPriorWorkspaceOrientationArm.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/GaussianPriorWorkspacePose.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/GaussianPriorWorkspacePoseArm.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/GaussianPriorWorkspacePosition.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/GaussianPriorWorkspacePositionArm.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/GoalFactorArm.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/JointLimitCost.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/JointLimitFactorPose2Vector.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/JointLimitFactorVector.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/PointRobot.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/PointRobotModel.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2Mobile2Arms.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2Mobile2ArmsModel.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileArm.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileArmModel.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileBase.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileBaseModel.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLin2Arms.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLin2ArmsModel.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLinArm.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/Pose2MobileVetLinArmModel.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/RobotModel-inl.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/RobotModel.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/VelocityLimitFactorVector.h" + "/home/matt/Documents/gpmp2/gpmp2/kinematics/mobileBaseUtils.h" + ) +endif() + diff --git a/gpmp2/libgpmp2.so b/gpmp2/libgpmp2.so new file mode 100755 index 0000000..54d938e Binary files /dev/null and b/gpmp2/libgpmp2.so differ diff --git a/gpmp2/libgpmp2.so.0 b/gpmp2/libgpmp2.so.0 new file mode 100755 index 0000000..54d938e Binary files /dev/null and b/gpmp2/libgpmp2.so.0 differ diff --git a/gpmp2/libgpmp2.so.0.2.0 b/gpmp2/libgpmp2.so.0.2.0 new file mode 100755 index 0000000..54d938e Binary files /dev/null and b/gpmp2/libgpmp2.so.0.2.0 differ diff --git a/gpmp2/obstacle/CMakeFiles/CMakeDirectoryInformation.cmake b/gpmp2/obstacle/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..f8e1f1a --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/matt/Documents/gpmp2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/matt/Documents/gpmp2") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/gpmp2/obstacle/CMakeFiles/check.obstacle.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/check.obstacle.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/check.obstacle.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/check.obstacle.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/check.obstacle.dir/cmake_clean.cmake new file mode 100644 index 0000000..48e4a7d --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/check.obstacle.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/check.obstacle" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/check.obstacle.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/check.obstacle.dir/progress.make b/gpmp2/obstacle/CMakeFiles/check.obstacle.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/check.obstacle.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/progress.marks b/gpmp2/obstacle/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/DependInfo.cmake new file mode 100644 index 0000000..af0aef4 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/obstacle/tests/testObstaclePlanarSDFFactorArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/tests/testObstaclePlanarSDFFactorArm.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/cmake_clean.cmake new file mode 100644 index 0000000..84e966c --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstaclePlanarSDFFactorArm.dir/tests/testObstaclePlanarSDFFactorArm.cpp.o" + "testObstaclePlanarSDFFactorArm" + "testObstaclePlanarSDFFactorArm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testObstaclePlanarSDFFactorArm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/depend.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/depend.make new file mode 100644 index 0000000..ed48f35 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testObstaclePlanarSDFFactorArm. +# This may be replaced when dependencies are built. diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/flags.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/flags.make new file mode 100644 index 0000000..e309189 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/tests/testObstaclePlanarSDFFactorArm.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/link.txt b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/link.txt new file mode 100644 index 0000000..772aab8 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testObstaclePlanarSDFFactorArm.dir/tests/testObstaclePlanarSDFFactorArm.cpp.o -o testObstaclePlanarSDFFactorArm -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/progress.make new file mode 100644 index 0000000..31f55b0 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 59 +CMAKE_PROGRESS_2 = 60 + diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..93a5327 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstaclePlanarSDFFactorArm.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..fae0d63 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/DependInfo.cmake new file mode 100644 index 0000000..61852df --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/obstacle/tests/testObstaclePlanarSDFFactorGPArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/tests/testObstaclePlanarSDFFactorGPArm.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/cmake_clean.cmake new file mode 100644 index 0000000..0a92b3e --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/tests/testObstaclePlanarSDFFactorGPArm.cpp.o" + "testObstaclePlanarSDFFactorGPArm" + "testObstaclePlanarSDFFactorGPArm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/depend.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/depend.make new file mode 100644 index 0000000..c8ee20e --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testObstaclePlanarSDFFactorGPArm. +# This may be replaced when dependencies are built. diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/flags.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/flags.make new file mode 100644 index 0000000..0640a8d --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/tests/testObstaclePlanarSDFFactorGPArm.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/link.txt b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/link.txt new file mode 100644 index 0000000..f3d0d05 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/tests/testObstaclePlanarSDFFactorGPArm.cpp.o -o testObstaclePlanarSDFFactorGPArm -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/progress.make new file mode 100644 index 0000000..2037d64 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 61 +CMAKE_PROGRESS_2 = 62 + diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..adadb79 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstaclePlanarSDFFactorGPArm.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..f2dcf07 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/DependInfo.cmake new file mode 100644 index 0000000..bf4da54 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/obstacle/tests/testObstacleSDFFactorArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/tests/testObstacleSDFFactorArm.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/cmake_clean.cmake new file mode 100644 index 0000000..c2abb5f --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstacleSDFFactorArm.dir/tests/testObstacleSDFFactorArm.cpp.o" + "testObstacleSDFFactorArm" + "testObstacleSDFFactorArm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testObstacleSDFFactorArm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/depend.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/depend.make new file mode 100644 index 0000000..23aa210 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testObstacleSDFFactorArm. +# This may be replaced when dependencies are built. diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/flags.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/flags.make new file mode 100644 index 0000000..3db1ac9 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/tests/testObstacleSDFFactorArm.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/link.txt b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/link.txt new file mode 100644 index 0000000..955e2c1 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testObstacleSDFFactorArm.dir/tests/testObstacleSDFFactorArm.cpp.o -o testObstacleSDFFactorArm -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/progress.make new file mode 100644 index 0000000..d17f317 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 63 +CMAKE_PROGRESS_2 = 64 + diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..fe5a432 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstacleSDFFactorArm.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testObstacleSDFFactorArm.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..12a6d41 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstacleSDFFactorArm.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/DependInfo.cmake new file mode 100644 index 0000000..33b3dcb --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/obstacle/tests/testObstacleSDFFactorGPArm.cpp" "/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/tests/testObstacleSDFFactorGPArm.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/cmake_clean.cmake new file mode 100644 index 0000000..355ccb8 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstacleSDFFactorGPArm.dir/tests/testObstacleSDFFactorGPArm.cpp.o" + "testObstacleSDFFactorGPArm" + "testObstacleSDFFactorGPArm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testObstacleSDFFactorGPArm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/depend.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/depend.make new file mode 100644 index 0000000..5a03442 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testObstacleSDFFactorGPArm. +# This may be replaced when dependencies are built. diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/flags.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/flags.make new file mode 100644 index 0000000..bd02193 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/tests/testObstacleSDFFactorGPArm.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/link.txt b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/link.txt new file mode 100644 index 0000000..604b4e0 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testObstacleSDFFactorGPArm.dir/tests/testObstacleSDFFactorGPArm.cpp.o -o testObstacleSDFFactorGPArm -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/progress.make new file mode 100644 index 0000000..a5416a7 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 65 +CMAKE_PROGRESS_2 = 66 + diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..2b8e502 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstacleSDFFactorGPArm.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testObstacleSDFFactorGPArm.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..7d8fe55 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testObstacleSDFFactorGPArm.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/DependInfo.cmake new file mode 100644 index 0000000..19f311a --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/obstacle/tests/testPlanarSDF.cpp" "/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/tests/testPlanarSDF.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/cmake_clean.cmake new file mode 100644 index 0000000..322ec80 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPlanarSDF.dir/tests/testPlanarSDF.cpp.o" + "testPlanarSDF" + "testPlanarSDF.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testPlanarSDF.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/depend.make b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/depend.make new file mode 100644 index 0000000..55c42e7 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testPlanarSDF. +# This may be replaced when dependencies are built. diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/flags.make b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/flags.make new file mode 100644 index 0000000..db8f8c1 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/tests/testPlanarSDF.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/link.txt b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/link.txt new file mode 100644 index 0000000..b4dbddf --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testPlanarSDF.dir/tests/testPlanarSDF.cpp.o -o testPlanarSDF -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/progress.make new file mode 100644 index 0000000..92cb53a --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 67 +CMAKE_PROGRESS_2 = 68 + diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..0ffe653 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPlanarSDF.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPlanarSDF.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..98f695f --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testPlanarSDF.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testPlanarSDF.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/DependInfo.cmake new file mode 100644 index 0000000..14f7554 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/obstacle/tests/testSignedDistanceField.cpp" "/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/tests/testSignedDistanceField.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/cmake_clean.cmake new file mode 100644 index 0000000..24af25e --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testSignedDistanceField.dir/tests/testSignedDistanceField.cpp.o" + "testSignedDistanceField" + "testSignedDistanceField.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testSignedDistanceField.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/depend.make b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/depend.make new file mode 100644 index 0000000..cff8b1e --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testSignedDistanceField. +# This may be replaced when dependencies are built. diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/flags.make b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/flags.make new file mode 100644 index 0000000..c40c726 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/tests/testSignedDistanceField.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/link.txt b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/link.txt new file mode 100644 index 0000000..6bc4209 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testSignedDistanceField.dir/tests/testSignedDistanceField.cpp.o -o testSignedDistanceField -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/progress.make new file mode 100644 index 0000000..23124c8 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 85 +CMAKE_PROGRESS_2 = 86 + diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..97a238e --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testSignedDistanceField.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testSignedDistanceField.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/DependInfo.cmake b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/cmake_clean.cmake b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..90b9f5d --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testSignedDistanceField.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testSignedDistanceField.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/progress.make b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/obstacle/CTestTestfile.cmake b/gpmp2/obstacle/CTestTestfile.cmake new file mode 100644 index 0000000..dc4ff3e --- /dev/null +++ b/gpmp2/obstacle/CTestTestfile.cmake @@ -0,0 +1,18 @@ +# CMake generated Testfile for +# Source directory: /home/matt/Documents/gpmp2/gpmp2/obstacle +# Build directory: /home/matt/Documents/gpmp2/gpmp2/obstacle +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(testObstaclePlanarSDFFactorArm "/home/matt/Documents/gpmp2/gpmp2/obstacle/testObstaclePlanarSDFFactorArm") +set_tests_properties(testObstaclePlanarSDFFactorArm PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;0;") +add_test(testObstaclePlanarSDFFactorGPArm "/home/matt/Documents/gpmp2/gpmp2/obstacle/testObstaclePlanarSDFFactorGPArm") +set_tests_properties(testObstaclePlanarSDFFactorGPArm PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;0;") +add_test(testObstacleSDFFactorArm "/home/matt/Documents/gpmp2/gpmp2/obstacle/testObstacleSDFFactorArm") +set_tests_properties(testObstacleSDFFactorArm PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;0;") +add_test(testObstacleSDFFactorGPArm "/home/matt/Documents/gpmp2/gpmp2/obstacle/testObstacleSDFFactorGPArm") +set_tests_properties(testObstacleSDFFactorGPArm PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;0;") +add_test(testPlanarSDF "/home/matt/Documents/gpmp2/gpmp2/obstacle/testPlanarSDF") +set_tests_properties(testPlanarSDF PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;0;") +add_test(testSignedDistanceField "/home/matt/Documents/gpmp2/gpmp2/obstacle/testSignedDistanceField") +set_tests_properties(testSignedDistanceField PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeLists.txt;0;") diff --git a/gpmp2/obstacle/Makefile b/gpmp2/obstacle/Makefile new file mode 100644 index 0000000..435c0bb --- /dev/null +++ b/gpmp2/obstacle/Makefile @@ -0,0 +1,680 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/matt/Documents/gpmp2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/matt/Documents/gpmp2 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# The main all target +all: cmake_check_build_system + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles /home/matt/Documents/gpmp2/gpmp2/obstacle/CMakeFiles/progress.marks + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/rule + +# Convenience name for target. +testSignedDistanceField.run: gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/rule + +.PHONY : testSignedDistanceField.run + +# fast build rule for target. +testSignedDistanceField.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/build.make gpmp2/obstacle/CMakeFiles/testSignedDistanceField.run.dir/build +.PHONY : testSignedDistanceField.run/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/rule + +# Convenience name for target. +testSignedDistanceField: gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/rule + +.PHONY : testSignedDistanceField + +# fast build rule for target. +testSignedDistanceField/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/build.make gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/build +.PHONY : testSignedDistanceField/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/rule + +# Convenience name for target. +testSignedDistanceField.valgrind: gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/rule + +.PHONY : testSignedDistanceField.valgrind + +# fast build rule for target. +testSignedDistanceField.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/build.make gpmp2/obstacle/CMakeFiles/testSignedDistanceField.valgrind.dir/build +.PHONY : testSignedDistanceField.valgrind/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/rule + +# Convenience name for target. +testPlanarSDF.valgrind: gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/rule + +.PHONY : testPlanarSDF.valgrind + +# fast build rule for target. +testPlanarSDF.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/build.make gpmp2/obstacle/CMakeFiles/testPlanarSDF.valgrind.dir/build +.PHONY : testPlanarSDF.valgrind/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/rule + +# Convenience name for target. +testPlanarSDF.run: gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/rule + +.PHONY : testPlanarSDF.run + +# fast build rule for target. +testPlanarSDF.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/build.make gpmp2/obstacle/CMakeFiles/testPlanarSDF.run.dir/build +.PHONY : testPlanarSDF.run/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/check.obstacle.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/check.obstacle.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/check.obstacle.dir/rule + +# Convenience name for target. +check.obstacle: gpmp2/obstacle/CMakeFiles/check.obstacle.dir/rule + +.PHONY : check.obstacle + +# fast build rule for target. +check.obstacle/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/check.obstacle.dir/build.make gpmp2/obstacle/CMakeFiles/check.obstacle.dir/build +.PHONY : check.obstacle/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/rule + +# Convenience name for target. +testPlanarSDF: gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/rule + +.PHONY : testPlanarSDF + +# fast build rule for target. +testPlanarSDF/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/build.make gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/build +.PHONY : testPlanarSDF/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/rule + +# Convenience name for target. +testObstaclePlanarSDFFactorGPArm.run: gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/rule + +.PHONY : testObstaclePlanarSDFFactorGPArm.run + +# fast build rule for target. +testObstaclePlanarSDFFactorGPArm.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.run.dir/build +.PHONY : testObstaclePlanarSDFFactorGPArm.run/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/rule + +# Convenience name for target. +testObstaclePlanarSDFFactorArm: gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/rule + +.PHONY : testObstaclePlanarSDFFactorArm + +# fast build rule for target. +testObstaclePlanarSDFFactorArm/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/build +.PHONY : testObstaclePlanarSDFFactorArm/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/rule + +# Convenience name for target. +testObstaclePlanarSDFFactorArm.valgrind: gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/rule + +.PHONY : testObstaclePlanarSDFFactorArm.valgrind + +# fast build rule for target. +testObstaclePlanarSDFFactorArm.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.valgrind.dir/build +.PHONY : testObstaclePlanarSDFFactorArm.valgrind/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/rule + +# Convenience name for target. +testObstacleSDFFactorGPArm.run: gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/rule + +.PHONY : testObstacleSDFFactorGPArm.run + +# fast build rule for target. +testObstacleSDFFactorGPArm.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.run.dir/build +.PHONY : testObstacleSDFFactorGPArm.run/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/rule + +# Convenience name for target. +testObstaclePlanarSDFFactorArm.run: gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/rule + +.PHONY : testObstaclePlanarSDFFactorArm.run + +# fast build rule for target. +testObstaclePlanarSDFFactorArm.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.run.dir/build +.PHONY : testObstaclePlanarSDFFactorArm.run/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/rule + +# Convenience name for target. +testObstaclePlanarSDFFactorGPArm: gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/rule + +.PHONY : testObstaclePlanarSDFFactorGPArm + +# fast build rule for target. +testObstaclePlanarSDFFactorGPArm/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/build +.PHONY : testObstaclePlanarSDFFactorGPArm/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/rule + +# Convenience name for target. +testObstaclePlanarSDFFactorGPArm.valgrind: gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/rule + +.PHONY : testObstaclePlanarSDFFactorGPArm.valgrind + +# fast build rule for target. +testObstaclePlanarSDFFactorGPArm.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.valgrind.dir/build +.PHONY : testObstaclePlanarSDFFactorGPArm.valgrind/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/rule + +# Convenience name for target. +testObstacleSDFFactorGPArm: gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/rule + +.PHONY : testObstacleSDFFactorGPArm + +# fast build rule for target. +testObstacleSDFFactorGPArm/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/build +.PHONY : testObstacleSDFFactorGPArm/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/rule + +# Convenience name for target. +testObstacleSDFFactorArm: gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/rule + +.PHONY : testObstacleSDFFactorArm + +# fast build rule for target. +testObstacleSDFFactorArm/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/build +.PHONY : testObstacleSDFFactorArm/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/rule + +# Convenience name for target. +testObstacleSDFFactorArm.run: gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/rule + +.PHONY : testObstacleSDFFactorArm.run + +# fast build rule for target. +testObstacleSDFFactorArm.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.run.dir/build +.PHONY : testObstacleSDFFactorArm.run/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/rule + +# Convenience name for target. +testObstacleSDFFactorArm.valgrind: gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/rule + +.PHONY : testObstacleSDFFactorArm.valgrind + +# fast build rule for target. +testObstacleSDFFactorArm.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.valgrind.dir/build +.PHONY : testObstacleSDFFactorArm.valgrind/fast + +# Convenience name for target. +gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/rule +.PHONY : gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/rule + +# Convenience name for target. +testObstacleSDFFactorGPArm.valgrind: gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/rule + +.PHONY : testObstacleSDFFactorGPArm.valgrind + +# fast build rule for target. +testObstacleSDFFactorGPArm.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.valgrind.dir/build +.PHONY : testObstacleSDFFactorGPArm.valgrind/fast + +tests/testObstaclePlanarSDFFactorArm.o: tests/testObstaclePlanarSDFFactorArm.cpp.o + +.PHONY : tests/testObstaclePlanarSDFFactorArm.o + +# target to build an object file +tests/testObstaclePlanarSDFFactorArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/tests/testObstaclePlanarSDFFactorArm.cpp.o +.PHONY : tests/testObstaclePlanarSDFFactorArm.cpp.o + +tests/testObstaclePlanarSDFFactorArm.i: tests/testObstaclePlanarSDFFactorArm.cpp.i + +.PHONY : tests/testObstaclePlanarSDFFactorArm.i + +# target to preprocess a source file +tests/testObstaclePlanarSDFFactorArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/tests/testObstaclePlanarSDFFactorArm.cpp.i +.PHONY : tests/testObstaclePlanarSDFFactorArm.cpp.i + +tests/testObstaclePlanarSDFFactorArm.s: tests/testObstaclePlanarSDFFactorArm.cpp.s + +.PHONY : tests/testObstaclePlanarSDFFactorArm.s + +# target to generate assembly for a file +tests/testObstaclePlanarSDFFactorArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorArm.dir/tests/testObstaclePlanarSDFFactorArm.cpp.s +.PHONY : tests/testObstaclePlanarSDFFactorArm.cpp.s + +tests/testObstaclePlanarSDFFactorGPArm.o: tests/testObstaclePlanarSDFFactorGPArm.cpp.o + +.PHONY : tests/testObstaclePlanarSDFFactorGPArm.o + +# target to build an object file +tests/testObstaclePlanarSDFFactorGPArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/tests/testObstaclePlanarSDFFactorGPArm.cpp.o +.PHONY : tests/testObstaclePlanarSDFFactorGPArm.cpp.o + +tests/testObstaclePlanarSDFFactorGPArm.i: tests/testObstaclePlanarSDFFactorGPArm.cpp.i + +.PHONY : tests/testObstaclePlanarSDFFactorGPArm.i + +# target to preprocess a source file +tests/testObstaclePlanarSDFFactorGPArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/tests/testObstaclePlanarSDFFactorGPArm.cpp.i +.PHONY : tests/testObstaclePlanarSDFFactorGPArm.cpp.i + +tests/testObstaclePlanarSDFFactorGPArm.s: tests/testObstaclePlanarSDFFactorGPArm.cpp.s + +.PHONY : tests/testObstaclePlanarSDFFactorGPArm.s + +# target to generate assembly for a file +tests/testObstaclePlanarSDFFactorGPArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstaclePlanarSDFFactorGPArm.dir/tests/testObstaclePlanarSDFFactorGPArm.cpp.s +.PHONY : tests/testObstaclePlanarSDFFactorGPArm.cpp.s + +tests/testObstacleSDFFactorArm.o: tests/testObstacleSDFFactorArm.cpp.o + +.PHONY : tests/testObstacleSDFFactorArm.o + +# target to build an object file +tests/testObstacleSDFFactorArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/tests/testObstacleSDFFactorArm.cpp.o +.PHONY : tests/testObstacleSDFFactorArm.cpp.o + +tests/testObstacleSDFFactorArm.i: tests/testObstacleSDFFactorArm.cpp.i + +.PHONY : tests/testObstacleSDFFactorArm.i + +# target to preprocess a source file +tests/testObstacleSDFFactorArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/tests/testObstacleSDFFactorArm.cpp.i +.PHONY : tests/testObstacleSDFFactorArm.cpp.i + +tests/testObstacleSDFFactorArm.s: tests/testObstacleSDFFactorArm.cpp.s + +.PHONY : tests/testObstacleSDFFactorArm.s + +# target to generate assembly for a file +tests/testObstacleSDFFactorArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorArm.dir/tests/testObstacleSDFFactorArm.cpp.s +.PHONY : tests/testObstacleSDFFactorArm.cpp.s + +tests/testObstacleSDFFactorGPArm.o: tests/testObstacleSDFFactorGPArm.cpp.o + +.PHONY : tests/testObstacleSDFFactorGPArm.o + +# target to build an object file +tests/testObstacleSDFFactorGPArm.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/tests/testObstacleSDFFactorGPArm.cpp.o +.PHONY : tests/testObstacleSDFFactorGPArm.cpp.o + +tests/testObstacleSDFFactorGPArm.i: tests/testObstacleSDFFactorGPArm.cpp.i + +.PHONY : tests/testObstacleSDFFactorGPArm.i + +# target to preprocess a source file +tests/testObstacleSDFFactorGPArm.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/tests/testObstacleSDFFactorGPArm.cpp.i +.PHONY : tests/testObstacleSDFFactorGPArm.cpp.i + +tests/testObstacleSDFFactorGPArm.s: tests/testObstacleSDFFactorGPArm.cpp.s + +.PHONY : tests/testObstacleSDFFactorGPArm.s + +# target to generate assembly for a file +tests/testObstacleSDFFactorGPArm.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/build.make gpmp2/obstacle/CMakeFiles/testObstacleSDFFactorGPArm.dir/tests/testObstacleSDFFactorGPArm.cpp.s +.PHONY : tests/testObstacleSDFFactorGPArm.cpp.s + +tests/testPlanarSDF.o: tests/testPlanarSDF.cpp.o + +.PHONY : tests/testPlanarSDF.o + +# target to build an object file +tests/testPlanarSDF.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/build.make gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/tests/testPlanarSDF.cpp.o +.PHONY : tests/testPlanarSDF.cpp.o + +tests/testPlanarSDF.i: tests/testPlanarSDF.cpp.i + +.PHONY : tests/testPlanarSDF.i + +# target to preprocess a source file +tests/testPlanarSDF.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/build.make gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/tests/testPlanarSDF.cpp.i +.PHONY : tests/testPlanarSDF.cpp.i + +tests/testPlanarSDF.s: tests/testPlanarSDF.cpp.s + +.PHONY : tests/testPlanarSDF.s + +# target to generate assembly for a file +tests/testPlanarSDF.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/build.make gpmp2/obstacle/CMakeFiles/testPlanarSDF.dir/tests/testPlanarSDF.cpp.s +.PHONY : tests/testPlanarSDF.cpp.s + +tests/testSignedDistanceField.o: tests/testSignedDistanceField.cpp.o + +.PHONY : tests/testSignedDistanceField.o + +# target to build an object file +tests/testSignedDistanceField.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/build.make gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/tests/testSignedDistanceField.cpp.o +.PHONY : tests/testSignedDistanceField.cpp.o + +tests/testSignedDistanceField.i: tests/testSignedDistanceField.cpp.i + +.PHONY : tests/testSignedDistanceField.i + +# target to preprocess a source file +tests/testSignedDistanceField.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/build.make gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/tests/testSignedDistanceField.cpp.i +.PHONY : tests/testSignedDistanceField.cpp.i + +tests/testSignedDistanceField.s: tests/testSignedDistanceField.cpp.s + +.PHONY : tests/testSignedDistanceField.s + +# target to generate assembly for a file +tests/testSignedDistanceField.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/build.make gpmp2/obstacle/CMakeFiles/testSignedDistanceField.dir/tests/testSignedDistanceField.cpp.s +.PHONY : tests/testSignedDistanceField.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... testSignedDistanceField.run" + @echo "... testSignedDistanceField" + @echo "... testSignedDistanceField.valgrind" + @echo "... testPlanarSDF.valgrind" + @echo "... testPlanarSDF.run" + @echo "... check.obstacle" + @echo "... testPlanarSDF" + @echo "... testObstaclePlanarSDFFactorGPArm.run" + @echo "... testObstaclePlanarSDFFactorArm" + @echo "... testObstaclePlanarSDFFactorArm.valgrind" + @echo "... testObstacleSDFFactorGPArm.run" + @echo "... test" + @echo "... testObstaclePlanarSDFFactorArm.run" + @echo "... testObstaclePlanarSDFFactorGPArm" + @echo "... testObstaclePlanarSDFFactorGPArm.valgrind" + @echo "... testObstacleSDFFactorGPArm" + @echo "... testObstacleSDFFactorArm" + @echo "... testObstacleSDFFactorArm.run" + @echo "... testObstacleSDFFactorArm.valgrind" + @echo "... install" + @echo "... testObstacleSDFFactorGPArm.valgrind" + @echo "... tests/testObstaclePlanarSDFFactorArm.o" + @echo "... tests/testObstaclePlanarSDFFactorArm.i" + @echo "... tests/testObstaclePlanarSDFFactorArm.s" + @echo "... tests/testObstaclePlanarSDFFactorGPArm.o" + @echo "... tests/testObstaclePlanarSDFFactorGPArm.i" + @echo "... tests/testObstaclePlanarSDFFactorGPArm.s" + @echo "... tests/testObstacleSDFFactorArm.o" + @echo "... tests/testObstacleSDFFactorArm.i" + @echo "... tests/testObstacleSDFFactorArm.s" + @echo "... tests/testObstacleSDFFactorGPArm.o" + @echo "... tests/testObstacleSDFFactorGPArm.i" + @echo "... tests/testObstacleSDFFactorGPArm.s" + @echo "... tests/testPlanarSDF.o" + @echo "... tests/testPlanarSDF.i" + @echo "... tests/testPlanarSDF.s" + @echo "... tests/testSignedDistanceField.o" + @echo "... tests/testSignedDistanceField.i" + @echo "... tests/testSignedDistanceField.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/gpmp2/obstacle/PlanarSDF.h b/gpmp2/obstacle/PlanarSDF.h index 5652722..1d7d57c 100644 --- a/gpmp2/obstacle/PlanarSDF.h +++ b/gpmp2/obstacle/PlanarSDF.h @@ -129,7 +129,7 @@ class GPMP2_EXPORT PlanarSDF { /// print void print(const std::string& str = "") const { std::cout << str; - std::cout << "field origin: "; origin_.print(); + std::cout << "field origin: "; origin_; std::cout << "field resolution: " << cell_size_ << std::endl; std::cout << "field size: " << field_cols_ << " x " << field_rows_ << std::endl; diff --git a/gpmp2/obstacle/SelfCollision.h b/gpmp2/obstacle/SelfCollision.h deleted file mode 100644 index cba1433..0000000 --- a/gpmp2/obstacle/SelfCollision.h +++ /dev/null @@ -1,152 +0,0 @@ -/** - * @file SelfCollision.h - * @brief Self collision cost factor - * @author Mustafa Mukadam - * @date Sep 22, 2020 - **/ - - -#pragma once - -#include -#include -#include -#include - -#include -#include - - -namespace gpmp2 { - -/** - * unary factor for self collision avoidance - * template robot model version - */ -template -class SelfCollision: public gtsam::NoiseModelFactor1 { - -public: - // typedefs - typedef ROBOT Robot; - typedef typename Robot::Pose Pose; - -private: - // typedefs - typedef SelfCollision This; - typedef gtsam::NoiseModelFactor1 Base; - - /** (N x 4) matrix of parameters - * rows N : number of self collision checks - * col 0 : id of sphere A - * col 1 : id of sphere B - * col 2 : epsilon or safety distance needed between sphere A and B - * col 3 : sigma for cost between A and B - */ - gtsam::Matrix data_; - - // arm: planar one, all alpha = 0 - const Robot& robot_; - -public: - - /// shorthand for a smart pointer to a factor - typedef boost::shared_ptr shared_ptr; - - /* Default constructor do nothing */ - SelfCollision() : robot_(Robot()) {} - - SelfCollision(gtsam::Key poseKey, const Robot& robot, const gtsam::Matrix& data) : - robot_(robot), data_(data), Base(gtsam::noiseModel::Diagonal::Sigmas(data.col(3)), poseKey) {} - - virtual ~SelfCollision() {} - - - /// error function - gtsam::Vector evaluateError(const typename Robot::Pose& conf, - boost::optional H = boost::none) const { - - gtsam::Vector error(data_.rows()); - if (H) { - *H = gtsam::Matrix::Zero(data_.rows(), robot_.dof()); - } - - // forward kinematics to get location of robot body spheres - std::vector sph_centers; - std::vector Hs_sph_conf; - if (H) { - robot_.sphereCenters(conf, sph_centers, Hs_sph_conf); - } - else { - robot_.sphereCenters(conf, sph_centers); - } - - // for each sphere pair of interest evaluate self collision - for (size_t i = 0; i < data_.rows(); i++) { - - size_t sph_A_id = static_cast(data_(i, 0)); - size_t sph_B_id = static_cast(data_(i, 1)); - const double total_eps = robot_.sphere_radius(sph_A_id) + robot_.sphere_radius(sph_B_id) + data_(i, 2); - - if (H) { - gtsam::Matrix13 H_e_sphA, H_e_sphB; - error[i] = hingeLossSelfCollisionCost(sph_centers[sph_A_id], sph_centers[sph_B_id], total_eps, H_e_sphA, H_e_sphB); - gtsam::Matrix16 H_e_sph; - H_e_sph << H_e_sphA, H_e_sphB; - gtsam::Matrix H_sph_conf(6, robot_.dof()); - H_sph_conf << Hs_sph_conf[sph_A_id], Hs_sph_conf[sph_B_id]; - H->row(i) = H_e_sph * H_sph_conf; - } - else { - error[i] = hingeLossSelfCollisionCost(sph_centers[sph_A_id], sph_centers[sph_B_id], total_eps); - } - } - - return error; - } - - double hingeLossSelfCollisionCost(const gtsam::Point3& pointA, const gtsam::Point3& pointB, double eps, - gtsam::OptionalJacobian<1, 3> H_pointA = boost::none, gtsam::OptionalJacobian<1, 3> H_pointB = boost::none) const { - - gtsam::Matrix H_A, H_B; - double dist = gtsam::distance3(pointA, pointB, H_A, H_B); - - if (dist > eps) { - if (H_pointA) - *H_pointA = gtsam::Matrix13::Zero(); - if (H_pointB) - *H_pointB = gtsam::Matrix13::Zero(); - return 0.0; - } - else { - if (H_pointA) - *H_pointA = -H_A; - if (H_pointB) - *H_pointB = -H_B; - return eps - dist; - } - } - - - /// @return a deep copy of this factor - virtual gtsam::NonlinearFactor::shared_ptr clone() const { - return boost::static_pointer_cast( - gtsam::NonlinearFactor::shared_ptr(new This(*this))); } - - /** print contents */ - void print(const std::string& s="", const gtsam::KeyFormatter& keyFormatter = gtsam::DefaultKeyFormatter) const { - std::cout << s << "SelfCollision :" << std::endl; - Base::print("", keyFormatter); - } - - - /** Serialization function */ - friend class boost::serialization::access; - template - void serialize(ARCHIVE & ar, const unsigned int version) { - ar & boost::serialization::make_nvp("NoiseModelFactor1", - boost::serialization::base_object(*this)); - } -}; - -} diff --git a/gpmp2/obstacle/SelfCollisionArm.h b/gpmp2/obstacle/SelfCollisionArm.h deleted file mode 100644 index 39345f4..0000000 --- a/gpmp2/obstacle/SelfCollisionArm.h +++ /dev/null @@ -1,19 +0,0 @@ -/** - * @file SelfCollisionArm.h - * @brief Self collision cost factor for Arm - * @author Mustafa Mukadam - * @date Sep 22, 2020 - **/ - - -#pragma once - -#include -#include - -namespace gpmp2 { - -// template use ArmModel as robot type -typedef SelfCollision SelfCollisionArm; - -} diff --git a/gpmp2/obstacle/SignedDistanceField.h b/gpmp2/obstacle/SignedDistanceField.h index 22ac39a..505e7d1 100644 --- a/gpmp2/obstacle/SignedDistanceField.h +++ b/gpmp2/obstacle/SignedDistanceField.h @@ -181,7 +181,7 @@ class GPMP2_EXPORT SignedDistanceField { /// print void print(const std::string& str = "") const { std::cout << str; - std::cout << "field origin: "; origin_.print(); + std::cout << "field origin: "; origin_; std::cout << "field resolution: " << cell_size_ << std::endl; std::cout << "field size: " << field_cols_ << " x " << field_rows_ << " x " << field_z_ << std::endl; diff --git a/gpmp2/obstacle/cmake_install.cmake b/gpmp2/obstacle/cmake_install.cmake new file mode 100644 index 0000000..8eb802d --- /dev/null +++ b/gpmp2/obstacle/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/matt/Documents/gpmp2/gpmp2/obstacle + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/gpmp2/obstacle" TYPE FILE FILES + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleCost.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactor-inl.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactor.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorGP-inl.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorGP.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorGPArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorGPPointRobot.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2Mobile2Arms.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorGPPose2MobileBase.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorPointRobot.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorPose2Mobile2Arms.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstaclePlanarSDFFactorPose2MobileBase.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactor-inl.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactor.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorGP-inl.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorGP.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorGPArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorGPPose2Mobile2Arms.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileBase.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLin2Arms.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorGPPose2MobileVetLinArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorPose2Mobile2Arms.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorPose2MobileArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorPose2MobileBase.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLin2Arms.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/ObstacleSDFFactorPose2MobileVetLinArm.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/PlanarSDF.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/SDFexception.h" + "/home/matt/Documents/gpmp2/gpmp2/obstacle/SignedDistanceField.h" + ) +endif() + diff --git a/gpmp2/obstacle/tests/testSelfCollision.cpp b/gpmp2/obstacle/tests/testSelfCollision.cpp deleted file mode 100644 index fd4a19e..0000000 --- a/gpmp2/obstacle/tests/testSelfCollision.cpp +++ /dev/null @@ -1,60 +0,0 @@ -/** - * @file testSelfCollisionArm.cpp - * @author Mustafa Mukadam - **/ - -#include - -#include -#include -#include - -#include - -#include -#include - -using namespace std; -using namespace gtsam; -using namespace gpmp2; - - -/* ************************************************************************** */ -TEST(SelfCollisionArm, error) { - - // 3 link arm - Vector3 a(1, 1, 1), alpha(0, 0, 0), d(0, 0, 0); - Arm abs_arm(3, a, alpha, d); - BodySphereVector body_spheres; - body_spheres.push_back(BodySphere(0, 0.1, Point3(-0.5, 0, 0))); - body_spheres.push_back(BodySphere(1, 0.1, Point3(-0.5, 0, 0))); - body_spheres.push_back(BodySphere(1, 0.1, Point3(0, 0, 0))); - body_spheres.push_back(BodySphere(2, 0.1, Point3(0, 0, 0))); - ArmModel arm(abs_arm, body_spheres); - - Matrix data(2, 4); - // sphere A id, sphere B id, epsilon, sigma - data << - 0, 1, 2.0, 0.1, - 2, 3, 5.0, 0.1; - SelfCollisionArm factor = SelfCollisionArm(0, arm, data); - - Vector actual, expect; - Matrix H_exp, H_act; - - Vector3 q; - q = Vector3(0.0, M_PI/2.0, 0.0); - actual = factor.evaluateError(q, H_act); - expect = (Vector(2) << 1.4928932188134527, 4.2).finished(); - H_exp = numericalDerivative11(boost::function( - boost::bind(&SelfCollisionArm::evaluateError, factor, _1, boost::none)), q, 1e-6); - EXPECT(assert_equal(expect, actual, 1e-6)); - EXPECT(assert_equal(H_exp, H_act, 1e-6)); -} - -/* ************************************************************************** */ -/* main function */ -int main() { - TestResult tr; - return TestRegistry::runAllTests(tr); -} diff --git a/gpmp2/planner/CMakeFiles/CMakeDirectoryInformation.cmake b/gpmp2/planner/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..f8e1f1a --- /dev/null +++ b/gpmp2/planner/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/matt/Documents/gpmp2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/matt/Documents/gpmp2") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/gpmp2/planner/CMakeFiles/check.planner.dir/DependInfo.cmake b/gpmp2/planner/CMakeFiles/check.planner.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/check.planner.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/planner/CMakeFiles/check.planner.dir/cmake_clean.cmake b/gpmp2/planner/CMakeFiles/check.planner.dir/cmake_clean.cmake new file mode 100644 index 0000000..cef93e2 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/check.planner.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/check.planner" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/check.planner.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/planner/CMakeFiles/check.planner.dir/progress.make b/gpmp2/planner/CMakeFiles/check.planner.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/check.planner.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/planner/CMakeFiles/progress.marks b/gpmp2/planner/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/gpmp2/planner/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/DependInfo.cmake b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/DependInfo.cmake new file mode 100644 index 0000000..3c41a95 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/planner/tests/testISAM2TrajOptimizer.cpp" "/home/matt/Documents/gpmp2/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/tests/testISAM2TrajOptimizer.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/cmake_clean.cmake b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/cmake_clean.cmake new file mode 100644 index 0000000..068fbb5 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testISAM2TrajOptimizer.dir/tests/testISAM2TrajOptimizer.cpp.o" + "testISAM2TrajOptimizer" + "testISAM2TrajOptimizer.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testISAM2TrajOptimizer.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/depend.make b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/depend.make new file mode 100644 index 0000000..510d72a --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testISAM2TrajOptimizer. +# This may be replaced when dependencies are built. diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/flags.make b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/flags.make new file mode 100644 index 0000000..e36fe50 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/tests/testISAM2TrajOptimizer.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/link.txt b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/link.txt new file mode 100644 index 0000000..e27c3e9 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testISAM2TrajOptimizer.dir/tests/testISAM2TrajOptimizer.cpp.o -o testISAM2TrajOptimizer -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/progress.make b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/progress.make new file mode 100644 index 0000000..9d08711 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 51 +CMAKE_PROGRESS_2 = 52 + diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/DependInfo.cmake b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/cmake_clean.cmake b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..e56a278 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testISAM2TrajOptimizer.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testISAM2TrajOptimizer.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/progress.make b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/DependInfo.cmake b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/cmake_clean.cmake b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..aa02018 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testISAM2TrajOptimizer.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/progress.make b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.dir/DependInfo.cmake b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/DependInfo.cmake new file mode 100644 index 0000000..e6dcb32 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/planner/tests/testTrajUtils.cpp" "/home/matt/Documents/gpmp2/gpmp2/planner/CMakeFiles/testTrajUtils.dir/tests/testTrajUtils.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.dir/cmake_clean.cmake b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/cmake_clean.cmake new file mode 100644 index 0000000..c9f70fd --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testTrajUtils.dir/tests/testTrajUtils.cpp.o" + "testTrajUtils" + "testTrajUtils.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testTrajUtils.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.dir/depend.make b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/depend.make new file mode 100644 index 0000000..1156225 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testTrajUtils. +# This may be replaced when dependencies are built. diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.dir/flags.make b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/flags.make new file mode 100644 index 0000000..02a4aa5 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/planner/CMakeFiles/testTrajUtils.dir/tests/testTrajUtils.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.dir/link.txt b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/link.txt new file mode 100644 index 0000000..5d1e8f2 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testTrajUtils.dir/tests/testTrajUtils.cpp.o -o testTrajUtils -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.dir/progress.make b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/progress.make new file mode 100644 index 0000000..62b5304 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 89 +CMAKE_PROGRESS_2 = 90 + diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/DependInfo.cmake b/gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/cmake_clean.cmake b/gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..300be1b --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testTrajUtils.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testTrajUtils.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/progress.make b/gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/DependInfo.cmake b/gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/cmake_clean.cmake b/gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..040ba11 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testTrajUtils.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testTrajUtils.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/progress.make b/gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/planner/CTestTestfile.cmake b/gpmp2/planner/CTestTestfile.cmake new file mode 100644 index 0000000..776b1bd --- /dev/null +++ b/gpmp2/planner/CTestTestfile.cmake @@ -0,0 +1,10 @@ +# CMake generated Testfile for +# Source directory: /home/matt/Documents/gpmp2/gpmp2/planner +# Build directory: /home/matt/Documents/gpmp2/gpmp2/planner +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(testISAM2TrajOptimizer "/home/matt/Documents/gpmp2/gpmp2/planner/testISAM2TrajOptimizer") +set_tests_properties(testISAM2TrajOptimizer PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/planner/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/planner/CMakeLists.txt;0;") +add_test(testTrajUtils "/home/matt/Documents/gpmp2/gpmp2/planner/testTrajUtils") +set_tests_properties(testTrajUtils PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/planner/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/planner/CMakeLists.txt;0;") diff --git a/gpmp2/planner/Makefile b/gpmp2/planner/Makefile new file mode 100644 index 0000000..11bcdaf --- /dev/null +++ b/gpmp2/planner/Makefile @@ -0,0 +1,368 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/matt/Documents/gpmp2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/matt/Documents/gpmp2 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# The main all target +all: cmake_check_build_system + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles /home/matt/Documents/gpmp2/gpmp2/planner/CMakeFiles/progress.marks + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gpmp2/planner/CMakeFiles/check.planner.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/CMakeFiles/check.planner.dir/rule +.PHONY : gpmp2/planner/CMakeFiles/check.planner.dir/rule + +# Convenience name for target. +check.planner: gpmp2/planner/CMakeFiles/check.planner.dir/rule + +.PHONY : check.planner + +# fast build rule for target. +check.planner/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/check.planner.dir/build.make gpmp2/planner/CMakeFiles/check.planner.dir/build +.PHONY : check.planner/fast + +# Convenience name for target. +gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/rule +.PHONY : gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/rule + +# Convenience name for target. +testISAM2TrajOptimizer: gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/rule + +.PHONY : testISAM2TrajOptimizer + +# fast build rule for target. +testISAM2TrajOptimizer/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/build.make gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/build +.PHONY : testISAM2TrajOptimizer/fast + +# Convenience name for target. +gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/rule +.PHONY : gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/rule + +# Convenience name for target. +testISAM2TrajOptimizer.run: gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/rule + +.PHONY : testISAM2TrajOptimizer.run + +# fast build rule for target. +testISAM2TrajOptimizer.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/build.make gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.run.dir/build +.PHONY : testISAM2TrajOptimizer.run/fast + +# Convenience name for target. +gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/rule +.PHONY : gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/rule + +# Convenience name for target. +testISAM2TrajOptimizer.valgrind: gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/rule + +.PHONY : testISAM2TrajOptimizer.valgrind + +# fast build rule for target. +testISAM2TrajOptimizer.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/build.make gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.valgrind.dir/build +.PHONY : testISAM2TrajOptimizer.valgrind/fast + +# Convenience name for target. +gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/rule +.PHONY : gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/rule + +# Convenience name for target. +testTrajUtils.run: gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/rule + +.PHONY : testTrajUtils.run + +# fast build rule for target. +testTrajUtils.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/build.make gpmp2/planner/CMakeFiles/testTrajUtils.run.dir/build +.PHONY : testTrajUtils.run/fast + +# Convenience name for target. +gpmp2/planner/CMakeFiles/testTrajUtils.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/CMakeFiles/testTrajUtils.dir/rule +.PHONY : gpmp2/planner/CMakeFiles/testTrajUtils.dir/rule + +# Convenience name for target. +testTrajUtils: gpmp2/planner/CMakeFiles/testTrajUtils.dir/rule + +.PHONY : testTrajUtils + +# fast build rule for target. +testTrajUtils/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testTrajUtils.dir/build.make gpmp2/planner/CMakeFiles/testTrajUtils.dir/build +.PHONY : testTrajUtils/fast + +# Convenience name for target. +gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/rule +.PHONY : gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/rule + +# Convenience name for target. +testTrajUtils.valgrind: gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/rule + +.PHONY : testTrajUtils.valgrind + +# fast build rule for target. +testTrajUtils.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/build.make gpmp2/planner/CMakeFiles/testTrajUtils.valgrind.dir/build +.PHONY : testTrajUtils.valgrind/fast + +tests/testISAM2TrajOptimizer.o: tests/testISAM2TrajOptimizer.cpp.o + +.PHONY : tests/testISAM2TrajOptimizer.o + +# target to build an object file +tests/testISAM2TrajOptimizer.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/build.make gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/tests/testISAM2TrajOptimizer.cpp.o +.PHONY : tests/testISAM2TrajOptimizer.cpp.o + +tests/testISAM2TrajOptimizer.i: tests/testISAM2TrajOptimizer.cpp.i + +.PHONY : tests/testISAM2TrajOptimizer.i + +# target to preprocess a source file +tests/testISAM2TrajOptimizer.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/build.make gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/tests/testISAM2TrajOptimizer.cpp.i +.PHONY : tests/testISAM2TrajOptimizer.cpp.i + +tests/testISAM2TrajOptimizer.s: tests/testISAM2TrajOptimizer.cpp.s + +.PHONY : tests/testISAM2TrajOptimizer.s + +# target to generate assembly for a file +tests/testISAM2TrajOptimizer.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/build.make gpmp2/planner/CMakeFiles/testISAM2TrajOptimizer.dir/tests/testISAM2TrajOptimizer.cpp.s +.PHONY : tests/testISAM2TrajOptimizer.cpp.s + +tests/testTrajUtils.o: tests/testTrajUtils.cpp.o + +.PHONY : tests/testTrajUtils.o + +# target to build an object file +tests/testTrajUtils.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testTrajUtils.dir/build.make gpmp2/planner/CMakeFiles/testTrajUtils.dir/tests/testTrajUtils.cpp.o +.PHONY : tests/testTrajUtils.cpp.o + +tests/testTrajUtils.i: tests/testTrajUtils.cpp.i + +.PHONY : tests/testTrajUtils.i + +# target to preprocess a source file +tests/testTrajUtils.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testTrajUtils.dir/build.make gpmp2/planner/CMakeFiles/testTrajUtils.dir/tests/testTrajUtils.cpp.i +.PHONY : tests/testTrajUtils.cpp.i + +tests/testTrajUtils.s: tests/testTrajUtils.cpp.s + +.PHONY : tests/testTrajUtils.s + +# target to generate assembly for a file +tests/testTrajUtils.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/planner/CMakeFiles/testTrajUtils.dir/build.make gpmp2/planner/CMakeFiles/testTrajUtils.dir/tests/testTrajUtils.cpp.s +.PHONY : tests/testTrajUtils.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... check.planner" + @echo "... testISAM2TrajOptimizer" + @echo "... testISAM2TrajOptimizer.run" + @echo "... testISAM2TrajOptimizer.valgrind" + @echo "... test" + @echo "... testTrajUtils.run" + @echo "... testTrajUtils" + @echo "... testTrajUtils.valgrind" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... list_install_components" + @echo "... install" + @echo "... install/local" + @echo "... tests/testISAM2TrajOptimizer.o" + @echo "... tests/testISAM2TrajOptimizer.i" + @echo "... tests/testISAM2TrajOptimizer.s" + @echo "... tests/testTrajUtils.o" + @echo "... tests/testTrajUtils.i" + @echo "... tests/testTrajUtils.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/gpmp2/planner/cmake_install.cmake b/gpmp2/planner/cmake_install.cmake new file mode 100644 index 0000000..3c1dc3a --- /dev/null +++ b/gpmp2/planner/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/matt/Documents/gpmp2/gpmp2/planner + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/gpmp2/planner" TYPE FILE FILES + "/home/matt/Documents/gpmp2/gpmp2/planner/BatchTrajOptimizer-inl.h" + "/home/matt/Documents/gpmp2/gpmp2/planner/BatchTrajOptimizer.h" + "/home/matt/Documents/gpmp2/gpmp2/planner/ISAM2TrajOptimizer-inl.h" + "/home/matt/Documents/gpmp2/gpmp2/planner/ISAM2TrajOptimizer.h" + "/home/matt/Documents/gpmp2/gpmp2/planner/TrajOptimizerSetting.h" + "/home/matt/Documents/gpmp2/gpmp2/planner/TrajUtils.h" + ) +endif() + diff --git a/gpmp2/utils/CMakeFiles/CMakeDirectoryInformation.cmake b/gpmp2/utils/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..f8e1f1a --- /dev/null +++ b/gpmp2/utils/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/matt/Documents/gpmp2") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/matt/Documents/gpmp2") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/gpmp2/utils/CMakeFiles/check.utils.dir/DependInfo.cmake b/gpmp2/utils/CMakeFiles/check.utils.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/check.utils.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/utils/CMakeFiles/check.utils.dir/cmake_clean.cmake b/gpmp2/utils/CMakeFiles/check.utils.dir/cmake_clean.cmake new file mode 100644 index 0000000..e1e13ca --- /dev/null +++ b/gpmp2/utils/CMakeFiles/check.utils.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/check.utils" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/check.utils.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/utils/CMakeFiles/check.utils.dir/progress.make b/gpmp2/utils/CMakeFiles/check.utils.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/check.utils.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/utils/CMakeFiles/progress.marks b/gpmp2/utils/CMakeFiles/progress.marks new file mode 100644 index 0000000..573541a --- /dev/null +++ b/gpmp2/utils/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/gpmp2/utils/CMakeFiles/testTimer.dir/DependInfo.cmake b/gpmp2/utils/CMakeFiles/testTimer.dir/DependInfo.cmake new file mode 100644 index 0000000..4543630 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.dir/DependInfo.cmake @@ -0,0 +1,41 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/matt/Documents/gpmp2/gpmp2/utils/tests/testTimer.cpp" "/home/matt/Documents/gpmp2/gpmp2/utils/CMakeFiles/testTimer.dir/tests/testTimer.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_CXX + "BOOST_ALL_NO_LIB" + "BOOST_ATOMIC_DYN_LINK" + "BOOST_CHRONO_DYN_LINK" + "BOOST_DATE_TIME_DYN_LINK" + "BOOST_FILESYSTEM_DYN_LINK" + "BOOST_REGEX_DYN_LINK" + "BOOST_SERIALIZATION_DYN_LINK" + "BOOST_SYSTEM_DYN_LINK" + "BOOST_THREAD_DYN_LINK" + "BOOST_TIMER_DYN_LINK" + "NDEBUG" + ) + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "." + "/usr/local/include/gtsam/3rdparty/metis" + "/usr/local/include/gtsam/3rdparty/SuiteSparse_config" + "/usr/local/include/gtsam/3rdparty/CCOLAMD" + "/usr/local/include/gtsam/3rdparty/Eigen" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/matt/Documents/gpmp2/gpmp2/CMakeFiles/gpmp2.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/utils/CMakeFiles/testTimer.dir/cmake_clean.cmake b/gpmp2/utils/CMakeFiles/testTimer.dir/cmake_clean.cmake new file mode 100644 index 0000000..074246a --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/testTimer.dir/tests/testTimer.cpp.o" + "testTimer" + "testTimer.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/testTimer.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/utils/CMakeFiles/testTimer.dir/depend.make b/gpmp2/utils/CMakeFiles/testTimer.dir/depend.make new file mode 100644 index 0000000..d9d8c60 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for testTimer. +# This may be replaced when dependencies are built. diff --git a/gpmp2/utils/CMakeFiles/testTimer.dir/flags.make b/gpmp2/utils/CMakeFiles/testTimer.dir/flags.make new file mode 100644 index 0000000..abd88dd --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -O3 -DNDEBUG -march=native -Wall -fPIC -Wreturn-local-addr -Werror=return-local-addr -Wreturn-type -Werror=return-type -Wformat -Werror=format-security -Wsuggest-override -O3 + +CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK -DNDEBUG + +CXX_INCLUDES = -I/home/matt/Documents/gpmp2 -isystem /usr/local/include/gtsam/3rdparty/metis -isystem /usr/local/include/gtsam/3rdparty/SuiteSparse_config -isystem /usr/local/include/gtsam/3rdparty/CCOLAMD -isystem /usr/local/include/gtsam/3rdparty/Eigen + +# Custom defines: gpmp2/utils/CMakeFiles/testTimer.dir/tests/testTimer.cpp.o_DEFINES = TOPSRCDIR="" + diff --git a/gpmp2/utils/CMakeFiles/testTimer.dir/link.txt b/gpmp2/utils/CMakeFiles/testTimer.dir/link.txt new file mode 100644 index 0000000..271d73a --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/testTimer.dir/tests/testTimer.cpp.o -o testTimer -Wl,-rpath,/home/matt/Documents/gpmp2/gpmp2:/usr/local/lib /usr/local/lib/libCppUnitLite.a ../libgpmp2.so.0.2.0 /usr/local/lib/libgtsam.so.4.1.0 /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.71.0 -lpthread /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.71.0 -ltbb -ltbbmalloc /usr/local/lib/libmetis-gtsam.so -lm diff --git a/gpmp2/utils/CMakeFiles/testTimer.dir/progress.make b/gpmp2/utils/CMakeFiles/testTimer.dir/progress.make new file mode 100644 index 0000000..42cc337 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 87 +CMAKE_PROGRESS_2 = 88 + diff --git a/gpmp2/utils/CMakeFiles/testTimer.run.dir/DependInfo.cmake b/gpmp2/utils/CMakeFiles/testTimer.run.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.run.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/utils/CMakeFiles/testTimer.run.dir/cmake_clean.cmake b/gpmp2/utils/CMakeFiles/testTimer.run.dir/cmake_clean.cmake new file mode 100644 index 0000000..2506a06 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.run.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testTimer.run" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testTimer.run.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/utils/CMakeFiles/testTimer.run.dir/progress.make b/gpmp2/utils/CMakeFiles/testTimer.run.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.run.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/DependInfo.cmake b/gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/DependInfo.cmake new file mode 100644 index 0000000..19fab21 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/cmake_clean.cmake b/gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/cmake_clean.cmake new file mode 100644 index 0000000..302f39e --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/testTimer.valgrind" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testTimer.valgrind.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/progress.make b/gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/progress.make @@ -0,0 +1 @@ + diff --git a/gpmp2/utils/CTestTestfile.cmake b/gpmp2/utils/CTestTestfile.cmake new file mode 100644 index 0000000..c1210a5 --- /dev/null +++ b/gpmp2/utils/CTestTestfile.cmake @@ -0,0 +1,8 @@ +# CMake generated Testfile for +# Source directory: /home/matt/Documents/gpmp2/gpmp2/utils +# Build directory: /home/matt/Documents/gpmp2/gpmp2/utils +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(testTimer "/home/matt/Documents/gpmp2/gpmp2/utils/testTimer") +set_tests_properties(testTimer PROPERTIES _BACKTRACE_TRIPLES "/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;176;add_test;/usr/local/lib/cmake/GTSAMCMakeTools/GtsamTesting.cmake;30;gtsamAddTestsGlob_impl;/home/matt/Documents/gpmp2/gpmp2/utils/CMakeLists.txt;6;gtsamAddTestsGlob;/home/matt/Documents/gpmp2/gpmp2/utils/CMakeLists.txt;0;") diff --git a/gpmp2/utils/Makefile b/gpmp2/utils/Makefile new file mode 100644 index 0000000..4e12814 --- /dev/null +++ b/gpmp2/utils/Makefile @@ -0,0 +1,290 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/matt/Documents/gpmp2 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/matt/Documents/gpmp2 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles /home/matt/Documents/gpmp2/gpmp2/utils/CMakeFiles/progress.marks + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/utils/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/matt/Documents/gpmp2/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/utils/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/utils/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/utils/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/rule +.PHONY : gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/rule + +# Convenience name for target. +testTimer.valgrind: gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/rule + +.PHONY : testTimer.valgrind + +# fast build rule for target. +testTimer.valgrind/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/build.make gpmp2/utils/CMakeFiles/testTimer.valgrind.dir/build +.PHONY : testTimer.valgrind/fast + +# Convenience name for target. +gpmp2/utils/CMakeFiles/testTimer.run.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/utils/CMakeFiles/testTimer.run.dir/rule +.PHONY : gpmp2/utils/CMakeFiles/testTimer.run.dir/rule + +# Convenience name for target. +testTimer.run: gpmp2/utils/CMakeFiles/testTimer.run.dir/rule + +.PHONY : testTimer.run + +# fast build rule for target. +testTimer.run/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/utils/CMakeFiles/testTimer.run.dir/build.make gpmp2/utils/CMakeFiles/testTimer.run.dir/build +.PHONY : testTimer.run/fast + +# Convenience name for target. +gpmp2/utils/CMakeFiles/testTimer.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/utils/CMakeFiles/testTimer.dir/rule +.PHONY : gpmp2/utils/CMakeFiles/testTimer.dir/rule + +# Convenience name for target. +testTimer: gpmp2/utils/CMakeFiles/testTimer.dir/rule + +.PHONY : testTimer + +# fast build rule for target. +testTimer/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/utils/CMakeFiles/testTimer.dir/build.make gpmp2/utils/CMakeFiles/testTimer.dir/build +.PHONY : testTimer/fast + +# Convenience name for target. +gpmp2/utils/CMakeFiles/check.utils.dir/rule: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f CMakeFiles/Makefile2 gpmp2/utils/CMakeFiles/check.utils.dir/rule +.PHONY : gpmp2/utils/CMakeFiles/check.utils.dir/rule + +# Convenience name for target. +check.utils: gpmp2/utils/CMakeFiles/check.utils.dir/rule + +.PHONY : check.utils + +# fast build rule for target. +check.utils/fast: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/utils/CMakeFiles/check.utils.dir/build.make gpmp2/utils/CMakeFiles/check.utils.dir/build +.PHONY : check.utils/fast + +tests/testTimer.o: tests/testTimer.cpp.o + +.PHONY : tests/testTimer.o + +# target to build an object file +tests/testTimer.cpp.o: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/utils/CMakeFiles/testTimer.dir/build.make gpmp2/utils/CMakeFiles/testTimer.dir/tests/testTimer.cpp.o +.PHONY : tests/testTimer.cpp.o + +tests/testTimer.i: tests/testTimer.cpp.i + +.PHONY : tests/testTimer.i + +# target to preprocess a source file +tests/testTimer.cpp.i: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/utils/CMakeFiles/testTimer.dir/build.make gpmp2/utils/CMakeFiles/testTimer.dir/tests/testTimer.cpp.i +.PHONY : tests/testTimer.cpp.i + +tests/testTimer.s: tests/testTimer.cpp.s + +.PHONY : tests/testTimer.s + +# target to generate assembly for a file +tests/testTimer.cpp.s: + cd /home/matt/Documents/gpmp2 && $(MAKE) -f gpmp2/utils/CMakeFiles/testTimer.dir/build.make gpmp2/utils/CMakeFiles/testTimer.dir/tests/testTimer.cpp.s +.PHONY : tests/testTimer.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/local" + @echo "... edit_cache" + @echo "... test" + @echo "... install/strip" + @echo "... testTimer.valgrind" + @echo "... testTimer.run" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... testTimer" + @echo "... check.utils" + @echo "... tests/testTimer.o" + @echo "... tests/testTimer.i" + @echo "... tests/testTimer.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/matt/Documents/gpmp2 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/gpmp2/utils/cmake_install.cmake b/gpmp2/utils/cmake_install.cmake new file mode 100644 index 0000000..53307e7 --- /dev/null +++ b/gpmp2/utils/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/matt/Documents/gpmp2/gpmp2/utils + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/gpmp2/utils" TYPE FILE FILES + "/home/matt/Documents/gpmp2/gpmp2/utils/OpenRAVEutils.h" + "/home/matt/Documents/gpmp2/gpmp2/utils/Timer.h" + "/home/matt/Documents/gpmp2/gpmp2/utils/fileUtils.h" + "/home/matt/Documents/gpmp2/gpmp2/utils/matlabUtils.h" + ) +endif() + diff --git a/gpmp2/wrap/matlab.h b/gpmp2/wrap/matlab.h new file mode 100755 index 0000000..193412e --- /dev/null +++ b/gpmp2/wrap/matlab.h @@ -0,0 +1,494 @@ +/* ---------------------------------------------------------------------------- + + * GTSAM Copyright 2010, Georgia Tech Research Corporation, + * Atlanta, Georgia 30332-0415 + * All Rights Reserved + * Authors: Frank Dellaert, et al. (see THANKS for the full author list) + + * See LICENSE for the license information + + * -------------------------------------------------------------------------- */ + +/** + * @file matlab.h + * @brief header file to be included in MATLAB wrappers + * @date 2008 + * @author Frank Dellaert + * @author Alex Cunningham + * @author Andrew Melim + * @author Richard Roberts + * + * wrapping and unwrapping is done using specialized templates, see + * http://www.cplusplus.com/doc/tutorial/templates.html + */ + +#include +#include +#include +#include + +using gtsam::Vector; +using gtsam::Matrix; +using gtsam::Point2; +using gtsam::Point3; + +extern "C" { +#include +} + +#include +#include + +#include +#include +#include +#include +#include +#include + +using namespace std; +using namespace boost; // not usual, but for conciseness of generated code + +// start GTSAM Specifics ///////////////////////////////////////////////// +// to enable Matrix and Vector constructor for SharedGaussian: +#define GTSAM_MAGIC_GAUSSIAN +// end GTSAM Specifics ///////////////////////////////////////////////// + +#if defined(__LP64__) || defined(_WIN64) +// 64-bit +#define mxUINT32OR64_CLASS mxUINT64_CLASS +#else +#define mxUINT32OR64_CLASS mxUINT32_CLASS +#endif + +// "Unique" key to signal calling the matlab object constructor with a raw pointer +// to a shared pointer of the same C++ object type as the MATLAB type. +// Also present in utilities.h +static const boost::uint64_t ptr_constructor_key = + (boost::uint64_t('G') << 56) | + (boost::uint64_t('T') << 48) | + (boost::uint64_t('S') << 40) | + (boost::uint64_t('A') << 32) | + (boost::uint64_t('M') << 24) | + (boost::uint64_t('p') << 16) | + (boost::uint64_t('t') << 8) | + (boost::uint64_t('r')); + +//***************************************************************************** +// Utilities +//***************************************************************************** + +void error(const char* str) { + mexErrMsgIdAndTxt("wrap:error", str); +} + +mxArray *scalar(mxClassID classid) { + mwSize dims[1]; dims[0]=1; + return mxCreateNumericArray(1, dims, classid, mxREAL); +} + +void checkScalar(const mxArray* array, const char* str) { + int m = mxGetM(array), n = mxGetN(array); + if (m!=1 || n!=1) + mexErrMsgIdAndTxt("wrap: not a scalar in ", str); +} + +// Replacement streambuf for cout that writes to the MATLAB console +// Thanks to http://stackoverflow.com/a/249008 +class mstream : public std::streambuf { +protected: + virtual std::streamsize xsputn(const char *s, std::streamsize n) { + mexPrintf("%.*s",n,s); + return n; + } + virtual int overflow(int c = EOF) { + if (c != EOF) { + mexPrintf("%.1s",&c); + } + return 1; + } +}; + +//***************************************************************************** +// Check arguments +//***************************************************************************** + +void checkArguments(const string& name, int nargout, int nargin, int expected) { + stringstream err; + err << name << " expects " << expected << " arguments, not " << nargin; + if (nargin!=expected) + error(err.str().c_str()); +} + +//***************************************************************************** +// wrapping C++ basis types in MATLAB arrays +//***************************************************************************** + +// default wrapping throws an error: only basis types are allowed in wrap +template +mxArray* wrap(const Class& value) { + error("wrap internal error: attempted wrap of invalid type"); + return 0; +} + +// specialization to string +// wraps into a character array +template<> +mxArray* wrap(const string& value) { + return mxCreateString(value.c_str()); +} + +// specialization to char +template<> +mxArray* wrap(const char& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(char*)mxGetData(result) = value; + return result; +} + +// specialization to unsigned char +template<> +mxArray* wrap(const unsigned char& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(unsigned char*)mxGetData(result) = value; + return result; +} + +// specialization to bool +template<> +mxArray* wrap(const bool& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(bool*)mxGetData(result) = value; + return result; +} + +// specialization to size_t +template<> +mxArray* wrap(const size_t& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(size_t*)mxGetData(result) = value; + return result; +} + +// specialization to int +template<> +mxArray* wrap(const int& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(int*)mxGetData(result) = value; + return result; +} + +// specialization to double -> just double +template<> +mxArray* wrap(const double& value) { + return mxCreateDoubleScalar(value); +} + +// wrap a const Eigen vector into a double vector +mxArray* wrap_Vector(const gtsam::Vector& v) { + int m = v.size(); + mxArray *result = mxCreateDoubleMatrix(m, 1, mxREAL); + double *data = mxGetPr(result); + for (int i=0;i double vector +template<> +mxArray* wrap(const gtsam::Vector& v) { + return wrap_Vector(v); +} + +// specialization to Eigen vector -> double vector +template<> +mxArray* wrap(const gtsam::Point2& v) { + return wrap_Vector(v); +} + +// specialization to Eigen vector -> double vector +template<> +mxArray* wrap(const gtsam::Point3& v) { + return wrap_Vector(v); +} + +// wrap a const Eigen MATRIX into a double matrix +mxArray* wrap_Matrix(const gtsam::Matrix& A) { + int m = A.rows(), n = A.cols(); +#ifdef DEBUG_WRAP + mexPrintf("wrap_Matrix called with A = \n", m,n); + gtsam::print(A); +#endif + mxArray *result = mxCreateDoubleMatrix(m, n, mxREAL); + double *data = mxGetPr(result); + // converts from column-major to row-major + for (int j=0;j double matrix +template<> +mxArray* wrap(const gtsam::Matrix& A) { + return wrap_Matrix(A); +} + +//***************************************************************************** +// unwrapping MATLAB arrays into C++ basis types +//***************************************************************************** + +// default unwrapping throws an error +// as wrap only supports passing a reference or one of the basic types +template +T unwrap(const mxArray* array) { + error("wrap internal error: attempted unwrap of invalid type"); + return T(); +} + +// specialization to string +// expects a character array +// Warning: relies on mxChar==char +template<> +string unwrap(const mxArray* array) { + char *data = mxArrayToString(array); + if (data==NULL) error("unwrap: not a character array"); + string str(data); + mxFree(data); + return str; +} + +// Check for 64-bit, as Mathworks says mxGetScalar only good for 32 bit +template +T myGetScalar(const mxArray* array) { + switch (mxGetClassID(array)) { + case mxINT64_CLASS: + return (T) *(boost::int64_t*) mxGetData(array); + case mxUINT64_CLASS: + return (T) *(boost::uint64_t*) mxGetData(array); + default: + // hope for the best! + return (T) mxGetScalar(array); + } +} + +// specialization to bool +template<> +bool unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to char +template<> +char unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to unsigned char +template<> +unsigned char unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to int +template<> +int unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to size_t +template<> +size_t unwrap(const mxArray* array) { + checkScalar(array, "unwrap"); + return myGetScalar(array); +} + +// specialization to double +template<> +double unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to Eigen vector +template<> +gtsam::Vector unwrap< gtsam::Vector >(const mxArray* array) { + int m = mxGetM(array), n = mxGetN(array); + if (mxIsDouble(array)==false || n!=1) error("unwrap: not a vector"); +#ifdef DEBUG_WRAP + mexPrintf("unwrap< gtsam::Vector > called with %dx%d argument\n", m,n); +#endif + double* data = (double*)mxGetData(array); + gtsam::Vector v(m); + for (int i=0;i +gtsam::Point2 unwrap< gtsam::Point2 >(const mxArray* array) { + int m = mxGetM(array), n = mxGetN(array); + if (mxIsDouble(array)==false || n!=1) error("unwrap: not a vector"); +#ifdef DEBUG_WRAP + mexPrintf("unwrap< gtsam::Vector > called with %dx%d argument\n", m,n); +#endif + double* data = (double*)mxGetData(array); + gtsam::Vector v(m); + for (int i=0;i +gtsam::Point3 unwrap< gtsam::Point3 >(const mxArray* array) { + int m = mxGetM(array), n = mxGetN(array); + if (mxIsDouble(array)==false || n!=1) error("unwrap: not a vector"); +#ifdef DEBUG_WRAP + mexPrintf("unwrap< gtsam::Vector > called with %dx%d argument\n", m,n); +#endif + double* data = (double*)mxGetData(array); + gtsam::Vector v(m); + for (int i=0;i +gtsam::Matrix unwrap< gtsam::Matrix >(const mxArray* array) { + if (mxIsDouble(array)==false) error("unwrap: not a matrix"); + int m = mxGetM(array), n = mxGetN(array); +#ifdef DEBUG_WRAP + mexPrintf("unwrap< gtsam::Matrix > called with %dx%d argument\n", m,n); +#endif + double* data = (double*)mxGetData(array); + gtsam::Matrix A(m,n); + // converts from row-major to column-major + for (int j=0;j(mxGetData(input[0])) = ptr_constructor_key; + // Second input argument is the pointer + input[1] = mxCreateNumericMatrix(1, 1, mxUINT32OR64_CLASS, mxREAL); + *reinterpret_cast(mxGetData(input[1])) = pointer; + // If the class is virtual, use the RTTI name to look up the derived matlab type + const char *derivedClassName; + if(isVirtual) { + const mxArray *rttiRegistry = mexGetVariablePtr("global", "gtsamwrap_rttiRegistry"); + if(!rttiRegistry) + mexErrMsgTxt( + "gtsam wrap: RTTI registry is missing - it could have been cleared from the workspace." + " You can issue 'clear all' to completely clear the workspace, and next time a wrapped object is" + " created the RTTI registry will be recreated."); + const mxArray *derivedNameMx = mxGetField(rttiRegistry, 0, rttiName); + if(!derivedNameMx) + mexErrMsgTxt(( + "gtsam wrap: The derived class type " + string(rttiName) + " was not found in the RTTI registry. " + "Try calling 'clear all' twice consecutively - we have seen things not get unloaded properly the " + "first time. If this does not work, this may indicate an inconsistency in your wrap interface file. " + "The most likely cause for this is that a base class was marked virtual in the wrap interface " + "definition header file for gtsam or for your module, but a derived type was returned by a C++ " + "function and that derived type was not marked virtual (or was not specified in the wrap interface " + "definition header at all).").c_str()); + size_t strLen = mxGetN(derivedNameMx); + char *buf = new char[strLen+1]; + if(mxGetString(derivedNameMx, buf, strLen+1)) + mexErrMsgTxt("gtsam wrap: Internal error reading RTTI table, try 'clear all' to clear your workspace and reinitialize the toolbox."); + derivedClassName = buf; + input[2] = mxCreateString("void"); + nargin = 3; + } else { + derivedClassName = classname.c_str(); + } + // Call special pointer constructor, which sets 'self' + mexCallMATLAB(1,&result, nargin, input, derivedClassName); + // Deallocate our memory + mxDestroyArray(input[0]); + mxDestroyArray(input[1]); + if(isVirtual) { + mxDestroyArray(input[2]); + delete[] derivedClassName; + } + return result; +} + +/* + When the user calls a method that returns a shared pointer, we create + an ObjectHandle from the shared_pointer and return it as a proxy + class to matlab. +*/ +template +mxArray* wrap_shared_ptr(boost::shared_ptr< Class > shared_ptr, const std::string& matlabName, bool isVirtual) { + // Create actual class object from out pointer + mxArray* result; + if(isVirtual) { + boost::shared_ptr void_ptr(shared_ptr); + result = create_object(matlabName, &void_ptr, isVirtual, typeid(*shared_ptr).name()); + } else { + boost::shared_ptr *heapPtr = new boost::shared_ptr(shared_ptr); + result = create_object(matlabName, heapPtr, isVirtual, ""); + } + return result; +} + +template +boost::shared_ptr unwrap_shared_ptr(const mxArray* obj, const string& propertyName) { + + mxArray* mxh = mxGetProperty(obj,0, propertyName.c_str()); + if (mxGetClassID(mxh) != mxUINT32OR64_CLASS || mxIsComplex(mxh) + || mxGetM(mxh) != 1 || mxGetN(mxh) != 1) error( + "Parameter is not an Shared type."); + + boost::shared_ptr* spp = *reinterpret_cast**> (mxGetData(mxh)); + return *spp; +} + +//// throw an error if unwrap_shared_ptr is attempted for an Eigen Vector +//template <> +//Vector unwrap_shared_ptr(const mxArray* obj, const string& propertyName) { +// bool unwrap_shared_ptr_Vector_attempted = false; +// BOOST_STATIC_ASSERT(unwrap_shared_ptr_Vector_attempted, "Vector cannot be unwrapped as a shared pointer"); +// return Vector(); +//} + +//// throw an error if unwrap_shared_ptr is attempted for an Eigen Matrix +//template <> +//Matrix unwrap_shared_ptr(const mxArray* obj, const string& propertyName) { +// bool unwrap_shared_ptr_Matrix_attempted = false; +// BOOST_STATIC_ASSERT(unwrap_shared_ptr_Matrix_attempted, "Matrix cannot be unwrapped as a shared pointer"); +// return Matrix(); +//} + diff --git a/matlab/+gpmp2/generateArm.m b/matlab/+gpmp2/generateArm.m index d4e7e3f..d18463f 100644 --- a/matlab/+gpmp2/generateArm.m +++ b/matlab/+gpmp2/generateArm.m @@ -22,7 +22,7 @@ a = [0.5, 0.5]'; d = [0, 0]'; alpha = [0, 0]'; - arm = Arm(2, a, alpha, d); + arm = Arm(2, a, alpha, d,Pose3(),[0,0]'); % physical arm spheres_data = [... 0 -0.5 0.0 0.0 0.01 diff --git a/matlab/+gpmp2/plotPlanarMobile2Arms.m b/matlab/+gpmp2/plotPlanarMobile2Arms.m index 0f5d132..a3a48ec 100644 --- a/matlab/+gpmp2/plotPlanarMobile2Arms.m +++ b/matlab/+gpmp2/plotPlanarMobile2Arms.m @@ -7,14 +7,14 @@ pose = p.pose(); % vehicle corners -corner1 = pose.transform_from(Point2(vehsize(1)/2, vehsize(2)/2)); -corner2 = pose.transform_from(Point2(-vehsize(1)/2, vehsize(2)/2)); -corner3 = pose.transform_from(Point2(-vehsize(1)/2, -vehsize(2)/2)); -corner4 = pose.transform_from(Point2(vehsize(1)/2, -vehsize(2)/2)); +corner1 = pose.transformFrom(Point2(vehsize(1)/2, vehsize(2)/2)); +corner2 = pose.transformFrom(Point2(-vehsize(1)/2, vehsize(2)/2)); +corner3 = pose.transformFrom(Point2(-vehsize(1)/2, -vehsize(2)/2)); +corner4 = pose.transformFrom(Point2(vehsize(1)/2, -vehsize(2)/2)); % vehicle base black lines -h(1) = plot([corner1.x() corner2.x() corner3.x() corner4.x() corner1.x()], ... - [corner1.y() corner2.y() corner3.y() corner4.y() corner1.y()], 'k-'); +h(1) = plot([corner1(1) corner2(1) corner3(1) corner4(1) corner1(1)], ... + [corner1(2) corner2(2) corner3(2) corner4(2) corner1(2)], 'k-'); % arm position = marm.forwardKinematicsPosition(p); diff --git a/matlab/+gpmp2/plotPlanarMobileArm.m b/matlab/+gpmp2/plotPlanarMobileArm.m index 7f5c422..57dde8d 100644 --- a/matlab/+gpmp2/plotPlanarMobileArm.m +++ b/matlab/+gpmp2/plotPlanarMobileArm.m @@ -7,14 +7,14 @@ pose = p.pose(); % vehicle corners -corner1 = pose.transform_from(Point2(vehsize(1)/2, vehsize(2)/2)); -corner2 = pose.transform_from(Point2(-vehsize(1)/2, vehsize(2)/2)); -corner3 = pose.transform_from(Point2(-vehsize(1)/2, -vehsize(2)/2)); -corner4 = pose.transform_from(Point2(vehsize(1)/2, -vehsize(2)/2)); +corner1 = pose.transformFrom(Point2(vehsize(1)/2, vehsize(2)/2)); +corner2 = pose.transformFrom(Point2(-vehsize(1)/2, vehsize(2)/2)); +corner3 = pose.transformFrom(Point2(-vehsize(1)/2, -vehsize(2)/2)); +corner4 = pose.transformFrom(Point2(vehsize(1)/2, -vehsize(2)/2)); % vehicle base black lines -h(1) = plot([corner1.x() corner2.x() corner3.x() corner4.x() corner1.x()], ... - [corner1.y() corner2.y() corner3.y() corner4.y() corner1.y()], 'k-'); +h(1) = plot([corner1(1) corner2(1) corner3(1) corner4(1) corner1(1)], ... + [corner1(2) corner2(2) corner3(2) corner4(2) corner1(2)], 'k-'); % arm position = marm.forwardKinematicsPosition(p); diff --git a/matlab/+gpmp2/plotPlanarMobileBase.m b/matlab/+gpmp2/plotPlanarMobileBase.m index 7bdad22..a482b1c 100644 --- a/matlab/+gpmp2/plotPlanarMobileBase.m +++ b/matlab/+gpmp2/plotPlanarMobileBase.m @@ -6,13 +6,13 @@ import gpmp2.* % vehicle corners -corner1 = pose.transform_from(Point2(vehsize(1)/2, vehsize(2)/2)); -corner2 = pose.transform_from(Point2(-vehsize(1)/2, vehsize(2)/2)); -corner3 = pose.transform_from(Point2(-vehsize(1)/2, -vehsize(2)/2)); -corner4 = pose.transform_from(Point2(vehsize(1)/2, -vehsize(2)/2)); +corner1 = pose.transformFrom(Point2(vehsize(1)/2, vehsize(2)/2)); +corner2 = pose.transformFrom(Point2(-vehsize(1)/2, vehsize(2)/2)); +corner3 = pose.transformFrom(Point2(-vehsize(1)/2, -vehsize(2)/2)); +corner4 = pose.transformFrom(Point2(vehsize(1)/2, -vehsize(2)/2)); % vehicle base black lines -h(1) = plot([corner1.x() corner2.x() corner3.x() corner4.x() corner1.x()], ... - [corner1.y() corner2.y() corner3.y() corner4.y() corner1.y()], 'k-'); +h(1) = plot([corner1(1) corner2(1) corner3(1) corner4(1) corner1(1)], ... + [corner1(2) corner2(2) corner3(2) corner4(2) corner1(2)], 'k-'); end diff --git a/matlab/Arm2FactorGraphExample.m b/matlab/Arm2FactorGraphExample.m index 1d20e5e..74a36e4 100644 --- a/matlab/Arm2FactorGraphExample.m +++ b/matlab/Arm2FactorGraphExample.m @@ -65,8 +65,9 @@ figure(1), hold on plotEvidenceMap2D(dataset.map, dataset.origin_x, dataset.origin_y, cell_size); title('Layout') -plotPlanarArm(arm.fk_model(), start_conf, 'b', 2); -plotPlanarArm(arm.fk_model(), end_conf, 'r', 2); +tmp = arm.fk_model(); +plotPlanarArm(tmp, start_conf, 'b', 2); +plotPlanarArm(tmp, end_conf, 'r', 2); hold off diff --git a/wrap/matlab.h b/wrap/matlab.h new file mode 100644 index 0000000..4f3bfe9 --- /dev/null +++ b/wrap/matlab.h @@ -0,0 +1,494 @@ +/* ---------------------------------------------------------------------------- + + * GTSAM Copyright 2010, Georgia Tech Research Corporation, + * Atlanta, Georgia 30332-0415 + * All Rights Reserved + * Authors: Frank Dellaert, et al. (see THANKS for the full author list) + + * See LICENSE for the license information + + * -------------------------------------------------------------------------- */ + +/** + * @file matlab.h + * @brief header file to be included in MATLAB wrappers + * @date 2008 + * @author Frank Dellaert + * @author Alex Cunningham + * @author Andrew Melim + * @author Richard Roberts + * + * wrapping and unwrapping is done using specialized templates, see + * http://www.cplusplus.com/doc/tutorial/templates.html + */ + +#include +#include +#include +#include + +using gtsam::Vector; +using gtsam::Matrix; +using gtsam::Point2; +using gtsam::Point3; + +extern "C" { +#include +} + +#include +#include + +#include +#include +#include +#include +#include +#include + +using namespace std; +using namespace boost; // not usual, but for conciseness of generated code + +// start GTSAM Specifics ///////////////////////////////////////////////// +// to enable Matrix and Vector constructor for SharedGaussian: +#define GTSAM_MAGIC_GAUSSIAN +// end GTSAM Specifics ///////////////////////////////////////////////// + +#if defined(__LP64__) || defined(_WIN64) +// 64-bit +#define mxUINT32OR64_CLASS mxUINT64_CLASS +#else +#define mxUINT32OR64_CLASS mxUINT32_CLASS +#endif + +// "Unique" key to signal calling the matlab object constructor with a raw pointer +// to a shared pointer of the same C++ object type as the MATLAB type. +// Also present in utilities.h +static const boost::uint64_t ptr_constructor_key = + (boost::uint64_t('G') << 56) | + (boost::uint64_t('T') << 48) | + (boost::uint64_t('S') << 40) | + (boost::uint64_t('A') << 32) | + (boost::uint64_t('M') << 24) | + (boost::uint64_t('p') << 16) | + (boost::uint64_t('t') << 8) | + (boost::uint64_t('r')); + +//***************************************************************************** +// Utilities +//***************************************************************************** + +void error(const char* str) { + mexErrMsgIdAndTxt("wrap:error", str); +} + +mxArray *scalar(mxClassID classid) { + mwSize dims[1]; dims[0]=1; + return mxCreateNumericArray(1, dims, classid, mxREAL); +} + +void checkScalar(const mxArray* array, const char* str) { + int m = mxGetM(array), n = mxGetN(array); + if (m!=1 || n!=1) + mexErrMsgIdAndTxt("wrap: not a scalar in ", str); +} + +// Replacement streambuf for cout that writes to the MATLAB console +// Thanks to http://stackoverflow.com/a/249008 +class mstream : public std::streambuf { +protected: + virtual std::streamsize xsputn(const char *s, std::streamsize n) { + mexPrintf("%.*s",n,s); + return n; + } + virtual int overflow(int c = EOF) { + if (c != EOF) { + mexPrintf("%.1s",&c); + } + return 1; + } +}; + +//***************************************************************************** +// Check arguments +//***************************************************************************** + +void checkArguments(const string& name, int nargout, int nargin, int expected) { + stringstream err; + err << name << " expects " << expected << " arguments, not " << nargin; + if (nargin!=expected) + error(err.str().c_str()); +} + +//***************************************************************************** +// wrapping C++ basis types in MATLAB arrays +//***************************************************************************** + +// default wrapping throws an error: only basis types are allowed in wrap +template +mxArray* wrap(const Class& value) { + error("wrap internal error: attempted wrap of invalid type"); + return 0; +} + +// specialization to string +// wraps into a character array +template<> +mxArray* wrap(const string& value) { + return mxCreateString(value.c_str()); +} + +// specialization to char +template<> +mxArray* wrap(const char& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(char*)mxGetData(result) = value; + return result; +} + +// specialization to unsigned char +template<> +mxArray* wrap(const unsigned char& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(unsigned char*)mxGetData(result) = value; + return result; +} + +// specialization to bool +template<> +mxArray* wrap(const bool& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(bool*)mxGetData(result) = value; + return result; +} + +// specialization to size_t +template<> +mxArray* wrap(const size_t& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(size_t*)mxGetData(result) = value; + return result; +} + +// specialization to int +template<> +mxArray* wrap(const int& value) { + mxArray *result = scalar(mxUINT32OR64_CLASS); + *(int*)mxGetData(result) = value; + return result; +} + +// specialization to double -> just double +template<> +mxArray* wrap(const double& value) { + return mxCreateDoubleScalar(value); +} + +// wrap a const Eigen vector into a double vector +mxArray* wrap_Vector(const gtsam::Vector& v) { + int m = v.size(); + mxArray *result = mxCreateDoubleMatrix(m, 1, mxREAL); + double *data = mxGetPr(result); + for (int i=0;i double vector +template<> +mxArray* wrap(const gtsam::Vector& v) { + return wrap_Vector(v); +} + +// specialization to Eigen vector -> double vector +template<> +mxArray* wrap(const gtsam::Point2& v) { + return wrap_Vector(v); +} + +// specialization to Eigen vector -> double vector +template<> +mxArray* wrap(const gtsam::Point3& v) { + return wrap_Vector(v); +} + +// wrap a const Eigen MATRIX into a double matrix +mxArray* wrap_Matrix(const gtsam::Matrix& A) { + int m = A.rows(), n = A.cols(); +#ifdef DEBUG_WRAP + mexPrintf("wrap_Matrix called with A = \n", m,n); + gtsam::print(A); +#endif + mxArray *result = mxCreateDoubleMatrix(m, n, mxREAL); + double *data = mxGetPr(result); + // converts from column-major to row-major + for (int j=0;j double matrix +template<> +mxArray* wrap(const gtsam::Matrix& A) { + return wrap_Matrix(A); +} + +//***************************************************************************** +// unwrapping MATLAB arrays into C++ basis types +//***************************************************************************** + +// default unwrapping throws an error +// as wrap only supports passing a reference or one of the basic types +template +T unwrap(const mxArray* array) { + error("wrap internal error: attempted unwrap of invalid type"); + return T(); +} + +// specialization to string +// expects a character array +// Warning: relies on mxChar==char +template<> +string unwrap(const mxArray* array) { + char *data = mxArrayToString(array); + if (data==NULL) error("unwrap: not a character array"); + string str(data); + mxFree(data); + return str; +} + +// Check for 64-bit, as Mathworks says mxGetScalar only good for 32 bit +template +T myGetScalar(const mxArray* array) { + switch (mxGetClassID(array)) { + case mxINT64_CLASS: + return (T) *(boost::int64_t*) mxGetData(array); + case mxUINT64_CLASS: + return (T) *(boost::uint64_t*) mxGetData(array); + default: + // hope for the best! + return (T) mxGetScalar(array); + } +} + +// specialization to bool +template<> +bool unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to char +template<> +char unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to unsigned char +template<> +unsigned char unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to int +template<> +int unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to size_t +template<> +size_t unwrap(const mxArray* array) { + checkScalar(array, "unwrap"); + return myGetScalar(array); +} + +// specialization to double +template<> +double unwrap(const mxArray* array) { + checkScalar(array,"unwrap"); + return myGetScalar(array); +} + +// specialization to Eigen vector +template<> +gtsam::Vector unwrap< gtsam::Vector >(const mxArray* array) { + int m = mxGetM(array), n = mxGetN(array); + if (mxIsDouble(array)==false || n!=1) error("unwrap: not a vector"); +#ifdef DEBUG_WRAP + mexPrintf("unwrap< gtsam::Vector > called with %dx%d argument\n", m,n); +#endif + double* data = (double*)mxGetData(array); + gtsam::Vector v(m); + for (int i=0;i +gtsam::Point2 unwrap< gtsam::Point2 >(const mxArray* array) { + int m = mxGetM(array), n = mxGetN(array); + if (mxIsDouble(array)==false || n!=1) error("unwrap: not a vector"); +#ifdef DEBUG_WRAP + mexPrintf("unwrap< gtsam::Vector > called with %dx%d argument\n", m,n); +#endif + double* data = (double*)mxGetData(array); + gtsam::Vector v(m); + for (int i=0;i +gtsam::Point3 unwrap< gtsam::Point3 >(const mxArray* array) { + int m = mxGetM(array), n = mxGetN(array); + if (mxIsDouble(array)==false || n!=1) error("unwrap: not a vector"); +#ifdef DEBUG_WRAP + mexPrintf("unwrap< gtsam::Vector > called with %dx%d argument\n", m,n); +#endif + double* data = (double*)mxGetData(array); + gtsam::Vector v(m); + for (int i=0;i +gtsam::Matrix unwrap< gtsam::Matrix >(const mxArray* array) { + if (mxIsDouble(array)==false) error("unwrap: not a matrix"); + int m = mxGetM(array), n = mxGetN(array); +#ifdef DEBUG_WRAP + mexPrintf("unwrap< gtsam::Matrix > called with %dx%d argument\n", m,n); +#endif + double* data = (double*)mxGetData(array); + gtsam::Matrix A(m,n); + // converts from row-major to column-major + for (int j=0;j(mxGetData(input[0])) = ptr_constructor_key; + // Second input argument is the pointer + input[1] = mxCreateNumericMatrix(1, 1, mxUINT32OR64_CLASS, mxREAL); + *reinterpret_cast(mxGetData(input[1])) = pointer; + // If the class is virtual, use the RTTI name to look up the derived matlab type + const char *derivedClassName; + if(isVirtual) { + const mxArray *rttiRegistry = mexGetVariablePtr("global", "gtsamwrap_rttiRegistry"); + if(!rttiRegistry) + mexErrMsgTxt( + "gtsam wrap: RTTI registry is missing - it could have been cleared from the workspace." + " You can issue 'clear all' to completely clear the workspace, and next time a wrapped object is" + " created the RTTI registry will be recreated."); + const mxArray *derivedNameMx = mxGetField(rttiRegistry, 0, rttiName); + if(!derivedNameMx) + mexErrMsgTxt(( + "gtsam wrap: The derived class type " + string(rttiName) + " was not found in the RTTI registry. " + "Try calling 'clear all' twice consecutively - we have seen things not get unloaded properly the " + "first time. If this does not work, this may indicate an inconsistency in your wrap interface file. " + "The most likely cause for this is that a base class was marked virtual in the wrap interface " + "definition header file for gtsam or for your module, but a derived type was returned by a C++ " + "function and that derived type was not marked virtual (or was not specified in the wrap interface " + "definition header at all).").c_str()); + size_t strLen = mxGetN(derivedNameMx); + char *buf = new char[strLen+1]; + if(mxGetString(derivedNameMx, buf, strLen+1)) + mexErrMsgTxt("gtsam wrap: Internal error reading RTTI table, try 'clear all' to clear your workspace and reinitialize the toolbox."); + derivedClassName = buf; + input[2] = mxCreateString("void"); + nargin = 3; + } else { + derivedClassName = classname.c_str(); + } + // Call special pointer constructor, which sets 'self' + mexCallMATLAB(1,&result, nargin, input, derivedClassName); + // Deallocate our memory + mxDestroyArray(input[0]); + mxDestroyArray(input[1]); + if(isVirtual) { + mxDestroyArray(input[2]); + delete[] derivedClassName; + } + return result; +} + +/* + When the user calls a method that returns a shared pointer, we create + an ObjectHandle from the shared_pointer and return it as a proxy + class to matlab. +*/ +template +mxArray* wrap_shared_ptr(boost::shared_ptr< Class > shared_ptr, const std::string& matlabName, bool isVirtual) { + // Create actual class object from out pointer + mxArray* result; + if(isVirtual) { + boost::shared_ptr void_ptr(shared_ptr); + result = create_object(matlabName, &void_ptr, isVirtual, typeid(*shared_ptr).name()); + } else { + boost::shared_ptr *heapPtr = new boost::shared_ptr(shared_ptr); + result = create_object(matlabName, heapPtr, isVirtual, ""); + } + return result; +} + +template +boost::shared_ptr unwrap_shared_ptr(const mxArray* obj, const string& propertyName) { + + mxArray* mxh = mxGetProperty(obj,0, propertyName.c_str()); + if (mxGetClassID(mxh) != mxUINT32OR64_CLASS || mxIsComplex(mxh) + || mxGetM(mxh) != 1 || mxGetN(mxh) != 1) error( + "Parameter is not an Shared type."); + + boost::shared_ptr* spp = *reinterpret_cast**> (mxGetData(mxh)); + return *spp; +} + +//// throw an error if unwrap_shared_ptr is attempted for an Eigen Vector +//template <> +//Vector unwrap_shared_ptr(const mxArray* obj, const string& propertyName) { +// bool unwrap_shared_ptr_Vector_attempted = false; +// BOOST_STATIC_ASSERT(unwrap_shared_ptr_Vector_attempted, "Vector cannot be unwrapped as a shared pointer"); +// return Vector(); +//} + +//// throw an error if unwrap_shared_ptr is attempted for an Eigen Matrix +//template <> +//Matrix unwrap_shared_ptr(const mxArray* obj, const string& propertyName) { +// bool unwrap_shared_ptr_Matrix_attempted = false; +// BOOST_STATIC_ASSERT(unwrap_shared_ptr_Matrix_attempted, "Matrix cannot be unwrapped as a shared pointer"); +// return Matrix(); +//} +