Modify teleop config parsing for teleop policy. Teleop config is currently stored as a yaml file in the teleop_config package. New scheme will have high-level and low-level mappings. Low-level mappings will be mappings from sensor_msgs/Joy indices to button layout on the controller, i.e.:
A: 0
B: 1
LTrigger: 5
High level mappings will map button to functional use, along the lines of:
enable: A
barrel_roll: LTrigger
Modify teleop config parsing for teleop policy. Teleop config is currently stored as a yaml file in the teleop_config package. New scheme will have high-level and low-level mappings. Low-level mappings will be mappings from sensor_msgs/Joy indices to button layout on the controller, i.e.: A: 0 B: 1 LTrigger: 5
High level mappings will map button to functional use, along the lines of: enable: A barrel_roll: LTrigger