| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Modifications are underway.
If you are using ROS, you only need to install g2o and DBoW2.
see also: openvslam. Modifications are underway.
mkdir -p catkin_ws/src
cd catkin_ws/src
git clone --recursive https://github.com/MapIV/iris.git
cd ..
catkin_makeroscd iris/../../../
# download sample data to here (orb_voceb.dbow, kitti_00.pcd, kitti_00_stereo.bag)
ls # > build devel install src orb_vocab.dbow kitti_00.pcd kitti_00_stereo.bag
roslaunch iris stereo_kitti00.launch
roslaunch iris rviz.launch # (on another terminal)
rosbag play kitti_00_stereo.bag # (on another terminal)If the estimated position is misaligned, it can be corrected using 2D Pose Estimate in rviz.
roscd iris/../../../
# download sample data to here (orb_voceb.dbow, kitti_00.pcd, kitti_00_stereo.bag)
ls # > build devel install src orb_vocab.dbow kitti_00.pcd kitti_00_stereo.bag
roslaunch iris mono_kitti00.launch
roslaunch iris rviz.launch # (on another terminal)
rosbag play kitti_00_stereo.bag # (on another terminal)If the estimated position is misaligned, it can be corrected using 2D Pose Estimate in rviz.
roslaunch iris openvslam.launch iris_config_path:=...
rosbag play yours.bag # (on another terminal)Iris is provided under the BSD 3-Clause License. Modifications are underway.
The following files are derived from third-party libraries.
| Back | FazBrowse Home | New Git URL |