Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 2, 2024
1 parent da888b0 commit b5c5be6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions common/autoware_control_center/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ ACC has startup timer and waits for 10 sec for any node to be registered. If at

It will list all _autoware_nodes_ with _AutowareControlCenterDeregister_ service and will send request to each node. So all nodes will have to register to the new instance of ACC. After this procedure ACC will start regular work. If the list will be empty ACC will keep going and will publish empty messages to the _autoware_node_reports_ topic.

Expected heartbeat frequency is 5 Hz. It can be configured by `lease_duration` parameter. Lease duration must be >= heartbeat's period in _autoware_node_ as there is some network overhead. If the granted `lease_duration` time will be violated such *autoware_node* will be considered as not alive.
Expected heartbeat frequency is 5 Hz. It can be configured by `lease_duration` parameter. Lease duration must be >= heartbeat's period in _autoware_node_ as there is some network overhead. If the granted `lease_duration` time will be violated such _autoware_node_ will be considered as not alive.

## Parameters

| Name | Type | Default Value | Description |
| ---------------- | ---- | ------------- | ----------------------------------------------------------------------------------------------- |
| `lease_duration` | int | `220` | After a violation this heartbeat period (in ms) _autoware_node_ will be considered as not alive.|
| `startup_duration` | double | `10.0` | A period (in s) of ACC startup procedure. |
| `startup_callback_period` | int | `500` | A period (in ms) of ACC startup timer. |
| `node_report_period` | int | `1000` | A period (in ms) of publishing to the autoware_node_reports topic. |
| Name | Type | Default Value | Description |
| ------------------------- | ------ | ------------- | ------------------------------------------------------------------------------------------------ |
| `lease_duration` | int | `220` | After a violation this heartbeat period (in ms) _autoware_node_ will be considered as not alive. |
| `startup_duration` | double | `10.0` | A period (in s) of ACC startup procedure. |
| `startup_callback_period` | int | `500` | A period (in ms) of ACC startup timer. |
| `node_report_period` | int | `1000` | A period (in ms) of publishing to the autoware_node_reports topic. |

## Design

Expand Down

0 comments on commit b5c5be6

Please sign in to comment.