|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Definition of a node for Model Predictive Control of an underwater robot. More...
#include "mpc_node.hpp"#include "mf_common/common.hpp"#include "mf_robot_model/robot_model.hpp"#include "mf_common/Float32Array.h"#include "mf_robot_simulator/Command.h"#include <nav_msgs/Path.h>#include <geometry_msgs/TransformStamped.h>#include <geometry_msgs/PoseArray.h>#include <ros/ros.h>#include <eigen3/Eigen/Dense>#include <iostream>#include <string>
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 for Model Predictive Control of an underwater robot.
Definition in file mpc_node.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function called before node initialisation.
Definition at line 158 of file mpc_node.cpp.
1.8.11