|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Declaration of physical underwater robot model. More...
#include "mf_common/common.hpp"#include <geometry_msgs/Pose.h>#include <tf2_ros/transform_broadcaster.h>#include <eigen3/Eigen/Dense>#include <vector>#include <cmath>

Go to the source code of this file.
Classes | |
| class | mfcpp::RobotModel |
| Class defining the robot model. More... | |
Namespaces | |
| mfcpp | |
Functions | |
| RobotModel::state_type | mfcpp::to_state (const geometry_msgs::Pose &pose, int state_size) |
| Converts a pose into a state message. More... | |
1.8.11