Skip to content

Commit 0eec9a7

Browse files
committed
docs: add tcp WSL hint
1 parent 48ab5ff commit 0eec9a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ extra_scripts =
102102
post:./scripts/copy_webots_shared_libs.py
103103

104104
; Custom options (https://docs.platformio.org/en/latest/scripting/examples/platformio_ini_custom_options.html)
105-
custom_webots_ip_address = 127.0.0.1 ; IP address of the Webots simulation, which is used for TCP communication
106105
custom_webots_protocol = ipc ; [ipc|tcp] - ipc is faster but only works on the same machine, tcp works also over network
106+
custom_webots_ip_address = 127.0.0.1 ; IP address of the Webots simulation (only used for TCP protocol). Under WSL run 'ip route show | grep default' to find out.
107107
custom_webots_robot_name = ZumoComSystem
108108
custom_webots_robot_serial_rx_channel = 4
109109
custom_webots_robot_serial_tx_channel = 3

0 commit comments

Comments
 (0)