Skip to content

Commit

Permalink
Default to tcp protocol for agent
Browse files Browse the repository at this point in the history
Was UDP before.

Note: TCP is used because of issues with WSL networking.
  • Loading branch information
nhjschulz authored Oct 30, 2024
1 parent bab80f6 commit 9b44f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Supported launcher arguments:
|launch_ru|launch_ru:=true| Enable/Disable launch of RadonUlzer controller.|
|launch_dcs|launch_dcs:=true| Enable/Disable launch of DroidControlShip controller.|
|launch_xrce|launch_xrce:=false| Enable/disable launch of the XRCE agent process.|
|xrce_agent|xrce_agent:='/usr/local/bin/MicroXRCEAgent udp4 -p 1883'|Define command line for XRCE agent.|
|xrce_agent|xrce_agent:='/usr/local/bin/MicroXRCEAgent tcp4 -p 1883'|Define command line for XRCE agent.|
|log_redirect|log_redirect:=false| Enable/Disable output redirection of Webots controllers to Webots console.|

## Controlling the Robot
Expand Down

0 comments on commit 9b44f9f

Please sign in to comment.