Skip to content
Discussion options

You must be logged in to vote

Discovery only proves that the ROS 2 graph can see the endpoints; it does not prove that the subscriber QoS, network path, and simulator tick are compatible. With native CARLA ROS 2, I would check the following in order:

  • run ros2 topic info -v on one camera topic and compare publisher and subscriber QoS, especially reliability and durability
  • try ros2 topic echo with the sensor's offered QoS or a best-effort override, since image and LiDAR streams commonly use best effort
  • confirm ROS_DOMAIN_ID and RMW_IMPLEMENTATION are the same inside CARLA and the Jazzy container
  • use host networking or explicitly allow DDS discovery and data traffic; discovery can work while data ports are blocked
  • verif…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kostakis04
Comment options

Answer selected by kostakis04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants