Commit eb88566
committed
Fix example errors (#1205)
This PR fixes timing and property access errors in example code. The changes correct a timer interval misconfiguration and fix incorrect property access in action client feedback handling.
- Fixed timer interval from 1 millisecond to 1 second (1 billion nanoseconds)
- Corrected feedback message property access by removing redundant `.feedback` accessor
Fix: #12041 parent b51f6a8 commit eb88566
File tree
2 files changed
+2
-2
lines changed- example
- actions/action_client
- timer
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments