ZebraDevs / robot_controllers

Robot control infrastructure
92 stars 79 forks source link

move transform listener to manager #77

Closed mikeferguson closed 2 years ago

mikeferguson commented 2 years ago

each transform listener incurs an extra DDS node, which can have a significant effect in a large system. this change allows our robot driverrs to have a single shared transform listener across all controllers (and even the whole node, since the buffer can be passed in with the new constructor)