Skip to content
Snippets Groups Projects
Commit d3bd22e3 authored by armar-user's avatar armar-user
Browse files

Merge remote-tracking branch 'origin/master' into chore/rt-controller-and-simplification

parents 1b34e305 6cedc050
No related branches found
No related tags found
1 merge request!25RT controller and simplification
......@@ -691,14 +691,6 @@
# ArmarX.ObjectMemory.prediction.TimeWindow = 2
# ArmarX.ObjectMemory.robotName:
# Attributes:
# - Default: Armar6
# - Case sensitivity: yes
# - Required: no
# ArmarX.ObjectMemory.robotName = Armar6
# ArmarX.ObjectMemory.tpc.pub.DebugObserver: Name of the `DebugObserver` topic to publish data to.
# Attributes:
# - Default: DebugObserver
......@@ -781,5 +773,3 @@
# - Required: no
# - Possible values: {Debug, Error, Fatal, Important, Info, Undefined, Verbose, Warning}
# ArmarX.Verbosity = Info
......@@ -335,6 +335,14 @@ ArmarX.Navigator.cmp.PlatformUnit = Armar6PlatformUnit
ArmarX.Navigator.p.occupancy_grid.occopied_threshold = 0.8
# ArmarX.Navigator.p.robotName:
# Attributes:
# - Default: Armar6
# - Case sensitivity: yes
# - Required: no
# ArmarX.Navigator.p.robotName = Armar6
# ArmarX.RedirectStdout: Redirect std::cout and std::cerr to ArmarXLog
# Attributes:
# - Default: true
......@@ -401,5 +409,3 @@ ArmarX.Navigator.p.occupancy_grid.occopied_threshold = 0.8
# - Required: no
# - Possible values: {Debug, Error, Fatal, Important, Info, Undefined, Verbose, Warning}
ArmarX.Verbosity = Verbose
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