-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio_override.ini
More file actions
26 lines (23 loc) · 1.24 KB
/
platformio_override.ini
File metadata and controls
26 lines (23 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; PlatformIO Project Configuration File
;
; Used for user specific configurations.
; *****************************************************************************
; Common configurations, which is independed of the environment.
; *****************************************************************************
[common]
; *****************************************************************************
; Target environment for DroidControlShip.
; *****************************************************************************
[target:esp32]
; *****************************************************************************
; PC target environment for Webots simulation.
;
; It is assumed that the environment variable WEBOTS_HOME is set to the
; Webots directory, e.g. WEBOTS_HOME=C:\Users\<user>\AppData\Local\Programs\Webots
; *****************************************************************************
[target:Sim]
custom_webots_ip_address = 127.0.0.1 ; IP address of the Webots simulation, which is used for TCP communication
custom_webots_protocol = ipc ; [ipc|tcp] - ipc is faster but only works on the same machine, tcp works also over network
custom_webots_robot_name = ZumoComSystem
custom_webots_robot_serial_rx_channel = 4
custom_webots_robot_serial_tx_channel = 3