How to test a function on a ROS 2 node that requires a static transform to be published?
I want to do some unit testing on a ROS 2 node. On a particular function, the node looks up for a specific transform. If not available, it should throw an exception.