orocos-toolchain / rtt

Orocos Real-Time Toolkit
http://www.orocos.org
Other
72 stars 79 forks source link

How to properly configure services #331

Open Hugal31 opened 2 years ago

Hugal31 commented 2 years ago

This is more a question than a real issue, because I can't create an account on the Orocos forum and I can't find a new one..

I am creating Services and ServiceRequesters. However, some of my services need to be configured before being used, as the TaskContext are. Is there a recommended way to do this? Or should I add a configure operation to my services and call them from my .ops file?