Our drivable surface extraction method is part of an overall robot control system for Simultaneous Planning, Localization, and Mapping (SPLAM) in outdoor environments, which is currently under development. Before we describe the method, we will sketch this context, into which it has to fit.
The general idea is to do SLAM indoor or outdoor or in mixed indoor/outdoor environments, and integrate into it a planning process for selecting the next pose to move to for making the map under development more complete. This planning process should generate the next view pose and plan the path to go there under reactive execution; alternatively, it should be able to respond to other requests that the robot receives, interrupting the SLAM process for some time. The main difference to state-of-the-art SLAM, as briefly recapitulated in the previous section, lies in two points: First, we are not restricted to 2D maps of indoor environments, but do full 6D SLAM generating 3D maps; and second, we integrate into it a pose planning process allowing the SLAM process to be optimized explicitly according to criteria like expected time or expected path length. In previous work [24], we have demonstrated an instance of that scenario, which was restricted to a flat and continuous floor (i.e., regular indoor environments), and which has used a specialized next-best-view planner for the planning part.
Our outdoor SPLAM procedure consists of the following subtasks:
As the citations in the item list suggests, we have presented solutions to many of these subtasks in previous work, drivable surface extraction being the first one open on the list. Before we present our solution to this problem in the next section, the following subsections will recapitulate our solutions to the preceding items 1-3, to set the context for the surface extraction task. Readers familiar with this previous work may safely skip the rest of this section. Our solutions to items 6 and 7 will not be recapitulated here as they are not required for understanding the contribution of this paper. Please refer to the cited literature.