turtlebot3(waffle) can't send signal to remote PC

asked 2020-09-28 07:32:51 -0500

leaner gravatar image

hi everyone. if you help me, i really thank you. (i dont speek english well) (melodic, turtlebot3 waffle_pi, remoete pc ubuntu) problem is

"rosrun rospy_tutorials talker.py" in remote pc works "rosrun rospy_tutorials listener.py" in turtlebot3 works but "rosrun rospy_tutorials listener.py" in remote pc and "rosrun rospy_tutorials talker.py" in turtlebot3 dose not work i think remote pc send signal to turtlebot3. it's ok but turtlebot3 can't send signal to remote pc or remote pc cant recieve signal of turtlebot3 i think remote pc can send to turtlebot3 so network configuration works

if you know how to sole this problen or know something helpful please tell me thank you

edit retag flag offensive close merge delete

Comments

Maybe this helps you, maybe not, but can't hurt to try. When you're switching between talkers and listeners make sure that roscore and all ros nodes are shutdown, and then restart the nodes you want in the machine you want. Nodes can get disconnected from roscore if things are starting and stopping and roscore gets shutdown and restarted while nodes keeps running.

billy gravatar image billy  ( 2020-10-01 23:58:51 -0500 )edit