carla-simulator / ros-bridge

ROS bridge for CARLA Simulator
MIT License
523 stars 431 forks source link

Fix use of duplicated topic names for different message types in ROS2 #656

Open berndgassmann opened 1 year ago

berndgassmann commented 1 year ago

Fixes crash of ros-bridge when trying to publish different message types in ROS2 via the same topic. Fixes #636


This change is Reviewable