ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
adore_if_ros_scheduling_constants.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2017-2023 German Aerospace Center (DLR).
3  * Eclipse ADORe, Automated Driving Open Research https://eclipse.org/adore
4  *
5  * This program and the accompanying materials are made available under the
6  * terms of the Eclipse Public License 2.0 which is available at
7  * http://www.eclipse.org/legal/epl-2.0.
8  *
9  * SPDX-License-Identifier: EPL-2.0
10  *
11  * Contributors:
12  * Matthias Nichting
13  ********************************************************************************/
14 
19 {
20  const char TOPIC_NAME_SIMULATION_TIME[] = "/SIM/utc";
21  const char TOPIC_NAME_CLOCK_TIME[] = "/clock";
22  const char TOPIC_NAME_CLIENT_NAME[] = "/SIM/scheduling_client_names";
23  const char TOPIC_NAME_SCHEDULER_NOTIFICATION[] = "/SIM/scheduling";
24 
25  const char PARAM_NAME_USE_SCHEDULER[] = "/use_scheduler";
26 }
Definition: adore_if_ros_scheduling_constants.h:19
const char PARAM_NAME_USE_SCHEDULER[]
Definition: adore_if_ros_scheduling_constants.h:25
const char TOPIC_NAME_CLIENT_NAME[]
Definition: adore_if_ros_scheduling_constants.h:22
const char TOPIC_NAME_SIMULATION_TIME[]
Definition: adore_if_ros_scheduling_constants.h:20
const char TOPIC_NAME_CLOCK_TIME[]
Definition: adore_if_ros_scheduling_constants.h:21
const char TOPIC_NAME_SCHEDULER_NOTIFICATION[]
Definition: adore_if_ros_scheduling_constants.h:23