3D Localization Package using NDT
mkdir -p ~/ros2_ws/src && cd ~/ros2_ws/src
git clone [email protected]:RyuYamamoto/ndt_localization.git
git clone [email protected]:RyuYamamoto/ndt_omp.git -b ros2-galactic
git clone [email protected]:RyuYamamoto/points_map_loader.git
cd ~/ros2_ws
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
source ~/ros2_ws/src/install/setup.bash
ros2 launch ndt_localization ndt_localization.launch.xml map_path:=<POINTCLOUD MAP PATH>
# open other terminal
ros2 bag play <ROSBAG FILE PATH>