ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I'm not claiming you must absolutely delete markers. I just wanted to make you aware of a possible performance bottleneck.

Are there any alternate approaches to getting the robot pose in the map frame within a callback?

there is no need for an alternative, you just need to make sure you create your Buffer and TransformListener in a scope which stays around longer than your callback/function.