[ros-users] Importing external srv in Python

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Sacha Aury
日付:  
To: ros-users
題目: [ros-users] Importing external srv in Python
Hi all,

I have some trouble to find how to import a .srv file in Python. The
problem is that my Python code and my srv are not in the same package :
the srv is in a "model" package and Python is used to build a GUI, so I
separated it from the model.

Does anyone know how to do that, or even if it is possible ?

Cheers

Sacha