TUMFTM / Carla-Autoware-Bridge

Carla 0.9.15 and Autoware Universe Humble
GNU Lesser General Public License v3.0
97 stars 9 forks source link

Regarding the issue of vehicle location initialization in autoware and carla #22

Open Denghaoyuan123 opened 3 weeks ago

Denghaoyuan123 commented 3 weeks ago

Thanks for giving such an excellent project. I just have a simple problem that when I use "2D Pose Estimate" button in autoware to set the Car's position, why the Car in Carla changed first, and then in autoware? I just echo two topics "/initialpose" and "/sensing/gnss/pose_with_covariance", and find that Carla publishes the Gnss sensor msg continuously, but the "/initialpose" is published only one time when I use the "2D Pose Estimate" button.

And How Carla get the autoware' s "/initialpose" topic msg to change the Position in Carla, where is the code about it?