Skip to content

Commit

Permalink
Update system/dummy_diag_publisher/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
  • Loading branch information
h-ohta and kenji-miyake authored Mar 17, 2022
1 parent d59e535 commit fd87a43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/dummy_diag_publisher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ This package outputs a dummy diagnostic data for debugging and developing.

### Node Parameters

| Name | Type | Default Value | Explanation | Remarks |
| Name | Type | Default Value | Explanation | Reconfigurable |
| ------------- | ------------------------------ | ------------- | --------------------------------------- | ------------------------------------- |
| `update_rate` | int | `10` | Timer callback period [Hz] | |
| `diag_name` | string | `diag_name` | Diag_name set by dummy diag publisher | |
| `is_active` | bool | `true` | Force update or not | set dynamically with `ros2 param set` |
| `status` | DummyDiagPublisherNode::Status | `0 (OK)` | diag status set by dummy diag publisher | set dynamically with `ros2 param set` |
| `is_active` | bool | `true` | Force update or not | true |
| `status` | DummyDiagPublisherNode::Status | `0 (OK)` | diag status set by dummy diag publisher | true |

## Assumptions / Known limits

Expand Down

0 comments on commit fd87a43

Please sign in to comment.