ubi-agni / tactile_toolbox

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

Use (link, name) pair as map key #29

Closed rhaschke closed 2 years ago

rhaschke commented 2 years ago

Although this requires a copy operation for map::find(key) as well, it is much faster due to small string optimization.