[ros-users] Importing external srv in Python

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Sacha Aury
Dato:  
Til: ros-users
Emne: [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