# ORB_SLAM2_ROS **Repository Path**: horsetails/ORB_SLAM2_ROS ## Basic Information - **Project Name**: ORB_SLAM2_ROS - **Description**: 字典bin化, 保存地图, 发布电云和地图,地图到里程计的tf - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-11-27 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Update for unpacked ROB_SLAM with pcl view repo ## build: ### build the whole project ( inclouding binary loading tools ): Before all the cmd, **DONOT** forget to download the Vocabulary form the [origin repo](https://github.com/raulmur/ORB_SLAM2) and place it into dir ./Vocabulary ```bash cd YourDirectory/ORBSLAM2_with_pointcloud_map chmod +x build.sh ./build.sh ``` ### only build the ORB_SLAM2 mode with pcl ```bash cd YourDirectory/ORBSLAM2_with_pointcloud_map/ORB_SLAM2_modified mkdir build cd build cmake .. make -j ``` ## Run: ```bash ./run/rgbd_tum Vocabulary/ORBvoc.bin path_to_settings path_to_sequence path_to_association ``` # What are modified: * changing the vocabulary loading method into binary mod * adding a pointcloud viewer( realized by adding a viewer thread ) * changing the CMakeLists.txt that all the executable files are placed in ./bin