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
opennav_coverage works with Field2Cover v1.2.1. The newest version v2.0.0 is not supported at the moment.
40
+
41
+
To install Fields2Cover, clone it into a colcon workspace and build with `colcon build`.
42
+
43
+
- Humble & Iron: Use tag `v1.2.1`
44
+
- Jazzy & rolling: Use branch `v1.2.1-devel`
45
+
37
46
## Interfaces
38
47
39
48
The two main interfaces are `NavigateCompleteCoverage` and `ComputeCoveragePath`. The first is the action definition to request the BT Navigator's `CoverageNavigator` plugin to navigate usign a Complete Coverage task input. The latter is an analog to the `PlannerServer`'s action definition for computing Complete Coverage paths using the `opennav_coverage` action server. See `opennav_coverage_msgs` for complete details.
0 commit comments