Commit ffdb2cc
fix(component_interface_specs): change ControlCommand QoS to volatile (#833)
* fix(component_interface_specs): change ControlCommand QoS durability to volatile
Change the QoS durability of ControlCommand from TRANSIENT_LOCAL to
VOLATILE.
Signed-off-by: Takahisa.Ishikawa <takahisa.ishikawa@tier4.jp>
* test(component_interface_spec): update ControlCommand QoS durability to volatile on test
Signed-off-by: Takahisa.Ishikawa <takahisa.ishikawa@tier4.jp>
---------
Signed-off-by: Takahisa.Ishikawa <takahisa.ishikawa@tier4.jp>
Co-authored-by: Takahisa.Ishikawa <takahisa.ishikawa@tier4.jp>1 parent 0ae1438 commit ffdb2cc
File tree
2 files changed
+3
-3
lines changed- common/autoware_component_interface_specs
- include/autoware/component_interface_specs
- test
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
0 commit comments