23#ifndef CONTROLLER_NODE_HPP
24#define CONTROLLER_NODE_HPP
28#include "rclcpp/rclcpp.hpp"
31#include "rover_msgs/msg/motors_command.hpp"
38 void callback(
const rover_msgs::msg::MotorsCommand::SharedPtr msg);
43 rclcpp::Subscription<rover_msgs::msg::MotorsCommand>::SharedPtr
subscription;
void shutdown()
Definition controller_node.cpp:66
rclcpp::Subscription< rover_msgs::msg::MotorsCommand >::SharedPtr subscription
Definition controller_node.hpp:43
ControllerNode()
Definition controller_node.cpp:37
void callback(const rover_msgs::msg::MotorsCommand::SharedPtr msg)
Definition controller_node.cpp:60
Definition controller_node.hpp:33