Re: [ros-users] No module named PyKDL???

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Wim Meeussen
日付:  
To: User discussions
題目: Re: [ros-users] No module named PyKDL???
> i'm a little confused about KDL and python.  i have a C++ node that is using
> KDL just fine, so i know it's installed.  however, i can't seem to get it
> imported into a python node.  i should mention that i'm running boxturtle


The Python bindings for KDL are not supported in Boxturtle, because of
dependency problems (cmake, python-sip4). That said, they will
probably work on Intrepid and Jaunty, but not on Hardy. Cturtle has
full support for PyKDL.

A good way to test PyKDL is:

$ roscd kdl
$ rospython

and then try to import PyKDL:

>>> import PyKDL


Wim


--
--
Wim Meeussen
Willow Garage Inc.
<http://www.willowgarage.com)