diff --git a/demos/processor_odom_3D.yaml b/demos/processor_odom_3D.yaml
index f501e333800ec1bbb4b7c751a32aa67a99bec74c..82fdecf637f5a14431fc8ff5b66e7e7415ffcfd2 100644
--- a/demos/processor_odom_3D.yaml
+++ b/demos/processor_odom_3D.yaml
@@ -1,8 +1,11 @@
 processor type: "ODOM 3D"              # This must match the KEY used in the SensorFactory. Otherwise it is an error.
 processor name: "Main odometer"        # This is ignored. The name provided to the SensorFactory prevails
+
 time tolerance:         0.01  # seconds
-keyframe vote:
-    max time span:      0.2   # seconds
-    max buffer length:  10    # motion deltas
-    dist traveled:      0.5   # meters
-    angle turned:       0.1   # radians (1 rad approx 57 deg, approx 60 deg)
\ No newline at end of file
+
+voting_active:        false
+voting_aux_active:    false
+k_max_time span:      0.2   # seconds
+k_max_buff_length:    10    # motion deltas
+k_dist_traveled:      0.5   # meters
+k_angle_turned:       0.1   # radians (1 rad approx 57 deg, approx 60 deg)
\ No newline at end of file
diff --git a/test/yaml/processor_odom_3D.yaml b/test/yaml/processor_odom_3D.yaml
index 6d8c58b1ae502ab29bbc6cf07cee5a3b1822d6a3..6e81ac08b2c815a81f079df37bb38dec0fe11fa1 100644
--- a/test/yaml/processor_odom_3D.yaml
+++ b/test/yaml/processor_odom_3D.yaml
@@ -2,6 +2,8 @@ type: "ODOM 3D"              # This must match the KEY used in the SensorFactory
 name: "Main odometer"        # This is ignored. The name provided to the SensorFactory prevails
 time_tolerance:         0.01  # seconds
 
+voting_active:        false
+voting_aux_active:    false
 max_time_span:          0.2   # seconds
 max_buff_length:        10    # motion deltas
 dist_traveled:          0.5   # meters