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

Import tf in python, in fuerte

asked 2012-04-03 21:43:01 -0500

severin gravatar image

updated 2012-04-03 21:43:38 -0500

Hello there,

Probably a dumb question, but I'm not sure how to import tf in Python with fuerte.

I've installed fuerte with the Ubuntu packages.

tf is available in the geometry stack, but it does not seem to install anything in /opt/ros/fuerte/lib/python2.6/dist-packages, so a simple "import tf" does not work (which is what is mention in the doc).

Should I use the old 'manifest + roslib' way?

edit retag flag offensive close merge delete

Comments

What is the old way, btw?

josh_h gravatar image josh_h  ( 2013-03-12 13:52:39 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-04-04 10:15:46 -0500

kwc gravatar image

Only the lower-level libraries have been converted to use the FHS/standard locations. If it doesn't start with a 'ros' prefix, it probably hasn't been converted. Only ros, ros_comm, rx, actionlib, and common_msgs were converted.

You still use the old way for tf. It will likely transition in Groovy.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-04-03 21:43:01 -0500

Seen: 425 times

Last updated: Apr 04 '12