|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Definition of a nodelet for a Gaussian Process mapping an algae wall. More...
#include "gp_nodelet.hpp"#include "mf_common/Array2D.h"#include "mf_common/Float32Array.h"#include "mf_mapping/UpdateGP.h"#include "mf_mapping/LoadGP.h"#include "mf_sensors_simulator/CameraOutput.h"#include <sensor_msgs/Image.h>#include <geometry_msgs/TransformStamped.h>#include <geometry_msgs/Pose.h>#include <std_msgs/Float32.h>#include <tf2_geometry_msgs/tf2_geometry_msgs.h>#include <pluginlib/class_list_macros.h>#include <ros/ros.h>#include <eigen3/Eigen/Dense>#include <string>#include <vector>#include <iostream>
Go to the source code of this file.
Namespaces | |
| mfcpp | |
Definition of a nodelet for a Gaussian Process mapping an algae wall.
Definition in file gp_nodelet.cpp.
1.8.11