carla_msgs/CarlaStatus Message

File: carla_msgs/CarlaStatus.msg

Raw Message Definition

#
# Copyright (c) 2019 Intel Corporation.
#
# This work is licensed under the terms of the MIT license.
# For a copy, see .
#

uint64 frame                  # frame number

float32 fixed_delta_seconds   # duration of one frame
bool synchronous_mode         # carla is in synchronous mode
bool synchronous_mode_running # true: running, false: paused

Compact Message Definition

uint64 frame
float32 fixed_delta_seconds
bool synchronous_mode
bool synchronous_mode_running