Newer
Older
# ==================================================================
# SelfLocalizationDynamicSimulationApp properties
# ==================================================================
# ArmarX.AdditionalPackages: List of additional ArmarX packages which should be in the list of default packages. If you have custom packages, which should be found by the gui or other apps, specify them here. Comma separated List.
# Attributes:
# - Default: Default value not mapped.
# - Case sensitivity: yes
# - Required: no
# ArmarX.AdditionalPackages = Default value not mapped.
# ArmarX.ApplicationName: Application name
# Attributes:
# - Default: ""
# - Case sensitivity: yes
# - Required: no
# ArmarX.ApplicationName = ""
# ArmarX.CachePath: Path for cache files. If relative path AND env. variable ARMARX_CONFIG_DIR is set, the cache path will be made relative to ARMARX_CONFIG_DIR. Otherwise if relative it will be relative to the default ArmarX config dir (${ARMARX_WORKSPACE}/armarx_config)
# Attributes:
# - Default: mongo/.cache
# - Case sensitivity: yes
# - Required: no
# ArmarX.CachePath = mongo/.cache
# ArmarX.Config: Comma-separated list of configuration files
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Attributes:
# - Default: ""
# - Case sensitivity: yes
# - Required: no
# ArmarX.Config = ""
# ArmarX.DataPath: Semicolon-separated search list for data files
# Attributes:
# - Default: ""
# - Case sensitivity: yes
# - Required: no
# ArmarX.DataPath = ""
# ArmarX.DefaultPackages: List of ArmarX packages which are accessible by default. Comma separated List. If you want to add your own packages and use all default ArmarX packages, use the property 'AdditionalPackages'.
# Attributes:
# - Default: Default value not mapped.
# - Case sensitivity: yes
# - Required: no
# ArmarX.DefaultPackages = Default value not mapped.
# ArmarX.DependenciesConfig: Path to the (usually generated) config file containing all data paths of all dependent projects. This property usually does not need to be edited.
# Attributes:
# - Default: ./config/dependencies.cfg
# - Case sensitivity: yes
# - Required: no
# ArmarX.DependenciesConfig = ./config/dependencies.cfg
# ArmarX.DisableLogging: Turn logging off in whole application
# Attributes:
# - Default: false
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.DisableLogging = false
# ArmarX.EnableProfiling: Enable profiling of CPU load produced by this application
# Attributes:
# - Default: false
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.EnableProfiling = false
# ArmarX.LoadLibraries: Libraries to load at start up of the application. Must be enabled by the Application with enableLibLoading(). Format: PackageName:LibraryName;... or /absolute/path/to/library;...
# Attributes:
# - Default: ""
# - Case sensitivity: yes
# - Required: no
# ArmarX.LoadLibraries = ""
# ArmarX.LoggingGroup: The logging group is transmitted with every ArmarX log message over Ice in order to group the message in the GUI.
# Attributes:
# - Default: ""
# - Case sensitivity: yes
# - Required: no
# ArmarX.LoggingGroup = ""
# ArmarX.RedirectStdout: Redirect std::cout and std::cerr to ArmarXLog
# Attributes:
# - Default: true
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.RedirectStdout = true
# ArmarX.RemoteHandlesDeletionTimeout: The timeout (in ms) before a remote handle deletes the managed object after the use count reached 0. This time can be used by a client to increment the count again (may be required when transmitting remote handles)
# Attributes:
# - Default: 3000
# - Case sensitivity: yes
# - Required: no
# ArmarX.RemoteHandlesDeletionTimeout = 3000
# ArmarX.SecondsStartupDelay: The startup will be delayed by this number of seconds (useful for debugging)
# Attributes:
# - Default: 0
# - Case sensitivity: yes
# - Required: no
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# ArmarX.SelfLocalizationDynamicSimulation.EnableProfiling: enable profiler which is used for logging performance events
# Attributes:
# - Default: false
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.SelfLocalizationDynamicSimulation.EnableProfiling = false
# ArmarX.SelfLocalizationDynamicSimulation.MinimumLoggingLevel: Local logging level only for this component
# Attributes:
# - Default: Undefined
# - Case sensitivity: yes
# - Required: no
# - Possible values: {Debug, Error, Fatal, Important, Info, Undefined, Verbose, Warning}
# ArmarX.SelfLocalizationDynamicSimulation.MinimumLoggingLevel = Undefined
# ArmarX.SelfLocalizationDynamicSimulation.ObjectName: Name of IceGrid well-known object
# Attributes:
# - Default: ""
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.ObjectName = ""
# ArmarX.SelfLocalizationDynamicSimulation.RobotName:
# Attributes:
# - Case sensitivity: yes
# - Required: yes
ArmarX.SelfLocalizationDynamicSimulation.RobotName = Armar6
# ArmarX.SelfLocalizationDynamicSimulation.armem.update: If enabled, updates ArMem
# Attributes:
# - Default: true
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.SelfLocalizationDynamicSimulation.armem.update = true
# ArmarX.SelfLocalizationDynamicSimulation.armem.update_frequency:
# Attributes:
# - Default: 1000
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.armem.update_frequency = 1000
# ArmarX.SelfLocalizationDynamicSimulation.cmp.Simulator: Ice object name of the `Simulator` component.
# Attributes:
# - Default: Simulator
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.cmp.Simulator = Simulator
# ArmarX.SelfLocalizationDynamicSimulation.cycleTime:
# ArmarX.SelfLocalizationDynamicSimulation.cycleTime = 30
# ArmarX.SelfLocalizationDynamicSimulation.localizationUnit.proxyName: If enabled, connects to the localization unit
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.localizationUnit.proxyName = LocalizationUnit
# ArmarX.SelfLocalizationDynamicSimulation.localizationUnit.use: If enabled, connects to the localization unit
# Attributes:
# - Default: true
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.SelfLocalizationDynamicSimulation.localizationUnit.use = true
# ArmarX.SelfLocalizationDynamicSimulation.longterm_memory: Which legacy long-term memory to use if longterm_memory.updateor longterm_memory.retrieve_initial_pose are set
# Attributes:
# - Default: LongtermMemory
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.longterm_memory = LongtermMemory
# ArmarX.SelfLocalizationDynamicSimulation.longterm_memory.retrieve_initial_pose:
# Attributes:
# - Default: true
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
ArmarX.SelfLocalizationDynamicSimulation.longterm_memory.retrieve_initial_pose = false
# ArmarX.SelfLocalizationDynamicSimulation.longterm_memory.update: If enabled, updates the global pose in the longterm memory
# Attributes:
# - Default: true
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
ArmarX.SelfLocalizationDynamicSimulation.longterm_memory.update = false
# ArmarX.SelfLocalizationDynamicSimulation.longterm_memory.update_frequency:
# Attributes:
# - Default: 1
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.longterm_memory.update_frequency = 1
# ArmarX.SelfLocalizationDynamicSimulation.mem.robot_state.LocalizationSegmentName: Name of the localization memory core segment to use.
# Attributes:
# - Default: Localization
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.mem.robot_state.LocalizationSegmentName = Localization
# ArmarX.SelfLocalizationDynamicSimulation.mem.robot_state.Memory:
# Attributes:
# - Default: RobotState
# - Case sensitivity: yes
# - Required: no
ArmarX.SelfLocalizationDynamicSimulation.mem.robot_state.Memory = RobotState
# ArmarX.SelfLocalizationDynamicSimulation.mem.robot_state.MemoryName:
# Attributes:
# - Default: RobotState
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.mem.robot_state.MemoryName = RobotState
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# ArmarX.SelfLocalizationDynamicSimulation.mem.robot_state.localizationSegment: Name of the localization memory core segment to use.
# Attributes:
# - Default: Localization
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.mem.robot_state.localizationSegment = Localization
# ArmarX.SelfLocalizationDynamicSimulation.mns.MemoryNameSystemEnabled: Whether to use (and depend on) the Memory Name System (MNS).
# Set to false to use this memory as a stand-alone.
# Attributes:
# - Default: true
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.SelfLocalizationDynamicSimulation.mns.MemoryNameSystemEnabled = true
# ArmarX.SelfLocalizationDynamicSimulation.mns.MemoryNameSystemName: Name of the Memory Name System (MNS) component.
# Attributes:
# - Default: MemoryNameSystem
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.mns.MemoryNameSystemName = MemoryNameSystem
# ArmarX.SelfLocalizationDynamicSimulation.robot_state_component: The name of the RobotStateComponent. Used to get local transformation of laser scanners
# Attributes:
# - Default: RobotStateComponent
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.robot_state_component = RobotStateComponent
# ArmarX.SelfLocalizationDynamicSimulation.tpc.pub.GlobalRobotPoseLocalization: Name of the `GlobalRobotPoseLocalization` topic to publish data to.
# Attributes:
# - Default: GlobalRobotPoseLocalization
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.tpc.pub.GlobalRobotPoseLocalization = GlobalRobotPoseLocalization
# ArmarX.SelfLocalizationDynamicSimulation.tpc.pub.GlobalRobotPoseLocalizationCorrection: Name of the `GlobalRobotPoseLocalizationCorrection` topic to publish data to.
# Attributes:
# - Default: GlobalRobotPoseLocalizationCorrection
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.tpc.pub.GlobalRobotPoseLocalizationCorrection = GlobalRobotPoseLocalizationCorrection
# ArmarX.SelfLocalizationDynamicSimulation.tpc.pub.LaserScannerSelfLocalisation: Name of the `LaserScannerSelfLocalisation` topic to publish data to.
# Attributes:
# - Default: LaserScannerSelfLocalisation
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.tpc.pub.LaserScannerSelfLocalisation = LaserScannerSelfLocalisation
# ArmarX.SelfLocalizationDynamicSimulation.tpc.pub.PlatformUnit: Name of the `PlatformUnit` topic to publish data to.
# Attributes:
# - Default: PlatformUnit
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.tpc.pub.PlatformUnit = PlatformUnit
# ArmarX.SelfLocalizationDynamicSimulation.working_memory.update: If enabled, updates the global pose in the working memory
# Attributes:
# - Default: true
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
ArmarX.SelfLocalizationDynamicSimulation.working_memory.update = false
# ArmarX.SelfLocalizationDynamicSimulation.working_memory.update_frequency:
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
# Attributes:
# - Default: 50
# - Case sensitivity: yes
# - Required: no
# ArmarX.SelfLocalizationDynamicSimulation.working_memory.update_frequency = 50
# ArmarX.StartDebuggerOnCrash: If this application crashes (segmentation fault) qtcreator will attach to this process and start the debugger.
# Attributes:
# - Default: false
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.StartDebuggerOnCrash = false
# ArmarX.ThreadPoolSize: Size of the ArmarX ThreadPool that is always running.
# Attributes:
# - Default: 1
# - Case sensitivity: yes
# - Required: no
# ArmarX.ThreadPoolSize = 1
# ArmarX.TopicSuffix: Suffix appended to all topic names for outgoing topics. This is mainly used to direct all topics to another name for TopicReplaying purposes.
# Attributes:
# - Default: ""
# - Case sensitivity: yes
# - Required: no
# ArmarX.TopicSuffix = ""
# ArmarX.UseTimeServer: Enable using a global Timeserver (e.g. from ArmarXSimulator)
# Attributes:
# - Default: false
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.UseTimeServer = false
# ArmarX.Verbosity: Global logging level for whole application
# Attributes:
# - Default: Info
# - Case sensitivity: yes
# - Required: no
# - Possible values: {Debug, Error, Fatal, Important, Info, Undefined, Verbose, Warning}
# ArmarX.Verbosity = Info