How can i write a tf?
How can i write a tf? do anybody have a example of tf?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
How can i write a tf? do anybody have a example of tf?
Ok, with laser scanner fixed on two servos you need following:
joint_states
topic (sensor_msgs/JointState
)Then, there will be TF transformation between laser scanner (laser_link in the tutorial) and robot base (base_link).
There is plenty of information and tutorials on the tf page.
Asked: 2014-01-21 23:01:50 -0600
Seen: 376 times
Last updated: Jan 22 '14
What you mean by "write a tf"?
I don't know but when i want to creating a map using hector slam, it needs a tf?
Is your laser fixed on a robot or are you using laser alone without anything else? It would be nice to make your question more detailed - more details will lead to better answers ;)
Did you check this tutorial: http://wiki.ros.org/hector_slam/Tutorials/SettingUpForYourRobot ?
Thanks for your attention dear. yes, i read tutorial but i don't understand it completely. my laser fixed on robot by two dynamixel motor (roll and pitch) to Balance it by gyro, how can i write a tf with this stuff?