How to use tf.TransformBroadcaster() with ROSJava?
Hi,
I am trying to develop basic calculus to use SLAM featues with my robot using ROSJava. I was reading wiki about TF and I saw a code from other development and I saw that it is necessary to use TF.
In the example I saw that script use: tf.TransformBroadcaster(). In ROSJava, I saw a class Transform and I saw a method: transformQuaternion(Quaternion quaternion) and I not sure if this is the way to use TF in ROSJava in the right way to use later to do SLAM.
Many thanks in advance