17 #ifndef CYBER_PARAMETER_PARAMETER_SERVICE_NAMES_H_ 18 #define CYBER_PARAMETER_PARAMETER_SERVICE_NAMES_H_ 30 static inline std::string FixParameterServiceName(
const std::string& node_name,
31 const char* service_name) {
32 return node_name + std::string(SERVICE_NAME_DELIMITER) +
33 std::string(service_name);
39 #endif // CYBER_PARAMETER_PARAMETER_SERVICE_NAMES_H_ constexpr auto GET_PARAMETER_SERVICE_NAME
Definition: parameter_service_names.h:26
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
constexpr auto LIST_PARAMETERS_SERVICE_NAME
Definition: parameter_service_names.h:28
constexpr auto SERVICE_NAME_DELIMITER
Definition: parameter_service_names.h:25
constexpr auto SET_PARAMETER_SERVICE_NAME
Definition: parameter_service_names.h:27