Skip to content

Commit

Permalink
Update dcs_launch.py to use TCP as default agent protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
nhjschulz authored Oct 30, 2024
1 parent 5e096fb commit bab80f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/dcs_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _define_launch_args() -> list[DeclareLaunchArgument]:
),
DeclareLaunchArgument(
name='xrce_agent',
default_value='/usr/local/bin/MicroXRCEAgent udp4 -p 8888',
default_value='/usr/local/bin/MicroXRCEAgent tcp4 -p 8888',
description='Define command line for XRCE agent.'
),
DeclareLaunchArgument(
Expand Down

0 comments on commit bab80f6

Please sign in to comment.