Troubleshooting Tips When Setting up the RPLidar in PC
Introduction
1. When your Windows PowerShell does not detect winget.
Install App Installer (to get
winget)
winget comes with the App Installer from the Microsoft Store.
To install:
Open the Microsoft Store
Search for "App Installer"
Click Install or Update
Once it's installed, open a new PowerShell and run:
winget --versionYou should now be able to use winget.
*If you still don’t see winget, follow the steps below:
Open File Explorer
Go to:
C:\Users\<your-username>\AppData\Local\Microsoft\WindowsApps(you can paste it in the address bar)
Look for a file named
winget.exe
If you see it move on with the next steps.
Go to environment variables.
Click on environment variables, then go to path and click edit then add the path below:
C:\Users\<your-username>\AppData\Local\Microsoft\WindowsApps
Click OK and restart PowerShell.
This enables PowerShell to detect winget hence now you’ll be able to run the command, winget install usbipd, enabling you to install usbipd as shown below.
2. When usbipd does not install
If usbipd does not install via winget, an alternative method is manual installation via GitHub releases.
Go to the official GitHub repository for
usbipd-win:
Releases · dorssel/usbipd-winFind the latest release (or the version you want), and download the
usbipd-win-x.x.x.msiinstaller file.
Run the
.msiinstaller to installusbipd.After installation, verify by opening PowerShell and running:
usbipd --versionContinue setting up the lidar following the steps on the RPLidar Setup.




.png)

Comments
Post a Comment