|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Definition of nodelet for managing the farm simulation. More...
#include "farm_nodelet.hpp"#include "rviz_visualisation.hpp"#include "farm_common.hpp"#include "mf_farm_simulator/FarmSimulatorConfig.h"#include "mf_farm_simulator/Algae.h"#include <dynamic_reconfigure/server.h>#include <visualization_msgs/MarkerArray.h>#include <visualization_msgs/Marker.h>#include <geometry_msgs/Point.h>#include <geometry_msgs/Point32.h>#include <std_msgs/ColorRGBA.h>#include <pluginlib/class_list_macros.h>#include <tf2_geometry_msgs/tf2_geometry_msgs.h>#include <iostream>#include <cmath>#include <csignal>
Go to the source code of this file.
Namespaces | |
| mfcpp | |
Definition of nodelet for managing the farm simulation.
Definition in file farm_nodelet.cpp.
1.8.11