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

tf transform doc

asked 2011-05-12 02:12:08 -0500

sam gravatar image

updated 2011-07-12 07:00:18 -0500

Hi, I found tf example says that "tf::Transform(tf::Quaternion ... " and it really works. Why I seek the tf's api doc pages (classlist) in http://www.ros.org/doc/api/tf/html/c+... , it doesn't show the Transform class? I only can find similar like Transformer,StampedTransform,... but no Transform. So where is the doc page of tf::Transform? I want to understand its parameters. Thank you~

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2011-05-12 02:33:23 -0500

Miguel Prada gravatar image

updated 2011-07-11 05:44:09 -0500

Some of the types in tf are nothing but typedefs for types in the Bullet library. You can see the correspondence here http://www.ros.org/wiki/tf/Overview/Data%20Types, and a Google search will give you details about the Bullet types.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-05-12 02:12:08 -0500

Seen: 879 times

Last updated: Jul 11 '11