RoS - couldn't resolve publisher host

asked 2022-01-19 08:52:58 -0500

stevensanz12 gravatar image

I have multiple machines connected using RoSnodeJs ^3.0.4 version after Some days it got out a log message on ros container saying: couldn't resolve publisher host. Sometimes it continues communicating message between talker and listener but, sometimes it stopped the communication and the only way to get it back is restart the Master and talker and listeners. I already verified the env values as ROS_MASTER_URI, ROS_IP, also the ping between them are good it responses.

I'll appreciate your help guys! :D

edit retag flag offensive close merge delete

Comments

1

"after some days it got out a log message"-- just to clarify, you're saying you've had this collection of javascript processes running for several days? And it sounds like restarting solves the problem?

Javascript programs are notorious for memory leaks, sounds like you have one.

cst0 gravatar image cst0  ( 2022-01-19 11:05:14 -0500 )edit

yes for several days and restarting problem is solved

stevensanz12 gravatar image stevensanz12  ( 2022-02-03 13:38:14 -0500 )edit

great, looks like that's resolved then!

cst0 gravatar image cst0  ( 2022-02-03 19:01:19 -0500 )edit