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

Revision history [back]

click to hide/show revision 1
initial version

@2ROS0: "(I don't want to do that for some smaller tasks)" Exactly the same with me.

I am looking for an API programming language equivalent of $ rosrun tf tf_echo [frame1] [frame2]

I'm also trying to see how this command works: void transformPoint (const std::string &target_frame, const Stamped< tf::Point > &stamped_in, Stamped< tf::Point > &stamped_out) const but I don't see an indication for the current/reference frame which is not too good.

click to hide/show revision 2
No.2 Revision

@2ROS0: "(I don't want to do that for some smaller tasks)" Exactly the same with me.

I am looking for an API programming language equivalent of $ rosrun tf tf_echo [frame1] [frame2]

I'm also trying to see how this command works: works:

void  transformPoint (const std::string &target_frame, const Stamped< tf::Point > &stamped_in, Stamped< tf::Point > &stamped_out) const

but I don't see an indication for the current/reference frame which is not too good.