|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Definition of underwater robot simulator node. More...
#include "robot_simulator.hpp"#include "mf_robot_model/robot_model.hpp"#include "mf_robot_simulator/Command.h"#include "mf_robot_simulator/CartesianCommand.h"#include "mf_common/Float32Array.h"#include <visualization_msgs/Marker.h>#include <nav_msgs/Odometry.h>#include <geometry_msgs/TransformStamped.h>#include <geometry_msgs/Pose.h>#include <tf2/LinearMath/Matrix3x3.h>#include <tf2_geometry_msgs/tf2_geometry_msgs.h>#include <tf2_ros/transform_broadcaster.h>#include <ros/ros.h>#include <string>#include <vector>
Go to the source code of this file.
Namespaces | |
| mfcpp | |
Functions | |
| int | main (int argc, char **argv) |
| Main function called before node initialisation. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function called before node initialisation.
Definition at line 240 of file robot_simulator.cpp.
1.8.11