14 #ifndef MPC_CONTROLLER_NODES__MPC_CONTROLLER_NODE_HPP_ 15 #define MPC_CONTROLLER_NODES__MPC_CONTROLLER_NODE_HPP_ 27 namespace mpc_controller_nodes
37 const std::string & name,
38 const std::string & ns,
39 const std::string & command_topic,
40 const std::string & state_topic,
41 const std::string & tf_topic,
42 const std::string & trajectory_topic,
43 const std::string & diagnostic_topic,
44 const std::string & static_tf_topic,
48 rclcpp::Publisher<autoware_auto_msgs::msg::Trajectory>::SharedPtr m_debug_traj_pub{};
49 rclcpp::TimerBase::SharedPtr m_debug_timer{};
55 #endif // MPC_CONTROLLER_NODES__MPC_CONTROLLER_NODE_HPP_
Definition: controller_base_node.hpp:46
Definition: controller_base.hpp:30
Definition: mpc_controller_node.hpp:29
A configuration class for the MpcController.
Definition: control/mpc_controller/include/mpc_controller/config.hpp:56