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_