Skip to content
Snippets Groups Projects
LaserScannerSimulation.cfg 11.1 KiB
Newer Older
# ==================================================================
# LaserScannerSimulation 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 = ""


Fabian Reister's avatar
Fabian Reister committed
# 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 
#  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.LaserScannerSimulation.ArVizStorageName:  Name of the ArViz storage
#  Attributes:
#  - Default:            ArVizStorage
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.ArVizStorageName = ArVizStorage


# ArmarX.LaserScannerSimulation.ArVizTopicName:  Name of the ArViz topic
#  Attributes:
#  - Default:            ArVizTopic
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.ArVizTopicName = ArVizTopic


# ArmarX.LaserScannerSimulation.DebugDrawerTopicName:  Visualize the results here.
#  Attributes:
#  - Default:            DebugDrawerUpdates
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.DebugDrawerTopicName = DebugDrawerUpdates


# ArmarX.LaserScannerSimulation.Devices:  Name of the devices to simulate (e.g. Device1,Device2,Device3)
#  Attributes:
#  - Default:            127.0.0.1
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.Devices = 127.0.0.1


# ArmarX.LaserScannerSimulation.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.LaserScannerSimulation.EnableProfiling = false


# ArmarX.LaserScannerSimulation.Frames:  Name of the frames to attach the sensor to (e.g. Node1,Node2,Node3)
#  Attributes:
#  - Default:            LaserScanner_1
#  - Case sensitivity:   yes
#  - Required:           no
ArmarX.LaserScannerSimulation.Frames = LaserScannerFront,LaserScannerBack


# ArmarX.LaserScannerSimulation.GridCellSize:  Size of the grid cells used to generate the occupancy map in mm
#  Attributes:
#  - Default:            20
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.GridCellSize = 20


# ArmarX.LaserScannerSimulation.LaserScannerTopicName:  Name of the laser scan topic.
#  Attributes:
#  - Default:            LaserScans
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.LaserScannerTopicName = LaserScans


# ArmarX.LaserScannerSimulation.MaxAngles:  Maxiumum angles to be reported in rad (e.g 2.35,1.27,3.14)
#  Attributes:
#  - Default:            3.141593
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.MaxAngles = 3.141593


# ArmarX.LaserScannerSimulation.MinAngles:  Minumum angles to be reported in rad (e.g -2.35,-1.27,0)
#  Attributes:
#  - Default:            -3.141593
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.MinAngles = -3.141593


# ArmarX.LaserScannerSimulation.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.LaserScannerSimulation.MinimumLoggingLevel = Undefined


# ArmarX.LaserScannerSimulation.NoiseStdDev:  Noise is added to the distance of single steps (e.g 40,30,20)
#  Attributes:
#  - Default:            40.0
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.NoiseStdDev = 40.0


# ArmarX.LaserScannerSimulation.ObjectName:  Name of IceGrid well-known object
#  Attributes:
#  - Default:            ""
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.ObjectName = ""


# ArmarX.LaserScannerSimulation.ReportVisuTopicName:  The topic on which the visualization updates are published.
#  Attributes:
#  - Default:            SimulatorVisuUpdates
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.ReportVisuTopicName = SimulatorVisuUpdates


# ArmarX.LaserScannerSimulation.RobotStateComponentName:  Name of the RobotStateComponent to use.
#  Attributes:
#  - Default:            RobotStateComponent
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.RobotStateComponentName = RobotStateComponent


# ArmarX.LaserScannerSimulation.Steps:  Number of single steps (angle, distance) per scan (e.g 1081,360,270)
#  Attributes:
#  - Default:            1081
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.Steps = 1081


# ArmarX.LaserScannerSimulation.TopicReplayerDummy:  Enable to serve the purpose of a topic replayer dummy
#  Attributes:
#  - Default:            false
#  - Case sensitivity:   yes
#  - Required:           no
#  - Possible values: {0, 1, false, no, true, yes}
# ArmarX.LaserScannerSimulation.TopicReplayerDummy = false


# ArmarX.LaserScannerSimulation.UpdatePeriod:  Update period for laser scans in ms
#  Attributes:
#  - Default:            25
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.UpdatePeriod = 25


# ArmarX.LaserScannerSimulation.VisuUpdateFrequency:  Visualization update frequency (Hz) for laser scans
#  Attributes:
#  - Default:            10
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.LaserScannerSimulation.VisuUpdateFrequency = 10


# ArmarX.LaserScannerSimulation.visualization.enable:  If enabled, useful information will be visualized in ArViz
#  Attributes:
#  - Default:            false
#  - Case sensitivity:   yes
#  - Required:           no
#  - Possible values: {0, 1, false, no, true, yes}
# ArmarX.LaserScannerSimulation.visualization.enable = 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
# ArmarX.SecondsStartupDelay = 0


# 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