#include <mpc_controller_node.hpp>
|
| | MpcControllerNode (const std::string &name, const std::string &ns) |
| | Parameter file constructor. More...
|
| |
| | MpcControllerNode (const std::string &name, const std::string &ns, const std::string &command_topic, const std::string &state_topic, const std::string &tf_topic, const std::string &trajectory_topic, const std::string &diagnostic_topic, const std::string &static_tf_topic, const mpc_controller::Config &config) |
| | Explicit constructor. More...
|
| |
| | ControllerBaseNode (const std::string &name, const std::string &ns) |
| | Parameter file constructor. More...
|
| |
| | ControllerBaseNode (const std::string &name, const std::string &ns, const std::string &command_topic, const std::string &state_topic, const std::string &tf_topic, const std::string &trajectory_topic, const std::string &diagnostic_topic, const std::string &static_tf_topic="static_tf") |
| | Explicit constructor. More...
|
| |
| virtual | ~ControllerBaseNode () noexcept=default |
| |
◆ MpcControllerNode() [1/2]
| motion::control::mpc_controller_nodes::MpcControllerNode::MpcControllerNode |
( |
const std::string & |
name, |
|
|
const std::string & |
ns |
|
) |
| |
Parameter file constructor.
◆ MpcControllerNode() [2/2]
| motion::control::mpc_controller_nodes::MpcControllerNode::MpcControllerNode |
( |
const std::string & |
name, |
|
|
const std::string & |
ns, |
|
|
const std::string & |
command_topic, |
|
|
const std::string & |
state_topic, |
|
|
const std::string & |
tf_topic, |
|
|
const std::string & |
trajectory_topic, |
|
|
const std::string & |
diagnostic_topic, |
|
|
const std::string & |
static_tf_topic, |
|
|
const mpc_controller::Config & |
config |
|
) |
| |
The documentation for this class was generated from the following files: