Humble multi machines not communicating
Hi, I have a raspberry pi 4 8GB with Ubuntu mate 22.04 with humble installed and installation tested using the talker listener.
on the development machine I also have same humble with Ubuntu 22.04 installed and installation tested with talker subscriber.
SSH is working fine. visual code running remotely from development machine to raspberry pi.
Using these instruction https://roboticsbackend.com/ros2-mult... Trying to run talker and listener.
I am not getting any response.
Please let me know if there is anything I can do trouble shoot or if there is any other configuration apart from $ export ROS_DOMAIN_ID=1 $ source /opt/ros/humble /setup.bash $ ros2 run demo_nodes_cpp talker $ source /opt/ros/your_ros2_distribution/setup.bash # You can put that line into your ~/.bashrc $ ros2 run demo_nodes_cpp listener