You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the launch file of carla_ros_bridge, I set the fixed_delta_seconds to 0.05. However, after actually starting carla and carla_ros_bridge, I found that the vehicle status topic /carla/ego_vehicle/vehicle_status is only 3hz, which is much lower than the 20hz I set in the launch file. What is the reason for this?
The text was updated successfully, but these errors were encountered:
I don't know how to do this in ros1 but in ros2 you should check the following:
ros2 topic hz with --use-sim-time
The frequency you want to verify is in the time of the simulator. However, ros2 topic hz uses per default the system time to calculate the frequency. Hence the values differ, because the simulator might run slower than the system time
In the launch file of carla_ros_bridge, I set the fixed_delta_seconds to 0.05. However, after actually starting carla and carla_ros_bridge, I found that the vehicle status topic /carla/ego_vehicle/vehicle_status is only 3hz, which is much lower than the 20hz I set in the launch file. What is the reason for this?
The text was updated successfully, but these errors were encountered: