This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 197
ndt_mapping doesn't compute transformation matrix #58
Labels
bug
Something isn't working
Comments
I just fix this bug by myself, and see pull request in: #60 |
I have changed the code as you said and the matrix result is right , but i can't output the 3D pointcloud? |
I extracted this ndt_mapping to single package, see here: https://gitee.com/kin_zhang/mapping_ws/tree/master |
Thanks for your reply , I have resolved my problem , specifically because I use the CPU to do ndt_mapping and NVIDIA Xavier CPU computing power is not enough. So ndt_mapping failed . I use a industrial computer instead , now it works.
Thanks for you work extracting the autoware mapping and localizer module,. I will try it .
…------------------ 原始邮件 ------------------
发件人: "Autoware-AI/core_perception" ***@***.***>;
发送时间: 2022年4月20日(星期三) 中午12:11
***@***.***>;
***@***.******@***.***>;
主题: Re: [Autoware-AI/core_perception] ndt_mapping doesn't compute transformation matrix (#58)
I have changed the code as you said and the matrix result is right , but i can't output the 3D pointcloud? Autoware1.14 Ubuntu18.04 ROS Melodic NVIDIA Xavier
I extracted this ndt_mapping to single package, see here: https://gitee.com/kin_zhang/mapping_ws/tree/master
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Required information:
Description of the bug
I run ndt_mapping on the demo bag file (sample_moriyama_150324.bag). It shows /point_raw on rviz, but /points_map can't be visualized and /current_pose is alwasys zero matrix. Does anyone have an idea why?
Steps to reproduce the bug
Expected behavior
have mapping output
Actual behavior
Console output: ....
Additional information
https://answers.ros.org/question/365415/autoware-ndt_mapping-doesnt-compute-transformation-matrix/?answer=373505#post-id-373505
The text was updated successfully, but these errors were encountered: