Commit 6cee761
Humble release 11: May 23, 2024 (#4365)
* Scale cost critic's weight when dynamically updated (#4246)
* Scale cost critic's weight when dynamically updated
Signed-off-by: pepisg <[email protected]>
* sign off
Signed-off-by: pepisg <[email protected]>
---------
Signed-off-by: pepisg <[email protected]>
* Add expanding the ~/ to the full home dir of user in the path to the map yaml. (#4258)
* Add user home expander of home sequence
Signed-off-by: Wiktor Bajor <[email protected]>
* Add passing home dir as string instead of const char*
Signed-off-by: Wiktor Bajor <[email protected]>
* Add docs
Signed-off-by: Wiktor Bajor <[email protected]>
* Fix function declaration
Signed-off-by: Wiktor Bajor <[email protected]>
* Fix linter issues
Signed-off-by: Wiktor Bajor <[email protected]>
* Uncrustify linter
Signed-off-by: Wiktor Bajor <[email protected]>
* Uncrustify linter
Signed-off-by: Wiktor Bajor <[email protected]>
* Uncrustify linter: remove remove whitespace
Signed-off-by: Wiktor Bajor <[email protected]>
---------
Signed-off-by: Wiktor Bajor <[email protected]>
* Implement Critic for Velocity Deadband Hardware Constraints (#4256)
* Adding new velocity deadband critic.
- add some tests
- cast double to float
- add new features from "main" branch
- fix formating
- add cost test
- fix linting issue
- add README
Signed-off-by: Denis Sokolov <[email protected]>
* Remove velocity deadband critic from defaults
Signed-off-by: Denis Sokolov <[email protected]>
* remove old weight
Signed-off-by: Denis Sokolov <[email protected]>
* fix velocity deadband critic tests
Signed-off-by: Denis Sokolov <[email protected]>
---------
Signed-off-by: Denis Sokolov <[email protected]>
* removing clearable layer param (unused) (#4280)
* provide message validation check API (#4276)
* provide validation_message.hpp
Signed-off-by: goes <[email protected]>
* fix typo
Signed-off-by: goes <[email protected]>
* add test_validation_messages.cpp
Signed-off-by: goes <[email protected]>
* change include-order
Signed-off-by: goes <[email protected]>
* reformat
Signed-off-by: goes <[email protected]>
* update test
Signed-off-by: goes <[email protected]>
---------
Signed-off-by: goes <[email protected]>
Co-authored-by: goes <[email protected]>
* Add footprint clearing for static layer (#4282)
* Add footprint clearing for static layer
Signed-off-by: Tony Najjar <[email protected]>
* fix flckering
---------
Signed-off-by: Tony Najjar <[email protected]>
* Fix #4268 (#4296)
Signed-off-by: Steve Macenski <[email protected]>
* Update README.md of nav2_bt_navigator (#4309)
Update link to docs
Signed-off-by: João Britto <[email protected]>
* Fix undefined symbols in `libpf_lib.so` (#4312)
When I build `nav2_amcl` with `-Wl,--no-undefined` I noticed
`libpf_lib.so` has undefined symbols. This PR correctly links
`libpf_lib.so` to `libm` so all symbols can be found.
You can verify this by executing the following command:
```
ldd -r ./build/nav2_amcl/src/pf/libpf_lib.so
linux-vdso.so.1 (0x00007ffd1f8c0000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x000074e909a00000)
/lib64/ld-linux-x86-64.so.2 (0x000074e909e60000)
undefined symbol: ceil (./build/nav2_amcl/src/pf/libpf_lib.so)
undefined symbol: atan2 (./build/nav2_amcl/src/pf/libpf_lib.so)
undefined symbol: sin (./build/nav2_amcl/src/pf/libpf_lib.so)
undefined symbol: hypot (./build/nav2_amcl/src/pf/libpf_lib.so)
undefined symbol: cos (./build/nav2_amcl/src/pf/libpf_lib.so)
undefined symbol: log (./build/nav2_amcl/src/pf/libpf_lib.so)
undefined symbol: sqrt (./build/nav2_amcl/src/pf/libpf_lib.so)
undefined symbol: floor (./build/nav2_amcl/src/pf/libpf_lib.so)
```
Signed-off-by: Ramon Wijnands <[email protected]>
* msg validation check for `/initialpose` in `nav2_amcl` (#4301)
* add validation check for PoseWithCovarianceStamped
Signed-off-by: goes <[email protected]>
* remove rebundant check before
Signed-off-by: goes <[email protected]>
* reformat
Signed-off-by: goes <[email protected]>
* typo fixed
Signed-off-by: goes <[email protected]>
* change the type-name
Signed-off-by: goes <[email protected]>
* update test
Signed-off-by: goes <[email protected]>
* reformat
Signed-off-by: goes <[email protected]>
* .
Signed-off-by: goes <[email protected]>
* add comment
Signed-off-by: goes <[email protected]>
* update comment
Signed-off-by: goes <[email protected]>
* change header
Signed-off-by: goes <[email protected]>
* update test
Signed-off-by: goes <[email protected]>
* typo fixed
Signed-off-by: goes <[email protected]>
---------
Signed-off-by: goes <[email protected]>
Co-authored-by: goes <[email protected]>
* 4320: Changed precision of calculations of the HybridNode MotionTable::getClosestAngularBin. (#4324)
Signed-off-by: Krzysztof Pawełczyk <[email protected]>
Co-authored-by: Krzysztof Pawełczyk <[email protected]>
* [LifecycleNode] add bond_heartbeat_period (#4342)
* add bond_heartbeat_period
Signed-off-by: Guillaume Doisy <[email protected]>
* lint
Signed-off-by: Guillaume Doisy <[email protected]>
---------
Signed-off-by: Guillaume Doisy <[email protected]>
Co-authored-by: Guillaume Doisy <[email protected]>
* Update path_longer_on_approach.cpp (#4344)
Fix the bug that isPathUpdated function will return false for the reason that it compare the timestaped between new path and old path's last pose
Signed-off-by: StetroF <[email protected]>
* [LifecycleManagerClient] clean set_initial_pose and navigate_to_pose (#4346)
Signed-off-by: Guillaume Doisy <[email protected]>
Co-authored-by: Guillaume Doisy <[email protected]>
* Move projectState after getPointsInside (#4356)
* Modify test to check fix
Signed-off-by: Brice <[email protected]>
* Add static polygon check before simulation
Signed-off-by: Brice <[email protected]>
---------
Signed-off-by: Brice <[email protected]>
* adding final pose in analytic expansion to check (#4353)
* fix sync merge conflicts
* bump humble to 1.1.15 for release
* Revert "[LifecycleNode] add bond_heartbeat_period (#4342)"
This reverts commit 6e44178.
---------
Signed-off-by: pepisg <[email protected]>
Signed-off-by: Wiktor Bajor <[email protected]>
Signed-off-by: Denis Sokolov <[email protected]>
Signed-off-by: goes <[email protected]>
Signed-off-by: Tony Najjar <[email protected]>
Signed-off-by: Steve Macenski <[email protected]>
Signed-off-by: João Britto <[email protected]>
Signed-off-by: Ramon Wijnands <[email protected]>
Signed-off-by: Krzysztof Pawełczyk <[email protected]>
Signed-off-by: Guillaume Doisy <[email protected]>
Signed-off-by: StetroF <[email protected]>
Signed-off-by: Brice <[email protected]>
Co-authored-by: Pedro Alejandro González <[email protected]>
Co-authored-by: Wiktor Bajor <[email protected]>
Co-authored-by: Sokolov Denis <[email protected]>
Co-authored-by: GoesM <[email protected]>
Co-authored-by: goes <[email protected]>
Co-authored-by: Tony Najjar <[email protected]>
Co-authored-by: João Britto <[email protected]>
Co-authored-by: Ramon Wijnands <[email protected]>
Co-authored-by: AzaelCicero <[email protected]>
Co-authored-by: Krzysztof Pawełczyk <[email protected]>
Co-authored-by: Guillaume Doisy <[email protected]>
Co-authored-by: Guillaume Doisy <[email protected]>
Co-authored-by: StetroF <[email protected]>
Co-authored-by: BriceRenaudeau <[email protected]>1 parent 8f097af commit 6cee761
File tree
68 files changed
+969
-78
lines changedSome content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+969
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
523 | 524 | | |
524 | 525 | | |
525 | 526 | | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
| 527 | + | |
| 528 | + | |
531 | 529 | | |
532 | 530 | | |
533 | 531 | | |
| |||
1381 | 1379 | | |
1382 | 1380 | | |
1383 | 1381 | | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
1384 | 1386 | | |
1385 | 1387 | | |
1386 | 1388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments