|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Declaration of a nodelet for path plannning of an underwater robot surveying a marine farm. More...
#include "lattice.hpp"#include "mf_robot_model/robot_model.hpp"#include "mf_common/Float32Array.h"#include "mf_common/Array2D.h"#include <nav_msgs/Path.h>#include <geometry_msgs/Pose.h>#include <geometry_msgs/TransformStamped.h>#include <std_srvs/Empty.h>#include <tf2_ros/transform_listener.h>#include <nodelet/nodelet.h>#include <ros/ros.h>#include <string>#include <csignal>

Go to the source code of this file.
Classes | |
| class | mfcpp::PlanningNodelet |
| Nodelet for path planning of an underwater robot surveying a marine farm. More... | |
Namespaces | |
| mfcpp | |
Declaration of a nodelet for path plannning of an underwater robot surveying a marine farm.
Definition in file planning_nodelet.hpp.
1.8.11