|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Definition of a node to measure statistics about the one wall experiment. More...
#include "experiment_stats.hpp"#include "mf_common/common.hpp"#include "mf_common/spline.hpp"#include "mf_common/EulerPose.h"#include "mf_common/Array2D.h"#include "mf_common/Float32Array.h"#include "mf_farm_simulator/Algae.h"#include "mf_farm_simulator/Alga.h"#include "mf_mapping/LoadGP.h"#include <nav_msgs/Odometry.h>#include <nav_msgs/Path.h>#include <geometry_msgs/PoseStamped.h>#include <geometry_msgs/Pose.h>#include <ros/package.h>#include <ros/ros.h>#include <eigen3/Eigen/Dense>#include <fstream>#include <iostream>#include <sstream>#include <string>#include <vector>#include <sensor_msgs/Image.h>#include <sensor_msgs/image_encodings.h>
Go to the source code of this file.
Namespaces | |
| mfcpp | |
Functions | |
| int | main (int argc, char **argv) |
| Main function called before node initialisation. More... | |
Definition of a node to measure statistics about the one wall experiment.
Definition in file experiment_stats.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function called before node initialisation.
Definition at line 452 of file experiment_stats.cpp.
1.8.11