Skip to content

Commit

Permalink
feat: add timeouts of request services (autowarefoundation#6532)
Browse files Browse the repository at this point in the history
* feat: add timeouts of request services

Signed-off-by: TetsuKawa <[email protected]>

* style(pre-commit): autofix

* feat: replace define with enum

Signed-off-by: TetsuKawa <[email protected]>

* style(pre-commit): autofix

* modify: renam a function

Signed-off-by: TetsuKawa <[email protected]>

* modify: rename a function

Signed-off-by: TetsuKawa <[email protected]>

* modify: fix functions name at the caller side

Signed-off-by: TetsuKawa <[email protected]>

---------

Signed-off-by: TetsuKawa <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Takagi, Isamu <[email protected]>
Co-authored-by: Ryuta Kambe <[email protected]>
  • Loading branch information
4 people authored and mkuri committed Mar 28, 2024
1 parent 25ac89b commit 42d894f
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 190 deletions.
2 changes: 2 additions & 0 deletions system/mrm_handler/config/mrm_handler.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
ros__parameters:
update_rate: 10
timeout_operation_mode_availability: 0.5
timeout_call_mrm_behavior: 0.01
timeout_cancel_mrm_behavior: 0.01
use_emergency_holding: false
timeout_emergency_recovery: 5.0
use_parking_after_stopped: false
Expand Down
Loading

0 comments on commit 42d894f

Please sign in to comment.