[ros-users] possible rospy publisher issue?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: ros-users
題目: [ros-users] possible rospy publisher issue?
Hi,

I have an issue I raised on ROS Answers where a suggestion I received was to bring it to this forum:

I have a visualiser running on a laptop via a wifi connection subscribing to GPS messages. When the wifi is dropped the rospy gps publisher hangs (preventing vehicle control through other subscribers). When the wifi is re-established the publisher continues where it left off.

I have duplicated my issue with the talker listener tutorials and it is only a rospy issue. e.g. start both roscpp and rospy talkers (publishing to the same chatter topic), and on a wirelessly connected pc start a listener (from memory it doesn't matter which of the rospy or roscpp ones), drop the wifi connection, and later (perhaps 1 minute) the rospy publisher hangs, but the roscpp continues OK. I am less clear on the behaviour when reconnecting - it seems to depend on how long the connection is lost for.

Hope this is not wasting people's time.

-John.