Skip to content

Commit

Permalink
Fix. Reason is wrong include in Frame.h, not g2o directory..
Browse files Browse the repository at this point in the history
  • Loading branch information
jingpang committed Dec 27, 2016
1 parent 615b469 commit 15f60fa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ include_directories(
${PROJECT_SOURCE_DIR}
${PROJECT_SOURCE_DIR}/include
${PROJECT_SOURCE_DIR}/src
${PROJECT_SOURCE_DIR}/Thirdparty/g2o
${PROJECT_SOURCE_DIR}/Thirdparty/DBoW2
${EIGEN3_INCLUDE_DIR}
${Pangolin_INCLUDE_DIRS}
${CHOLMOD_INCLUDE_DIR}
Expand Down
2 changes: 0 additions & 2 deletions Examples/ROS/ORB_VIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ ${PROJECT_SOURCE_DIR}
${PROJECT_SOURCE_DIR}/../../../
${PROJECT_SOURCE_DIR}/../../../src
${PROJECT_SOURCE_DIR}/../../../include
${PROJECT_SOURCE_DIR}/../../../Thirdparty/g2o
${PROJECT_SOURCE_DIR}/../../../Thirdparty/DBoW2
${Pangolin_INCLUDE_DIRS}
)

Expand Down
1 change: 0 additions & 1 deletion include/Frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <IMU/imudata.h>
#include <IMU/NavState.h>
#include <IMU/IMUPreintegrator.h>
#include "g2o/core/sparse_block_matrix.h"

namespace ORB_SLAM2
{
Expand Down

0 comments on commit 15f60fa

Please sign in to comment.