|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Declaration of a nodelet for Gaussian Process mapping of an algae wall. More...
#include "mf_mapping/UpdateGP.h"#include "mf_mapping/LoadGP.h"#include "mf_sensors_simulator/CameraOutput.h"#include <tf2_ros/transform_listener.h>#include <nodelet/nodelet.h>#include <ros/ros.h>#include <eigen3/Eigen/Dense>#include <csignal>#include <cmath>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | mfcpp::GPNodelet |
| Nodelet for a Gaussian Process mapping an algae wall. More... | |
| struct | mfcpp::GPNodelet::RectArea |
| 2D rectangular area More... | |
Namespaces | |
| mfcpp | |
Declaration of a nodelet for Gaussian Process mapping of an algae wall.
Definition in file gp_nodelet.hpp.
1.8.11