LIDAR Setup¶
To permanently set a static IP via GUI on Ubuntu Desktop (for your Hokuyo LiDAR setup), follow these steps:
โ Step 1: Open Network Settings¶
- Click the network icon in the top-right corner of the screen.
- Choose "Wired Settings" (or "Settings โ Network").
- Click the gear โ๏ธ icon next to your Ethernet connection (e.g., "Wired connection 1").
๐ Step 2: Configure IPv4¶
- Go to the "IPv4" tab.
- Set Method to
Manual. - Under Addresses, click Add and enter:
| Field | Value |
|---|---|
| Address | 192.168.3.100 |
| Netmask | 255.255.255.0 |
| Gateway | (optional) leave blank or set to 192.168.3.1 if using a router |
- DNS: You can leave it empty or use:
๐พ Step 3: Save and Apply¶
- Click Apply.
- Toggle the Ethernet connection off and on again.
- Alternatively, restart your PC.
๐งช Step 4: Verify¶
Open a terminal and run:
Check that your Ethernet interface (e.g., enp3s0) now shows 192.168.3.100. Then test:
Now your static IP is set permanently and the machine is ready to communicate with the Hokuyo LiDAR. Let me know if you're using a specific Ubuntu version or a different desktop environment (e.g., KDE), and I can adjust the steps.