[ros-users] [freebsd] "rostopic echo /tf" does not work?

Ken Conley kwc at willowgarage.com
Thu Dec 2 03:26:57 UTC 2010


Hi Rene,

On Wed, Dec 1, 2010 at 3:29 PM, Rene Ladan <rene at freebsd.org> wrote:
> Note that I install everything except the "build" directories, but for
> tf there are only files under CMakeFiles. Is there some convention in
> Python for importing C/C++ modules?

Your setup is different enough that I don't know what's at issue. To
answer your question, Python will search the sys.path for the .so
files.  Our 'load_manifest' logic adds package/src and package/lib to
this path.  It does not modify the underlying path.

 - Ken



More information about the ros-users mailing list