-
Notifications
You must be signed in to change notification settings - Fork 67
Description
Robot Model
Turtlebot4 Standard
ROS distro
Humble
Networking Configuration
Simple Discovery
OS
Ubuntu 22.04
Built from source or installed?
Installed
Package version
Unknown (Cannot connect via SSH)
Type of issue
Select One
Expected behaviour
Wireless: The TurtleBot4 should connect to Wi-Fi and display the assigned IP address.
Wired: I should be able to SSH into the robot using the static IP address.
Actual behaviour
Wireless:
The IP address on the TurtleBot4 display remained at the default value.
The "TurtleBot4" SSID disappeared from the Wi-Fi selection screen on my PC.
Connection became impossible.
Wired:
The TurtleBot4 display showed "UNKNOWN".
SSH connection failed.
Error messages
SSH Output:
ssh: connect to host 192.168.100.1 port 22: Connection refused
Ping Output:
PING 192.168.100.1 (192.168.100.1) 56(84) bytes of data.
64 bytes from 192.168.100.1: icmp_seq=1 ttl=254 time=3.08 ms
64 bytes from 192.168.100.1: icmp_seq=2 ttl=254 time=11.1 msTo Reproduce
Steps to reproduce the behavior:
Wireless Setup: followed the manual to configure the wireless IP address.
Wired Setup: configured static IP with the following settings:
PC IP: 192.168.100.29 / Subnet: 255.255.255.0 / Gateway: 192.168.100.1
Target Wi-Fi SSID: "IODATA -e09554-5G"
Set TurtleBot4 IP to: 192.168.100.1
Connected the PC and TurtleBot4 via Ethernet cable.
Executed command: ssh [email protected]
Executed command: ping 192.168.100.1
Other notes
I am unable to configure the IP address using either wired or wireless connections. Please advise on a solution.