free_gait icon indicating copy to clipboard operation
free_gait copied to clipboard

Add feature to have multiple transforms when parsing YAML actions

Open pfankhauser opened this issue 6 years ago • 0 comments

Example:

adapt_coordinates:
  - transform:
      source_frame: footprint
      target_frame: odom
  - transform:
      source_frame: <target_frame>
      target_frame: odom
      transform_in_source_frame:
        position: [<position_x>, <position_y>, <position_z>]
        orientation: [0.0, 0.0, <orientation_yaw>]

pfankhauser avatar Oct 28 '17 18:10 pfankhauser