ubi-agni / tactile_toolbox

software to handle tactile sensors in ROS
9 stars 5 forks source link

calibration parser #4

Open rhaschke opened 4 years ago

rhaschke commented 4 years ago

Hence, an example yaml config would look like this:

tactile_calib:
  board0:
    - indices: [[44, 46], [50,56]]
      type: PWL
      values: { 0: 1 }
    - indices: [17, 18]
      type: PWL
      values: 
        0: 2
        1: 3
    - indices: default
      type: PWL
      values: 
        0: 2
        1: 3
    - indices: 42
      type: RAW

Handle, both C++ and python parser and dumper.