Skip to content

Commit 554b012

Browse files
SteveMacenskimasf7g
authored andcommitted
adjusting backup speed to be more reasonable (ros-navigation#4501)
1 parent 85a5c99 commit 554b012

5 files changed

+5
-5
lines changed

nav2_bt_navigator/behavior_trees/nav_to_pose_with_consistent_replanning_and_if_path_becomes_invalid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</Sequence>
4141
<Spin spin_dist="1.57"/>
4242
<Wait wait_duration="5.0"/>
43-
<BackUp backup_dist="0.30" backup_speed="0.05"/>
43+
<BackUp backup_dist="0.30" backup_speed="0.15"/>
4444
</RoundRobin>
4545
</ReactiveFallback>
4646
</RecoveryNode>

nav2_bt_navigator/behavior_trees/navigate_through_poses_w_replanning_and_recovery.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</Sequence>
4444
<Spin spin_dist="1.57" error_code_id="{spin_error_code}"/>
4545
<Wait wait_duration="5.0"/>
46-
<BackUp backup_dist="0.30" backup_speed="0.05" error_code_id="{backup_error_code}"/>
46+
<BackUp backup_dist="0.30" backup_speed="0.15" error_code_id="{backup_error_code}"/>
4747
</RoundRobin>
4848
</ReactiveFallback>
4949
</Sequence>

nav2_bt_navigator/behavior_trees/navigate_to_pose_w_replanning_and_recovery.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</Sequence>
4242
<Spin spin_dist="1.57" error_code_id="{spin_error_code}"/>
4343
<Wait wait_duration="5.0"/>
44-
<BackUp backup_dist="0.30" backup_speed="0.05" error_code_id="{backup_code_id}"/>
44+
<BackUp backup_dist="0.30" backup_speed="0.15" error_code_id="{backup_code_id}"/>
4545
</RoundRobin>
4646
</ReactiveFallback>
4747
</Sequence>

nav2_bt_navigator/behavior_trees/navigate_to_pose_w_replanning_goal_patience_and_recovery.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</Sequence>
4242
<Spin spin_dist="1.57"/>
4343
<Wait wait_duration="5.0"/>
44-
<BackUp backup_dist="0.30" backup_speed="0.05"/>
44+
<BackUp backup_dist="0.30" backup_speed="0.15"/>
4545
</RoundRobin>
4646
</ReactiveFallback>
4747
</RecoveryNode>

nav2_bt_navigator/behavior_trees/navigate_w_recovery_and_replanning_only_if_path_becomes_invalid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</Sequence>
3939
<Spin name="SpinRecovery" spin_dist="1.57"/>
4040
<Wait name="WaitRecovery" wait_duration="5.0"/>
41-
<BackUp name="BackUpRecovery" backup_dist="0.30" backup_speed="0.05"/>
41+
<BackUp name="BackUpRecovery" backup_dist="0.30" backup_speed="0.15"/>
4242
</RoundRobin>
4343
</ReactiveFallback>
4444
</RecoveryNode>

0 commit comments

Comments
 (0)