|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Declaration of useful classes for planning with lattices. More...
#include <geometry_msgs/Pose.h>#include <vector>

Go to the source code of this file.
Classes | |
| class | mfcpp::LatticeNode |
| Class to represent a node (viewpoint) of a lattice. More... | |
| class | mfcpp::Lattice |
| Class to represent a lattice. More... | |
Namespaces | |
| mfcpp | |
Declaration of useful classes for planning with lattices.
In our case, a lattice is a set of viewpoints corresponding to one step of the planning. Several lattices can be generated to plan several steps ahead.
Definition in file lattice.hpp.
1.8.11