Commit a4502f8
committed
Correct exmple errors (#1208)
This PR fixes errors in two example files related to ROSIDL parsing and action server functionality. The changes address missing module imports and improve code clarity with better numeric formatting.
- Adds missing parser module import in the ROSIDL parse action example
- Updates timer interval from BigInt constructor to BigInt literal notation with explanatory comment
Fix: #12071 parent 41c59a7 commit a4502f8
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- example
- actions/action_server
- rosidl
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments