2 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "$id": "https://nvidia.com/dw/launcher.schema.json",
4 "title": "Launcher Command Line Arugments Schema",
5 "description": "The descriptor of Command Line Arguments passed to the launcher application. Arguments can alternatively be provided via command-line options. If updating this file, you must also update Launcher.cpp (Launcher::initArguments())",
7 "additionalProperties": false,
19 "description": "launch spec file",
23 "description": "log path",
27 "description": "scheduler table file",
31 "description": "SWC path",
35 "description": "SWC data path",
39 "description": "dwdatapath",
43 "description": "Commands path",
47 "description": "Map path",
52 "description": "Shadow app file",
57 "description": "logSpec",
62 "description": "Turn on gdb debugging",
67 "description": "Turn on memory leak checks",
72 "description": "Path to amend file to override parameters",
76 "service-framework": {
77 "description": "service-framework",
82 "description": "from-to. Start/stop memwatch only for specified frames during runtime.",
87 "description": "The path for nav route file, either the relative path to 'ndas/apps/roadrunner-2.0/' or absolute path",
92 "description": "Set to 1 to use MapManager map. Overrides <mapPath>.",
102 "description": "Whether to run in fullscreen or no",
107 "description": "window size width",
112 "description": "window size height",
117 "description": "offscreen",
122 "description": "Enables automatic lane changes. Only allowed for DriveSIM",
127 "description": "start_timestamp",
132 "description": "end_timestamp",
136 "enable_max_time_diff_check": {
137 "description": "Enable checking sensor timestamp in RoadCast",
142 "description": "Specify the end camera frame number",
147 "description": "Set to 1 to play dataset in loop",
152 "description": "File path to save roadcast log file",
156 "preInitSerialize": {
157 "description": "Set to 1 to initialize subcomponents serially in PRE_INIT phase",
161 "useNominalTransform": {
162 "description": "Set to 1 to use nominal transformation",
167 "description": "Choices are: DW_LOG_ERROR, DW_LOG_WARN, DW_LOG_INFO",
169 "default": "DW_LOG_ERROR"
172 "description": "Disables DWTrace with 0 or set different DWTrace level, default 10, could be 0|10|20|30|50|70|100",
176 "traceChannelMask": {
177 "description": "DWTrace channel mask, default 0x0001",
182 "description": "Run DWTrace with memtrace enabled, default 0",
186 "nvtxBackendEnabled": {
187 "description": "Run DWTrace with nvtxBackend enabled, default 0",
191 "fileBackendEnabled": {
192 "description": "Run DWTrace with fileBackendEnabled enabled, default 1",
196 "ftraceBackendEnabled": {
197 "description": "Run DWTrace with with ftrace enabled, default 0",
201 "stmControlTracing": {
202 "description": "Run DWTrace with with stm control, default 1",
207 "description": "DWTrace log path",
211 "ncuProfileFrames": {
212 "description": "Start/stop the CUDA profiler only for specified frame(s). Pattern: from[-to]",
217 "description": "Region code for different countries",
221 "configOverlayFile": {
222 "description": "Path of the Rig2.0 rig config overlay .json file. This file contains all the supported configs (M1/M2/...) for RoadRunner-2.0 on each platform variant. It can be either an absolute file path or a path that is relative to recording dataset",
226 "configOverlayName": {
227 "description": "The configuration name to use from rig config overlay file",
231 "calibrationOverlayFile": {
232 "description": "absolute path or relative path to datapath",
237 "description": "The vin-based static calibration overlay file",
242 "description": "0 for live sensors, 1 for virtual vehicle (without live sensors)",
247 "description": "Set to use the dw virtual time source",
252 "description": "Set to indicate that RR2 is running with DriveSIM with a time multiplier",
257 "description": "Host and port of the DS2 control server",
262 "description": "Set to indicate that RR2 is running with DriveSIM with lockstep",
266 "stm_discriminator": {
267 "description": "Multiple instances of RR: Unique discriminator to launch STM",
272 "description": "Base port for running multiple RR instances",
276 "disableStmControlLogger": {
277 "description": "1 to disable stm constrol logger",
281 "disablefaulthandler": {
282 "description": "1 for disabling Loader's faultHandler",
286 "instantiate_rig_sensors": {
287 "description": "Set to support RWD recording on DAG disabled sensors",
291 "disableParamServiceThread": {
292 "description": "Set to disable param service thread",
297 "description": "Runtime parameters for CGF product. Json string. Sample: \"{\"maxFrameCount\":50,\"fileName\":\"/tmp/test.log\"}",
301 "enable-ssm-degradation": {
302 "description": "Desired degradation mode",
307 "description": "#ifdef RESIMULATOR_ENABLED - configuration file for augmented data replay",
312 "description": "#ifdef DW_SDK_BUILD_EXPERIMENTAL - true for running RR2 with LCM",
317 "description": "Absolute path of a json file containing failures to not to report to SEH",
321 "lockstep_deterministic_replay": {
322 "description": "Enables the new channel based deterministic mode. Currently not supported",
326 "lcmSafetyModuleAsSyncClient": {
327 "description": "Add lcm_safety_module as client of CGF Sync Server. Applicable only when useLCM==1.",