Skip to content

Commit

Permalink
disable dep on traj predictor for now
Browse files Browse the repository at this point in the history
  • Loading branch information
YipuZhao committed Feb 4, 2020
1 parent 238f48d commit dd735b5
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ find_package(catkin REQUIRED COMPONENTS
tf2_geometry_msgs
tf2_ros
geometry_msgs
# for closed-loop evaluation only
trajectory_state_predictor
# for closed-loop evaluation of Good Graph only
# trajectory_state_predictor
)

message("ROS version = " $ENV{ROS_DISTRO})
Expand Down
Binary file modified Examples/ROS/GF_ORB_SLAM2/Mono
Binary file not shown.
Binary file modified Examples/ROS/GF_ORB_SLAM2/RGBD
Binary file not shown.
Binary file modified Examples/ROS/GF_ORB_SLAM2/Stereo
Binary file not shown.
2 changes: 2 additions & 0 deletions build_dep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ sudo cmake ..
sudo make -j4
sudo cp libgtest.a ../

# last, install gflags
sudo apt install libgflags-dev
2 changes: 1 addition & 1 deletion src/Frame.cc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Frame::Frame(const cv::Mat &imLeft, const cv::Mat &imRight, const double &timeSt

mvbOutlier = vector<bool>(N, false);
mvbCandidate = vector<bool>(N, true);
mvbJacobBuilt = vector<bool>(N, false);
// mvbJacobBuilt = vector<bool>(N, false);
mvbGoodFeature = vector<bool>(N, false);
//
mvpMatchScore = vector<int>(N, static_cast<int>(999));
Expand Down
Binary file modified test/testObs
Binary file not shown.
Binary file modified tools/bin_vocabulary
Binary file not shown.

0 comments on commit dd735b5

Please sign in to comment.