Skip to content

mfkiwl/vl_map_refinement

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vl_map_refinement

Description:

This repo implements trajectory refinement using typical visual reprojection constraints and tightly coupled visual-lidar constraints, given an initial trajectory estimate (from odometry or SLAM). It has been tested on Ubuntu 18.04 with ROS Melodic.

Dependencies:

Compiling:

To compile, put this repo, fuse, and tf2_2d into the same catkin workspace. Optionally put libbeam in the same space or compile and install globally using make. Then run catkin build vl_map_refinement in the catkin workspace.

The main file is under devel/lib/vl_map_refinement, to run perform: ./vl_map_refinement_main --config_file [absolute path to config file]

When compiling a conflict emerges with the rosbag.h file, the solution can be found here

About

vl_map_refinement performs trajectory refinement using tightly coupled visual-lidar constraints given an initial trajectory estimate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 96.8%
  • CMake 3.2%