Skip to content
Snippets Groups Projects

WIP: params autoconf

Merged Joaquim Casals Buñuel requested to merge feature/params_autoconf into devel
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
4
@@ -15,16 +15,16 @@ config:
-
type: "ODOM 2D"
name: "processor1"
sensorname: "odom"
sensor name: "odom"
-
type: "RANGE BEARING"
name: "rb_processor"
sensorname: "rb"
sensor name: "rb"
-
type: "ODOM 2D"
name: "my_proc_test"
sensorname: "odom"
follow: "../hello_plugin/params_conf.yaml"
sensor name: "odom"
follow: "../hello_plugin/params_conf.yaml" #Config continues in this file
files:
- "/home/jcasals/workspace/wip/wolf/lib/libsensor_odom.so"
- "/home/jcasals/workspace/wip/wolf/lib/librange_bearing.so"
\ No newline at end of file
Loading