carla_msgs/CarlaControl Message

File: carla_msgs/CarlaControl.msg

Raw Message Definition

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

int8 PLAY = 0
int8 PAUSE = 1
int8 STEP_ONCE = 2

int8 command


Compact Message Definition

int8 PLAY=0
int8 PAUSE=1
int8 STEP_ONCE=2
int8 command