Skip to content

Commit 42d894f

Browse files
TetsuKawapre-commit-ci[bot]isamu-takagiveqcc
authored andcommitted
feat: add timeouts of request services (autowarefoundation#6532)
* feat: add timeouts of request services Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com> * style(pre-commit): autofix * feat: replace define with enum Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com> * style(pre-commit): autofix * modify: renam a function Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com> * modify: rename a function Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com> * modify: fix functions name at the caller side Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com> --------- Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Ryuta Kambe <veqcc.c@gmail.com>
1 parent 25ac89b commit 42d894f

File tree

5 files changed

+225
-190
lines changed

5 files changed

+225
-190
lines changed

system/mrm_handler/config/mrm_handler.param.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
ros__parameters:
55
update_rate: 10
66
timeout_operation_mode_availability: 0.5
7+
timeout_call_mrm_behavior: 0.01
8+
timeout_cancel_mrm_behavior: 0.01
79
use_emergency_holding: false
810
timeout_emergency_recovery: 5.0
911
use_parking_after_stopped: false

0 commit comments

Comments
 (0)