Commit 3deb91a
Revert 657 audrow/add qos overrides (#670)
* Remove try-catch blocks around declare_parameter (#663)
Try-catches were added in #631 due to a new rclcpp feature enforcing static parameter.
The behavior was later patched for this particular use-case in ros2/rclcpp#1673, so now we can avoid having to try-catch.
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
* Add missing message_filters dependency (#666)
Headers from message_filters are included here:
https://github.com/cra-ros-pkg/robot_localization/blob/67098c2341b5d1ccbcceb8eede60e79db74814a6/include/robot_localization/ros_robot_localization_listener.h\#L41-L42
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
* Revert "Enable QoS overrides (#657)"
This reverts commit 2816e92.
Co-authored-by: Jacob Perron <jacob@openrobotics.org>1 parent 04cf96f commit 3deb91a
File tree
4 files changed
+11
-39
lines changed- include/robot_localization
- src
4 files changed
+11
-39
lines changedLines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 52 | | |
65 | 53 | | |
66 | 54 | | |
| |||
82 | 70 | | |
83 | 71 | | |
84 | 72 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 73 | + | |
89 | 74 | | |
90 | 75 | | |
91 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | 173 | | |
177 | | - | |
178 | | - | |
| 174 | + | |
179 | 175 | | |
180 | 176 | | |
181 | | - | |
182 | | - | |
| 177 | + | |
183 | 178 | | |
184 | 179 | | |
185 | 180 | | |
186 | | - | |
| 181 | + | |
187 | 182 | | |
188 | 183 | | |
189 | | - | |
190 | | - | |
191 | 184 | | |
192 | | - | |
193 | | - | |
| 185 | + | |
194 | 186 | | |
195 | 187 | | |
196 | 188 | | |
197 | | - | |
198 | | - | |
| 189 | + | |
199 | 190 | | |
200 | 191 | | |
201 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1970 | 1970 | | |
1971 | 1971 | | |
1972 | 1972 | | |
1973 | | - | |
1974 | | - | |
1975 | 1973 | | |
1976 | | - | |
1977 | | - | |
| 1974 | + | |
1978 | 1975 | | |
1979 | 1976 | | |
1980 | 1977 | | |
1981 | 1978 | | |
1982 | 1979 | | |
1983 | | - | |
| 1980 | + | |
1984 | 1981 | | |
1985 | 1982 | | |
1986 | 1983 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
0 commit comments