Skip to content
Snippets Groups Projects
DepthImageProviderDynamicSimulationApp.cfg 14.55 KiB
# ==================================================================
# DepthImageProviderDynamicSimulationApp 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.AutodiscoverPackages:  If enabled, will discover all ArmarX packages based on the environment variables. Otherwise, the `DefaultPackages` and `AdditionalPackages` properties are used.
#  Attributes:
#  - Default:            true
#  - Case sensitivity:   yes
#  - Required:           no
#  - Possible values: {0, 1, false, no, true, yes}
# ArmarX.AutodiscoverPackages = true


# 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.DynamicSimulationDepthImageProvider.BaseLine:  The value returned from getBaseline(). It has no other effect.
#  Attributes:
#  - Default:            0.075000003
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.BaseLine = 0.075000003


# ArmarX.DynamicSimulationDepthImageProvider.DistanceZFar:  Distance of the far clipping plain. (DistanceZFar-DistanceZNear should be minimal, DistanceZFar > DistanceZNear)
#  Attributes:
#  - Default:            5000
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DistanceZFar = 5000


# ArmarX.DynamicSimulationDepthImageProvider.DistanceZNear:  Distance of the near clipping plain. (If set too small the agent's model's inside may be visible
#  Attributes:
#  - Default:            20
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DistanceZNear = 20


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud:  Whether the point cloud is drawn to the given DebugDrawerTopic
#  Attributes:
#  - Default:            false
#  - Case sensitivity:   yes
#  - Required:           no
#  - Possible values: {0, 1, false, no, true, yes}
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud = false


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipPoints:  Whether to clip the point cloud drawn to the given DebugDrawerTopic
#  Attributes:
#  - Default:            true
#  - Case sensitivity:   yes
#  - Required:           no
#  - Possible values: {0, 1, false, no, true, yes}
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipPoints = true


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipXHi:  Skip points with x higher than this limit.
#  Attributes:
#  - Default:            25000
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipXHi = 25000


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipXLo:  Skip points with x lower than this limit.
#  Attributes:
#  - Default:            -25000
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipXLo = -25000


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipYHi:  Skip points with y higher than this limit.
#  Attributes:
#  - Default:            25000
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipYHi = 25000


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipYLo:  Skip points with y lower than this limit.
#  Attributes:
#  - Default:            -25000
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipYLo = -25000


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipZHi:  Skip points with z higher than this limit.
#  Attributes:
#  - Default:            25000
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipZHi = 25000


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipZLo:  Skip points with z lower than this limit.
#  Attributes:
#  - Default:            -25000
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_ClipZLo = -25000


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_DebugDrawerTopic:  Name of the DebugDrawerTopic
#  Attributes:
#  - Default:            DebugDrawerUpdates
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_DebugDrawerTopic = DebugDrawerUpdates


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_DrawDelay:  The time between updates of the drawn point cloud (in ms)
#  Attributes:
#  - Default:            1000
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_DrawDelay = 1000


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_PointSize:  The size of a point.
#  Attributes:
#  - Default:            4
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_PointSize = 4


# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_PointSkip:  Only draw every n'th point in x and y direction (n=DrawPointCloud_PointSkip). Increase this whenever the ice buffer size is to small to transmitt the cloud size. (>0)
#  Attributes:
#  - Default:            3
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.DrawPointCloud_PointSkip = 3


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


# ArmarX.DynamicSimulationDepthImageProvider.FieldOfView:  Vertical field of view (FOV) in degrees.
#  Attributes:
#  - Default:            90
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.FieldOfView = 90


# ArmarX.DynamicSimulationDepthImageProvider.FloatImageMode:  Whether to provide a CFloatImage or the standard CByteImage
#  Attributes:
#  - Default:            false
#  - Case sensitivity:   yes
#  - Required:           no
#  - Possible values: {0, 1, false, no, true, yes}
# ArmarX.DynamicSimulationDepthImageProvider.FloatImageMode = false


# ArmarX.DynamicSimulationDepthImageProvider.ImageSize:  Target resolution of the images. Captured images will be converted to this size.
#  Attributes:
#  - Default:            640x480
#  - Case sensitivity:   yes
#  - Required:           no
#  - Possible values: {1024x768, 1280x960, 1600x1200, 1920x1080, 200x200, 320x240, 640x480, 768x576, 800x600, none}
# ArmarX.DynamicSimulationDepthImageProvider.ImageSize = 640x480


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


# ArmarX.DynamicSimulationDepthImageProvider.NanValue:  Value of points that are farther away than DistanceZFar. Most cameras return NaN here.
#  Attributes:
#  - Default:            nan
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.NanValue = nan


# ArmarX.DynamicSimulationDepthImageProvider.Noise:  Noise of the point cloud position results as standard deviation of the normal distribution (in mm)
#  Attributes:
#  - Default:            0
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.Noise = 0


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


# ArmarX.DynamicSimulationDepthImageProvider.RobotName:  The robot's name.
#  Attributes:
#  - Default:            Armar3
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.RobotName = Armar3


# ArmarX.DynamicSimulationDepthImageProvider.RobotNodeCamera:  The coordinate system of the used camera
#  Attributes:
#  - Default:            DepthCameraSim
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.RobotNodeCamera = DepthCameraSim


# ArmarX.DynamicSimulationDepthImageProvider.frameName:  name of the source
#  Attributes:
#  - Default:            ""
#  - Case sensitivity:   yes
#  - Required:           no
# ArmarX.DynamicSimulationDepthImageProvider.frameName = ""


# ArmarX.DynamicSimulationDepthImageProvider.framerate:  framerate for the point clouds
#  Attributes:
#  - Default:            30
#  - Case sensitivity:   yes
#  - Required:           no
ArmarX.DynamicSimulationDepthImageProvider.framerate = 15


# ArmarX.DynamicSimulationDepthImageProvider.isEnabled:  enable the capturing process immediately
#  Attributes:
#  - Default:            true
#  - Case sensitivity:   yes
#  - Required:           no
#  - Possible values: {0, 1, false, no, true, yes}
# ArmarX.DynamicSimulationDepthImageProvider.isEnabled = true


# 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
# 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