Commit f405c85
Galactic sync 6 (#2940)
* fix invert logic (#2772)
* Bugfix tf lookup of goal pose in nav2_controller (#2780)
Signed-off-by: Erik Örjehag <erik@orjehag.se>
* Feature to call controller action server to follow path (#2789)
* Added call to controller action server with a path to follow
++ Added a new function in robot_navigator,py
++ Added a launch script to test function
++ Updated setup.py to include demo_follow_path.py
* Code refactoring
* Code refactoring
* Code refactoring for consistency
* Updated README.md
* Resolved executable conflict in setup.py for example_follow_path.py
* Code refactoring with ament_flake8
* Add recoveries to simple commander (#2792)
* fix Typo
* add recoveries
* add docs
* added demo using backup and spin
* rename isNavigationComplete to isTaskComplete
* rename cancelNav to cancelTask
* add prints
* fix premature exit
* rename NavResult to TaskResult
* fix readme order
* fix import order
* renaming
* renaming
* added planner_id (#2806)
* Fixing the issue #2781: raytraceLine with same start and end point (#2784)
* Fixing the issue #2781: raytraceLine with same start and end point no longer causes segmentation fault
* Some whitespace modifications to make the code pass release_test
* Add testcase for raytraceLine the same point
Co-authored-by: Alexey Merzlyakov <60094858+AlexeyMerzlyakov@users.noreply.github.com>
* Add optional node names to wait (#2811)
* add option to specify navigator and localizer to wait for
* add docs for waituntilNav2Active
* wait for pose only for amcl
* revert order
* remove resizing on update message callback (#2818)
* restrict test_msgs to test_dependency (#2827)
Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com>
* remove unused odometry smoother in bt navigator (#2829)
* remove unused odometry smoother in bt navigator
Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com>
* reorganize bt navigator to shared odom_smoother object with servers
Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com>
* Add all action options (#2834)
* added options
* update docs
* Adding theta* to the main packages list
* Fix: bt_navigator crashes on lc transitions (#2848)
* fix empty address access on halt all actions
* fix unsafe declaration of parameters
* restore odom smoother
* fix styling issues
* add missing semicolumn
* fix-collision checker must capture lethal before unknow (#2854)
* Removing old unused function and comment (#2863)
* Better Costmap Error Message (#2884)
* Better Costmap Error Message
* PR Feedback
* add getRobotRadius() in costmap_2d_ros (#2896)
* Add clock time to costmaps (#2899)
* update goal checker plugin to plugins (#2909)
* Allow usage of std::string in searchAndGetParam() (#2918)
* Allow usage of std::string in searchAndGetParam()
Removed also old TODO related to legacy ROS API
* Fix
* Clean up action clients in nav2_simple_commander (#2924)
* Clean up action clients in nav2_simple_commander
* Add camelCase version
* Add docs
* Added mutex to prevent SEGFAULT on map change in AMCL (#2933)
* Added mutex to prevent SEGFAULT on map change
* Removing redundant mutex
Co-authored-by: Antonio Marangi <antonio.marangi@alba-robot.com>
Co-authored-by: G.Doisy <doisyg@users.noreply.github.com>
Co-authored-by: Erik Örjehag <erik@orjehag.se>
Co-authored-by: Ekansh Sharma <ekanshh.sharma@gmail.com>
Co-authored-by: Tony Najjar <tony.najjar@logivations.com>
Co-authored-by: Joshua Wallace <47819219+jwallace42@users.noreply.github.com>
Co-authored-by: janx8r <95029851+janx8r@users.noreply.github.com>
Co-authored-by: Alexey Merzlyakov <60094858+AlexeyMerzlyakov@users.noreply.github.com>
Co-authored-by: Andrii Maistruk <71632363+andriimaistruk@users.noreply.github.com>
Co-authored-by: Alberto Soragna <alberto.soragna@gmail.com>
Co-authored-by: Erwin Lejeune <erwin.lejeune@cm-robotics.com>
Co-authored-by: Hossein Sheikhi Darani <64957461+HosseinSheikhi@users.noreply.github.com>
Co-authored-by: David V. Lu!! <davidvlu@gmail.com>
Co-authored-by: Carlos Andrés Álvarez Restrepo <candres.alv@gmail.com>
Co-authored-by: Patrick Roncagliolo <ronca.pat@gmail.com>
Co-authored-by: M. Mostafa Farzan <m2_farzan@yahoo.com>
Co-authored-by: mrmara <48493979+mrmara@users.noreply.github.com>
Co-authored-by: Antonio Marangi <antonio.marangi@alba-robot.com>1 parent 04031ba commit f405c85
File tree
49 files changed
+702
-175
lines changedSome content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+702
-175
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | 241 | | |
243 | 242 | | |
244 | 243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| 568 | + | |
568 | 569 | | |
569 | 570 | | |
570 | 571 | | |
| |||
629 | 630 | | |
630 | 631 | | |
631 | 632 | | |
632 | | - | |
| 633 | + | |
633 | 634 | | |
634 | 635 | | |
635 | 636 | | |
| |||
1166 | 1167 | | |
1167 | 1168 | | |
1168 | 1169 | | |
1169 | | - | |
| 1170 | + | |
1170 | 1171 | | |
1171 | 1172 | | |
1172 | 1173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | | - | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
176 | | - | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
284 | 286 | | |
285 | 287 | | |
286 | 288 | | |
287 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
288 | 295 | | |
289 | 296 | | |
290 | 297 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | | - | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
0 commit comments