struct GazeboGrpcConfigConst

Overview

#include <gazebo_grpc_config.h>

struct GazeboGrpcConfigConst {
    // fields

    static constexpr char EngineType[] = "gazebo_grpc";
    static constexpr char EngineSchema[] = "json://nrp-core/engines/engines_gazebo.json#/engine_gazebo_grpc";
    static constexpr std::string_view GazeboPluginArg = "-s";
    static constexpr std::string_view GazeboRNGSeedArg = "--seed";
};

Detailed Documentation

Fields

static constexpr std::string_view GazeboPluginArg = "-s"

Gazebo Start Parameters Argument for plugins.

static constexpr std::string_view GazeboRNGSeedArg = "--seed"

Gazebo Start Parameters Argument for random seed value.