No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Repository Summary
Description | General LiDAR-Only Odometry with High Efficiency and Low Drift |
Checkout URI | https://github.com/robosu12/glo.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-02-08 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
grodom_ros1 | 1.0.0 |
README
GLO - General LiDAR-only Odometry
Compile
Dependency
ubuntu20.04 + ROS noetic
Eigen
ceres
PCL
yaml-cpp
sudo apt update
sudo apt install libyaml-cpp-dev
Build
mkdir -p ~/catkin_ws_grodom/src
cd ~/catkin_ws_grodom/src
git clone https://github.com/robosu12/GLO.git
cd ..
source /opt/ros/noetic/setup.bash
catkin_make
source devel/setup.bash
Usage
Run glo with kitti dataset
First, modify the dataset_path in GLO/params/3DSLAM_kitti.yaml with your dataset path.
config file: GLO/params/3DSLAM_kitti.yaml
Second, launch the GLO node and rviz:
roslaunch grodom_ros1 grodom_kitti.launch.
You can change the kitti_sequence number in GLO/params/3DSLAM_kitti.yaml to operate glo in different sequence.
Run glo with NTU dataset
First, launch the GLO node and rviz:
roslaunch grodom_ros1 grodom_NTU.launch.
Second, play NTU rosbag:
rosbag play xxx.bag.
Run glo with you rosbag
First, modify the cloud_topic_name in GLO/params/3DSLAM_RS16.yaml with your topic name.
config file: GLO/params/3DSLAM_RS16.yaml
Second, launch the GLO node and rviz:
roslaunch grodom_ros1 grodom_RS16.launch
Third, play your rosbag:
rosbag play xxx.bag.
please ensure the topic in rosbag is same with in config file.
Developers
YunSu
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.