Bond broken, exiting
Hello, I running some programs with nodelet. After sometime, it raise the following error: Bond broken, exiting
. link
Disable the heartbeat check sometimes might help.
<param name="/bond_disable_heartbeat_timeout" value="true" />
But I would like to find out the root cause. Thanks in advance.
I have the same issue, and setting this
rosparam
totrue
did not help. I am running ROS across two machines with a VPN in between.rostopic echo
for remote topics look stable with acceptable latency (variable but still low). However, nodes subscribing to remote topics become unresponsive quickly resulting inbond broken
errors. I am thinking of synchronization, though this is not a private WLAN to use for examplentp
across a subnet. Still searching !Yes, I think you are correct. The issue is come from time synchronization. Eventually we used lan cable to connect both PCs together and the issue disappeared.
ntp
should solve the issue. Please let me know how you solve it eventually. Thanks.