You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrate to Kilted (#94)
* update msg for Kilted
* [opennav_coverage_bt] migrate BT xml files
* migrate coverage_navigator
* rm error_msg from ComputeCoveragePath
* use newer rostooling docker images, run test for Kilted
* run linter on Kilted
* use base image
* Migrate to Lyrical
* fix all compile errors
due to wrong includes and to methods that moved from nav2_util to nav2 namespace
* remove leftover declaration
* fix missing assignment to class members
* make Blackboard variable ID prive to the navigator
to avoid clashes between navigators
* Break long lines
* only run CI on rolling
* keep BB ID params outside navigator namespace
* Add const
* [.github] install rosdep before build
* build nav2 from source
* Update tf2 & tf2_ros headers
* Migrate nodes in tests
* depend on nav2_bt_navigator
* Also build nav2_behavior_tree
* Fix naming for nav2_path_expiring_timer_condition_bt_node
see ros-navigation/navigation2#5471
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This server exposes all of the features of Fields2Cover as a Lifecycle-Component
20
20
21
21
-`opennav_coverage_navigator`: Contains the BT Navigator plugin exposing `NavigateCompleteCoverage` action server analog to `NavigateToPose` and `NavigateThroughPoses`.
22
22
23
-
-`opennav_coverage_demo`: Contains an example launch and python node to trigger the coverage planner for a demonstration of the Navigator Plugin, Server, BT nodes, XML, and such.
23
+
-`opennav_coverage_demo`: Contains an example launch and python node to trigger the coverage planner for a demonstration of the Navigator Plugin, Server, BT nodes, XML, and such.
24
24
25
25
Fields2Cover is a living library with new features planned to be added (for example those discussed in a [Nav2 integration ticket](https://github.com/Fields2Cover/Fields2Cover/issues/73)). As such, as new F2C capabilities are created, they will be welcome for integration here. If you see anything missing, please let us know or submit a PR to expose it!
26
26
@@ -61,7 +61,7 @@ The result returns a `result.nav_path` -- which is a `nav_msgs/Path` containing
61
61
62
62
It also returns an error code, if any error occurred and the total planning time for metrics analysis.
63
63
64
-
Note that `SwathMode` settings are to be paired with the `opennav_coverage` server with polygons, while the `RowSwathMode` settings are to be paired with the `opennav_row_coverage` server based on annotated rows.
64
+
Note that `SwathMode` settings are to be paired with the `opennav_coverage` server with polygons, while the `RowSwathMode` settings are to be paired with the `opennav_row_coverage` server based on annotated rows.
65
65
66
66
### NavigateCompleteCoverage
67
67
@@ -82,7 +82,6 @@ The complete set of options are exposed as both dynamic parameters and through t
0 commit comments