Replies: 4 comments 25 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Have you tried using GDB to debug the NDT process crash? This part maybe check lidar data (map / sensor ) is correct. |
Beta Was this translation helpful? Give feedback.
-
hi , @miku54 For now , you can try manually draw a init pose in rviz, is that work for you? Once i got some clue, i will update here happy hacking Xingang |
Beta Was this translation helpful? Give feedback.
-
Hi @miku54 The initial position for manual initialization is gnss_failure.mp4When I manually subtracted this deviation before initializing the positioning and ran the gnss_success.mp4I think the reason for such a large deviation between GPS location and map location is that you did not use the |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! I am currently using autoware built from source code to debug the GNSS positioning function. When the sensor is working properly, vehicle_model and sensor_model have been set in autoware.launch.xml. Use "ros2 launch autoware_launch autoware.launch.xml map_path:=~/tues_test" to open autoware. When ready, click "init by GNSS" in rviz2. The terminal prompts that the ndt_scan_matcher node has crashed. I uploaded the rosbag containing the sensor data and the launch log. I don't know how to solve the problem. In addition, during my debugging process, sometimes the value of maps_to_add.size() becomes 0. Is this normal?
rosbag : https://drive.google.com/file/d/1gjRj7QPY3Llu_-Xkg4RPr-N0FkMnIh5b/view?usp=drive_link
launch log:
launch.txt
my map files: https://drive.google.com/file/d/1bC3CsG6D_GCR5CnfGnyxfBGQ-gUmoJjB/view?usp=sharing
debug rviz2:
Version information(?) :
Sometimes this happens:
And the situation where rviz2 does not respond after click "init by GNSS":
Beta Was this translation helpful? Give feedback.
All reactions