Commit 5cadcf5
committed
fix(joint_state_broadcaster): suppress confusing warning for standard interfaces
When using standard interfaces like 'velocity' with the default mapping,
the warning 'Mapping from velocity to interface velocity will not be done'
is confusing because no mapping is actually needed.
This change only shows the warning when there's a custom mapping being
ignored (i.e., when interface name differs from the JointState field name).
Fixes #22611 parent 629afee commit 5cadcf5
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
0 commit comments