You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
Bug report
Required information:
Ubuntu 18.04
From the source, Docker
1.14.0
Melodic
Docker
Description of the bug
I was trying to run the example provided here https://www.svlsimulator.com/docs/system-under-test/autoware-instructions/
However, all the time
map
tobase_link
frame is not defined.When I check the codebase I notice this, I guess that is the issue.
Here https://github.com/Autoware-AI/core_perception/blob/1.14.0/lidar_localizer/nodes/ndt_matching/ndt_matching.cpp#L928
if (map_loaded == 1 && init_pos_set == 1)
only thismap
tobase_link
is published. Yet, map_loaded is never be true.When I set the initial position
init_pos_set
becomes 1. I guess by looking into bit deeper I noticed thesehttps://github.com/Autoware-AI/core_perception/blob/1.14.0/lidar_localizer/nodes/ndt_matching/ndt_matching.cpp#L1670
https://github.com/Autoware-AI/core_perception/blob/1.14.0/lidar_localizer/nodes/ndt_matching/ndt_matching.cpp#L536
I have no idea how to solve this issue, let me know what should I do
Steps to reproduce the bug
Try to follow the instructions up to the localization node https://www.svlsimulator.com/docs/system-under-test/autoware-instructions/
Expected behaviour
map
tobase_link
frame should be published yet it is notActual behavior
, all the time
map
tobase_link
frame is not defined.The text was updated successfully, but these errors were encountered: