[ros-users] Standard ROS services

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: ros-users
題目: [ros-users] Standard ROS services
Are there plans (or at least, sufficient interest) to expand the
current std_srvs package with more services? It currently only
supports an "Empty" service. I'm building some interfaces, and I end
up using several services over and over, such as basic
accessors/mutators:

* SetBool / GetBool
* SetString / GetString
* SetFloat / GetFloat
* Increment
* Decrement

etc

I can always define them in my own package, but having them in a
central place will make it easier to write interfaces that are
compatible with each other.

Ivan