-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LOAM based localization #7454
Comments
An issue for creating the point clouds is opened. Here is the link: Additionally, this comment contains the details for using the data: |
Hi everyone, I have uploaded some data for testing and developing the package. LOAM feature maps can be found in this link:
After we have complete the below task it can be used for this package and LOAM mapping too. |
I have created this fork and branch for this task: Currently working on this. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Steps to Run the CodePrepare the Data & Build
mkdir -p ~/loam_based_localization_data/point_clouds
gdown --id 1OkSN53n-3BjAcU_gLzs5Il8IOFsWTnIa -O ~/loam_based_localization_data/point_clouds/
gdown --id 1YOSu9Bp32XgO643jNkZ7lGuSCYOcigwU -O ~/loam_based_localization_data/point_clouds/
mkdir -p ~/loam_based_localization_data/test_rosbag
gdown --id 1uta5Xr_ftV4jERxPNVqooDvWerK0dn89 -O ~/loam_based_localization_data/test_rosbag/
gdown --id 10tw3sBZzVAiu9gWbB4mMclGuzY2-86In -O ~/loam_based_localization_data/test_rosbag/
sudo apt install ros-humble-perception-pcl \
ros-humble-pcl-msgs \
ros-humble-vision-opencv \
ros-humble-xacro
sudo add-apt-repository ppa:borglab/gtsam-release-4.1
sudo apt install libgtsam-dev libgtsam-unstable-dev
mkdir -p ~/loam_localization_ws/src/
cd ~/loam_localization_ws/src/
git clone -b local-map https://github.com/ataparlar/LIO-SAM.git
cd ~/loam_localization_ws/
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release Run
source ~/loam_localization_ws/install/setup.bash
ros2 launch lio_sam run.launch.py
source ~/loam_localization_ws/install/setup.bash
cd ~/loam_based_localization_data/
ros2 bag play test_rosbag/ --remap /tf_static:=/asd --start-offset 711 |
@ataparlar I'm closing this task since it won't be worked on anymore. Please feel free to reopen if you want to work on it again. |
Checklist
Blocked by
Description
LOAM based localization feature provides more robust and reliable localization for an ego vehicle in tunnels. This is a different localization feature than the current ones. This task is getting done under the Autoware Labs for Localization & Mapping Tasks.
This task has a mapping part. The link to the LOAM mapping task:
For the development and testing of the feature, edge and surface feature pcd maps of YTU campus will be published. Here is the link to the data:
Purpose
Establishing localization for ego vehicles in LOAM feature maps. Make it a localization package in Autoware.
Possible approaches
Definition of done
The text was updated successfully, but these errors were encountered: