Rosbag replay simulation tutorial. Localization doesn't seem to work. #2749
Replies: 9 comments 15 replies
-
I found this discussion - #2618 and the difference is that in my case I'm using bag provided in the tutorial. |
Beta Was this translation helpful? Give feedback.
-
From the log, it seems that ndt does not receive input point cloud. Were you able to visualize the pointcloud using rviz? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestions!
See https://gist.github.com/gayar-helm/1d85fa5197ed2a10499a5c297c4f7b7e#file-log_rosbag_replay-txt-L1123 There is a warning preceding that error:
Full build log is here: https://gist.github.com/gayar-helm/1d85fa5197ed2a10499a5c297c4f7b7e#file-build-log |
Beta Was this translation helpful? Give feedback.
-
Hi, @gayar-helm!
As @angry-crab mentioned, this warning indicates that the Would you check if
|
Beta Was this translation helpful? Give feedback.
-
Hi, @kminoda! Thank you for your reply.
Further investigation showed that
but I don't have
|
Beta Was this translation helpful? Give feedback.
-
@kminoda thanks fir suggestions.
And finally I'm seeing the car and some lidar poitns: However the car isn't moving. The new error I'm seeing is this: [ndt_scan_matcher-24] [WARN] [1658538045.295612413] [localization.pose_estimator.ndt_scan_matcher]: Validation error. The reference time is 1585897267.550600[sec], but the target time is 0.000000[sec]. The difference is 1585897267.550600[sec] (the tolerance is 1.000000[sec]). Full log is here https://gist.githubusercontent.com/gayar-helm/1d85fa5197ed2a10499a5c297c4f7b7e/raw/cf244b35b71a7b4db08b202420c56c7fc03834b1/runtime_log_2022_07_22.txt |
Beta Was this translation helpful? Give feedback.
-
Thanks! Then it seems that BTW did you try updating your autoware workspace? Since the sub-repositories of Autoware are frequently updated, updating the whole workspace often solves the issues.
|
Beta Was this translation helpful? Give feedback.
-
Thanks for suggestion! After the build I see this at the end:
Is this something to worry about? |
Beta Was this translation helpful? Give feedback.
-
Hmm, not sure if I ran it correctly but this is what I got:
I added parameter
|
Beta Was this translation helpful? Give feedback.
-
Hi all, I'm trying to get this demo simulation - https://autowarefoundation.github.io/... to work but it gives me a error described below.
which indicates that planning part of the stack isn't getting LiDAR data.
The full log is here - https://gist.github.com/gayar-helm/1d85fa5197ed2a10499a5c297c4f7b7e
The bag downloaded from here - https://autowarefoundation.github.io/... does have LiDAR point clouds for top, left and right lidars:
I can also see LiDAR data being published when bag is playing:
Installation info:
Possibly related to #2618
Beta Was this translation helpful? Give feedback.
All reactions