Commit b66ef49
fix: Add PushRosNamespace action to navigation launch file and update… (#5300)
* fix: Add PushRosNamespace action to navigation launch file and update comments for parameter namespacing
Signed-off-by: orebai <omar.rebai@habemus.com>
* fix: Reorder import statements in navigation launch file for consistency
Signed-off-by: orebai <omar.rebai@habemus.com>
* fix: Correct formatting of comments in navigation launch file for clarity
Signed-off-by: orebai <omar.rebai@habemus.com>
* fix: Add PushRosNamespace action to multiple launch files for parameter namespacing
Signed-off-by: orebai <omar.rebai@habemus.com>
* fix: Add PushRosNamespace action to slam_launch.py for parameter namespacing
Signed-off-by: orebai <omar.rebai@habemus.com>
* Adding logging for matched events and dropped messages into pub/sub of new nav2_ros_common package. Also adding QoS overrides default ON (#5302)
* Adding logging for matched events and dropped messages
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* toggle on
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* apply for smac 2D
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* Update interface_factories.hpp
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
---------
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* Add LaunchConfigAsBool (Fixes #5233) (#5301)
* Add LaunchConfigAsBool (Fixes #5233)
Signed-off-by: nishalangovender <nishalan.govender@gmail.com>
* Fix Linting
Signed-off-by: nishalangovender <nishalan.govender@gmail.com>
* Fix ament_mypy and pre-commit
Signed-off-by: nishalangovender <nishalan.govender@gmail.com>
* Added Type Annotations
Signed-off-by: Nishalan Govender <nishalan.govender@gmail.com>
* mypy ignore
Signed-off-by: Nishalan Govender <nishalan.govender@gmail.com>
* launch.Substitution
Signed-off-by: Nishalan Govender <nishalan.govender@gmail.com>
* Update All Bools in nav2_bringup
Signed-off-by: Nishalan Govender <nishalan.govender@gmail.com>
---------
Signed-off-by: nishalangovender <nishalan.govender@gmail.com>
Signed-off-by: Nishalan Govender <nishalan.govender@gmail.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* Create claude.yml
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* Update claude.yml
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* Update claude.yml
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* Update claude.yml for authorized users
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* Update claude.yml
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* Update claude.yml
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* Adding clear costmap around pose service option (#5309)
* Adding clear costmap around pose impl
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* Update nav2_msgs/srv/ClearCostmapAroundPose.srv
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* Adding APIs for simple commander
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* linting
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
* adding import
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
---------
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* Add support for enable_lifecycle_services parameter in LifecycleNode (#5307)
Expose the enable_communication_interface parameter from rclcpp_lifecycle::LifecycleNode
through nav2's LifecycleNode wrapper. This allows users to disable lifecycle communication
interfaces when manually managing node lifecycle transitions.
The parameter can be set via NodeOptions parameter overrides:
```cpp
rclcpp::NodeOptions options;
options.parameter_overrides({{"enable_lifecycle_services", false}});
```
Fixes #5305
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Signed-off-by: orebai <omar.rebai@habemus.com>
* fix: Rename PushRosNamespace to PushROSNamespace for consistency across launch files
Signed-off-by: orebai <omar.rebai@habemus.com>
---------
Signed-off-by: orebai <omar.rebai@habemus.com>
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: nishalangovender <nishalan.govender@gmail.com>
Signed-off-by: Nishalan Govender <nishalan.govender@gmail.com>
Co-authored-by: orebai <omar.rebai@habemus.com>
Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
Co-authored-by: Nishalan Govender <137301877+nishalangovender@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>1 parent daee7aa commit b66ef49
File tree
6 files changed
+26
-7
lines changed6 files changed
+26
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | 153 | | |
155 | 154 | | |
156 | 155 | | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
| |||
143 | 151 | | |
144 | 152 | | |
145 | 153 | | |
| 154 | + | |
146 | 155 | | |
147 | 156 | | |
148 | 157 | | |
| |||
267 | 276 | | |
268 | 277 | | |
269 | 278 | | |
| 279 | + | |
270 | 280 | | |
271 | 281 | | |
272 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
0 commit comments