[ros-users] Non-blocking version of ros::init()?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Ruben Smits
日付:  
To: ros-users
題目: [ros-users] Non-blocking version of ros::init()?
Hi,

I would like to know if there is a way to call ros::init and not block untill
a ros::master is available but just return an error or the like if a
ros::master is not available so that my code can continue.

Ruben