mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-14 11:15:40 +08:00
Update dev_env_windows_wsl.md (#25441)
* Update dev_env_windows_wsl.md Add info about enabling broadcasting or streaming to work with PX4 SITL on WSL and QGC on Windows. * Update dev_env_windows_wsl.md Fix links * Update dev_env_windows_wsl.md moved troubleshooting section at the bottom of WSL2<>Windows section. * Move under troubleshooting --------- Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
This commit is contained in:
@@ -325,3 +325,9 @@ sudo add-apt-repository ppa:kisak/kisak-mesa
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
```
|
||||
|
||||
### QGroundControl not connecting to PX4 SITL
|
||||
|
||||
- The connection between PX4 SITL on WSL2 and QGroundControl on Windows requires [broadcasting](../simulation/index.md#enable-udp-broadcasting) or [streaming to a specific address](../simulation/index.md#enable-streaming-to-specific-address) to be enabled.
|
||||
Streaming to a specific address should be enabled by default, but is something to check if a connection can't be established.
|
||||
- Network traffic might be blocked by firewall or antivirus on you system.
|
||||
|
||||
Reference in New Issue
Block a user