Skip to content

Commit cfaccb9

Browse files
Update bond_heartbeat_period default from 0.1 to 0.25 seconds (#831)
* Update bond_heartbeat_period default from 0.1 to 0.25 seconds - Updated bond_heartbeat_period default value from 0.1s to 0.25s across all Nav2 lifecycle nodes - Added bond_heartbeat_period parameter to lifecycle manager configuration - Added migration documentation explaining the change and performance benefits - Updated configuration guides for all affected nodes - Added placeholder impact table for performance data from issue #5784 This change reduces computational overhead and network traffic while maintaining system monitoring capabilities. Relates to PR #5823. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Steve Macenski <SteveMacenski@users.noreply.github.com> * Update Kilted.rst Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent aa1ff78 commit cfaccb9

14 files changed

Lines changed: 52 additions & 12 deletions

configuration/packages/collision_monitor/configuring-collision-detector-node.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Observation sources parameters
331331
============== =============================
332332
Type Default
333333
-------------- -----------------------------
334-
double 0.1
334+
double 0.25
335335
============== =============================
336336

337337
Description

configuration/packages/collision_monitor/configuring-collision-monitor-node.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ Observation sources parameters
678678
============== =============================
679679
Type Default
680680
-------------- -----------------------------
681-
double 0.1
681+
double 0.25
682682
============== =============================
683683

684684
Description

configuration/packages/configuring-amcl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Parameters
494494
============== =============================
495495
Type Default
496496
-------------- -----------------------------
497-
double 0.1
497+
double 0.25
498498
============== =============================
499499

500500
Description

configuration/packages/configuring-behavior-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ DriveOnHeading distance, speed and time_allowance is given from the action reque
335335
============== =============================
336336
Type Default
337337
-------------- -----------------------------
338-
double 0.1
338+
double 0.25
339339
============== =============================
340340

341341
Description

configuration/packages/configuring-bt-navigator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Parameters
219219
============== =============================
220220
Type Default
221221
-------------- -----------------------------
222-
double 0.1
222+
double 0.25
223223
============== =============================
224224

225225
Description

configuration/packages/configuring-controller-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Parameters
231231
============== =============================
232232
Type Default
233233
-------------- -----------------------------
234-
double 0.1
234+
double 0.25
235235
============== =============================
236236

237237
Description

configuration/packages/configuring-lifecycle.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,17 @@ Parameters
8181
Description
8282
The introspection mode for services and actions. Options are "disabled", "metadata", "contents".
8383

84+
:bond_heartbeat_period:
85+
86+
============== =============================
87+
Type Default
88+
-------------- -----------------------------
89+
double 0.25
90+
============== =============================
91+
92+
Description
93+
The lifecycle node bond mechanism publishing period (on the /bond topic). Disabled if inferior or equal to 0.0.
94+
8495
:allow_parameter_qos_overrides:
8596

8697
============== =============================
@@ -103,4 +114,5 @@ Example
103114
bond_timeout: 4.0
104115
attempt_respawn_reconnection: true
105116
bond_respawn_max_duration: 10.0
117+
bond_heartbeat_period: 0.25
106118
introspection_mode: "disabled"

configuration/packages/configuring-planner-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Parameters
6666
============== =============================
6767
Type Default
6868
-------------- -----------------------------
69-
double 0.1
69+
double 0.25
7070
============== =============================
7171

7272
Description

configuration/packages/configuring-smoother-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Smoother Server Parameters
101101
============== =============================
102102
Type Default
103103
-------------- -----------------------------
104-
double 0.1
104+
double 0.25
105105
============== =============================
106106

107107
Description

configuration/packages/configuring-velocity-smoother.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Velocity Smoother Parameters
166166
============== =============================
167167
Type Default
168168
-------------- -----------------------------
169-
double 0.1
169+
double 0.25
170170
============== =============================
171171

172172
Description

0 commit comments

Comments
 (0)