tfMessage ROS
Where is tfMessage defined? It is used in the transform_broadcaster.cpp file. I have found a file called tfMessage.h, but it defines tfMessage_, not tfMessage.
Comments
You probably already knew this, but for posterity's sake: you probably don't ever want to touch tf messages directly; instead, use TransformBroadcasters and TransformSubscribers to interact with tf at a transform level, not a message level.
Mac
(
2011-07-07 08:36:28 -0600
)edit
I had been planning on writing a subscriber node that would interpret the tf messages. If it is not a good idea to directly interact with the messages, is there an existing subscriber node?
qdocehf
(
2011-07-08 01:31:28 -0600
)edit
There is. See the tf tutorials (http://www.ros.org/wiki/tf/Tutorials) for how to best use tf.
Mac
(
2011-07-09 08:23:56 -0600
)edit
add a comment