Skip to content

fix: recored new lidar map for new carla version#6

Open
kimbring2 wants to merge 2 commits into
udacity:mainfrom
kimbring2:dohyeongtest
Open

fix: recored new lidar map for new carla version#6
kimbring2 wants to merge 2 commits into
udacity:mainfrom
kimbring2:dohyeongtest

Conversation

@kimbring2

@kimbring2 kimbring2 commented Dec 27, 2025

Copy link
Copy Markdown

Hello there,

I confirmed that scan matching was performed under a small error until 170m, which is a requirement of the project.

Please check the result from test result video link.

I also fixed the c3-main.cpp file for the axis reverse issue.

for (auto detection : *scan){
  if((detection.x*detection.x + detection.y*detection.y + detection.z*detection.z) > 8.0){
    pclCloud.points.push_back(PointT(-detection.y, detection.x, -detection.z));
}

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant