Skip to content
Snippets Groups Projects

Add Prediction Interface and linear position prediction model to Object Memory

Merged Philip Scherer requested to merge linear-prediction into master
1 unresolved thread
25 files
+ 710
61
Compare changes
  • Side-by-side
  • Inline
Files
25
@@ -18,7 +18,7 @@
# ArmarX.ApplicationName = ""
# ArmarX.CachePath: Path for cache files. If relative path AND env. variable ARMARX_USER_CONFIG_DIR is set, the cache path will be made relative to ARMARX_USER_CONFIG_DIR. Otherwise if relative it will be relative to the default ArmarX config dir (${HOME}/.armarx)
# 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
@@ -109,6 +109,14 @@
# ArmarX.RemoteHandlesDeletionTimeout = 3000
# ArmarX.RobotToArViz.ArVizStorageName: Name of the ArViz storage
# Attributes:
# - Default: ArVizStorage
# - Case sensitivity: yes
# - Required: no
# ArmarX.RobotToArViz.ArVizStorageName = ArVizStorage
# ArmarX.RobotToArViz.ArVizTopicName: Name of the ArViz topic
# Attributes:
# - Default: ArVizTopic
Loading