![]() |
small_gicp_relocalization package from small_gicp_relocalization reposmall_gicp_relocalization |
Package Summary
Tags | No category tags. |
Version | 1.0.4 |
License | Apache-2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/smbu-polarbear-robotics-team/small_gicp_relocalization.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-30 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Lihan Chen
Authors
- Lihan Chen
small_gicp_relocalization
A simple example: Implementing point cloud alignment and localization using small_gicp
Given a registered pointcloud (based on the odom frame) and prior pointcloud (mapped using pointlio or similar tools), the node will calculate the transformation between the two point clouds and publish the correction from the map
frame to the odom
frame.
Dependencies
- ROS2 Humble
- small_gicp
- pcl
- OpenMP
Build
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/LihanChen2004/small_gicp_relocalization.git
cd ..
- Install dependencies
rosdepc install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
- Build
colcon build --symlink-install -DCMAKE_BUILD_TYPE=release
Usage
-
Set prior pointcloud file in launch file
-
Adjust the transformation between
base_frame
andlidar_frame
The
global_pcd_map
output by algorithms such aspointlio
andfastlio
is strictly based on thelidar_odom
frame. However, the initial position of the robot is typically defined by thebase_link
frame within theodom
coordinate system. To address this discrepancy, the code listens for the coordinate transformation frombase_frame
(velocity_reference_frame) tolidar_frame
, allowing theglobal_pcd_map
to be converted into theodom
coordinate system.If not set, empty transformation will be used.
-
Run
ros2 launch small_gicp_relocalization small_gicp_relocalization_launch.py
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
ament_cmake_clang_format | |
ament_cmake_black | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
geometry_msgs | |
tf2 | |
tf2_eigen | |
tf2_ros | |
pcl_conversions |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
pb2025_nav_bringup |