Skip to content
Snippets Groups Projects

Feature/costmap integration

Merged Fabian Reister requested to merge feature/costmap-integration into master
All threads resolved!
73 files
+ 1529
581
Compare changes
  • Side-by-side
  • Inline
Files
73
@@ -76,6 +76,14 @@ ArmarX.ApplicationName = LeftHandUnitApp
# ArmarX.EnableProfiling = false
# ArmarX.HandUnitDynamicSimulation.ArVizTopicName: Name of the ArViz topic
# Attributes:
# - Default: ArVizTopic
# - Case sensitivity: yes
# - Required: no
# ArmarX.HandUnitDynamicSimulation.ArVizTopicName = ArVizTopic
# ArmarX.HandUnitDynamicSimulation.EnableProfiling: enable profiler which is used for logging performance events
# Attributes:
# - Default: false
@@ -131,6 +139,13 @@ ArmarX.HandUnitDynamicSimulation.ObjectName = LeftHandUnit
# ArmarX.HandUnitDynamicSimulation.RobotStateComponentName = RobotStateComponent
# ArmarX.HandUnitDynamicSimulation.Side: Name of the hand (left, right)
# Attributes:
# - Case sensitivity: yes
# - Required: yes
# ArmarX.HandUnitDynamicSimulation.Side = ::_NOT_SET_::
# ArmarX.HandUnitDynamicSimulation.SimulatorProxyName: Name of the simulator proxy to use.
# Attributes:
# - Default: Simulator
@@ -139,6 +154,14 @@ ArmarX.HandUnitDynamicSimulation.ObjectName = LeftHandUnit
# ArmarX.HandUnitDynamicSimulation.SimulatorProxyName = Simulator
# ArmarX.HandUnitDynamicSimulation.WorkingMemoryName: Name of the working memory that should be used
# Attributes:
# - Default: WorkingMemory
# - Case sensitivity: yes
# - Required: no
# ArmarX.HandUnitDynamicSimulation.WorkingMemoryName = WorkingMemory
# ArmarX.HandUnitDynamicSimulation.inheritFrom: No Description
# Attributes:
# - Default: RobotConfig
Loading