Replies: 1 comment 7 replies
-
The error messages about the TF are expected. Localization is responsible for publishing the Your issue sounds like a QoS issue. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm using Autoware and AWSIM Unity Project. I created a node to publish
/sensing/lidar/top/pointcloud_raw_ex
to manipulate point clouds, but I'm running into an issue.(Here's a log showing the TF breaking)

When I check if the topic is being published using ros2 topic echo, I can see that my custom node is publishing the topic correctly. So, I added some code to fix the TF connection, but Autoware still doesn’t recognize the topic.

However, if I use AWSIM's default method to publish pointcloud_raw_ex without using my custom node, everything works fine.
What's the problem?
Configuration:
Ubuntu 20.04
AWSIM v1.3.0
Beta Was this translation helpful? Give feedback.
All reactions