Skip to content
Snippets Groups Projects
Commit b2f98d8a authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Update default config

parent 1dc03d28
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,14 @@ ...@@ -143,6 +143,14 @@
# ArmarX.RobotToArViz.ObjectName = "" # ArmarX.RobotToArViz.ObjectName = ""
# ArmarX.RobotToArViz.RemoteGuiName: Name of the remote gui provider
# Attributes:
# - Default: RemoteGuiProvider
# - Case sensitivity: yes
# - Required: no
# ArmarX.RobotToArViz.RemoteGuiName = RemoteGuiProvider
# ArmarX.RobotToArViz.RemoteStateComponentName: Name of the robot state component # ArmarX.RobotToArViz.RemoteStateComponentName: Name of the robot state component
# Attributes: # Attributes:
# - Default: RobotStateComponent # - Default: RobotStateComponent
...@@ -151,6 +159,15 @@ ...@@ -151,6 +159,15 @@
# ArmarX.RobotToArViz.RemoteStateComponentName = RobotStateComponent # ArmarX.RobotToArViz.RemoteStateComponentName = RobotStateComponent
# ArmarX.RobotToArViz.ShowRobotNodeFrames: If true, show frames of robot nodes (can be changed in RemoteGui).
# Attributes:
# - Default: false
# - Case sensitivity: yes
# - Required: no
# - Possible values: {0, 1, false, no, true, yes}
# ArmarX.RobotToArViz.ShowRobotNodeFrames = false
# ArmarX.RobotToArViz.updateFrequency: Target number of updates per second. # ArmarX.RobotToArViz.updateFrequency: Target number of updates per second.
# Attributes: # Attributes:
# - Default: 100 # - Default: 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment