Skip to content

Commit

Permalink
MicroRos Library: Disable internal connection retries
Browse files Browse the repository at this point in the history
This is now handled on application level by pinging the agent port.
  • Loading branch information
nhjschulz authored and BlueAndi committed Oct 22, 2024
1 parent 5a0b5fd commit 81caa5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/ROS2/setup/native_build/my_custom_colcon.meta
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"-DUCLIENT_PROFILE_TCP=OFF",
"-DUCLIENT_PROFILE_DISCOVERY=OFF",
"-DUCLIENT_PROFILE_SERIAL=OFF",
"-DUCLIENT_PROFILE_CUSTOM_TRANSPORT=ON"
"-DUCLIENT_PROFILE_CUSTOM_TRANSPORT=ON",
"-DUCLIENT_MAX_SESSION_CONNECTION_ATTEMPTS=1",
"-DUCLIENT_MIN_SESSION_CONNECTION_INTERVAL=250"
]
},
"rmw_microxrcedds": {
Expand Down

0 comments on commit 81caa5d

Please sign in to comment.