Skip to content

Commit

Permalink
Change default microros agent port to 8888
Browse files Browse the repository at this point in the history
Was 1883 before, but common usage seems 8888.
  • Loading branch information
nhjschulz authored Oct 22, 2024
1 parent b919450 commit 5e096fb
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 1883',
default_value='/usr/local/bin/MicroXRCEAgent udp4 -p 8888',
description='Define command line for XRCE agent.'
),
DeclareLaunchArgument(
Expand Down

0 comments on commit 5e096fb

Please sign in to comment.