|
MFCPP
1.0
|
Corentin Chauvin-Hameau – 2019-2020
|
|
Coverage Path Planning for an underwater robot surveying a marine farm
|
|
Declaration of a node for Model Predictive Control of an underwater robot. More...
#include "mf_robot_model/robot_model.hpp"#include "mf_common/Float32Array.h"#include <nav_msgs/Path.h>#include <geometry_msgs/TransformStamped.h>#include <geometry_msgs/PoseArray.h>#include <geometry_msgs/Pose.h>#include <tf2_ros/transform_listener.h>#include <ros/ros.h>#include <eigen3/Eigen/Dense>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | mfcpp::MPCNode |
| Node for Model Predictive Control of a robot. More... | |
| struct | mfcpp::MPCNode::MPCTuningParameters |
| MPC tuning parameters. More... | |
| struct | mfcpp::MPCNode::MPCBounds |
| Bounds on the MPC problem. More... | |
Namespaces | |
| mfcpp | |
Declaration of a node for Model Predictive Control of an underwater robot.
Definition in file mpc_node.hpp.
1.8.11