-
Notifications
You must be signed in to change notification settings - Fork 641
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
Point cloud feature extraction for LOAM based localization #6741
Comments
Hi @ataparlar, thanks for your detailed description. I understand the issue. But there's one thing that I find unclear: The example of the Time offset at the end of the firing sequence 22, I understand the Please clarify for me. |
@congphase Hi. My understanding is as shown in the figure below. So, the time offset for channel 15 of the firing sequence 22 is |
Hi @YamatoAndo, I was interpreting as if the After taking a look at the VLP-16 manual, I figured it out. Thank you again. |
Hi @congphase Here is the repository that I created for parsing the PCAP files and putting them in the corresponding position. You can see the parsing code in |
Cool. Would love to hear from you about how I might join hands working on this, as an Autoware Labs member, discussing more on each item in the Definition of done of this task. Would you talk about this in the next Localization & Mapping WG meeting? |
Of course. The next one will be in 2 weeks later. Before that, we can discuss here what to do actually. In the end, we are trying to reach LOAM Based Localization. I am researching that topic right now. We can discuss the topic after Ramadan. |
Read through your repo. Probably C++17 or higher? Can we have a call of about 1-2 hours so that you can help me set up the dev environment? I need to know how to start the program and set breakpoints to debug. |
Hi @congphase It is a CMake environment. PCL and PcapPlusPlus are required. We have FindPcapPlusPlus.cmake file inside of the loam_mapper::TransformProviderThis class reads the ground truth poses from the loam_mapper::PointsProviderThis class holds the point types that we need. There is only Each point extracted from the PCAP file is tagged with the timestamp calculated in the class according to the time tag in each This class needs the path of the folder that stores the PCAP files. I suggest you split the big PCAP file into pieces with
You can change the loam_mapper::LoamMapperThe mapping process is implemented here. The class needs a |
Hello guys, I opened 3 different issues as subtasks of this issue. I added them to the task definition. Here they are:
We are developing the code for this issue in this repository: |
Hi guys, I am finalizing the first version of the loam_mapper. Here is the repository: https://github.com/ataparlar/loam-mapper Additionally, here are the videos shows how the process goes:
So, this task is done with the comment: |
Checklist
Description
We are planning to establish a LOAM based localization. For this purpose, we need feature extracted point cloud maps. For providing those point clouds, this issue is open.
Will be used for:
This task is mapping part of the LOAM based localization issue. For this part, a PCAP file contains the position + point cloud packages inside it and ground truth pose data will be published.
For the development and testing of the feature, YTU Campus area PCAP and Ground Truth pose data will be used. This link includes the data: https://drive.google.com/file/d/1ivVL4hYuqqzlTSMTbJV7gEvlbPvMJ7-M/view?usp=drive_link
Purpose
Being able to create feature extracted point clouds with LOAM. Those will be used for LOAM based localization.
Possible approaches
Definition of done (in order)
The text was updated successfully, but these errors were encountered: