EasyManua.ls Logo

CLEARPATH Turtlebot4 - Page 21

Default Icon
153 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
On your PC, run the following commands:
source /opt/ros/galactic/setup.bash
ros2 topic echo /ip
You should see the IP address printed out in your terminal periodically.
Echoing the IP address of a TurtleBot 4
If you are unable to find the IP address with the previous methods, you can try to use:
nmap -sP 192.168.1.0/24
Make sure to replace 192.168.1 with your subnet.
Scanning IP Addresses with nmap