carla-simulator / ros-bridge

ROS bridge for CARLA Simulator
MIT License
509 stars 408 forks source link

Use_sim_time #722

Open danicannt opened 4 months ago

danicannt commented 4 months ago

I am trying to use the "camera_segmentation" to be able to modify it and use but I need that this topic published with the system time instead that using the simulation time. Changing the "use_sim_time" does not seem to affect this, I don't know if I do need to modify something else to change the timestamp of the ros-bridge modules

Billthekidz commented 2 months ago

First I hope you understand what use_sim_time does. https://answers.ros.org/question/288672/how-use_sim_time-works/

You may have to modify the code from ros-bridge so it uses system time instead of simulation time.