15#ifndef ROBOLIGO_COMMON_CONNECTOR_COMMANDERS__INPUT_HPP_
16#define ROBOLIGO_COMMON_CONNECTOR_COMMANDERS__INPUT_HPP_
18#include <geometry_msgs/msg/twist.hpp>
19#include <geometry_msgs/msg/twist_stamped.hpp>
33 rclcpp::Subscription<geometry_msgs::msg::Twist>::SharedPtr
subscriber;
34 geometry_msgs::msg::Twist::SharedPtr
data;
45 rclcpp::Subscription<geometry_msgs::msg::TwistStamped>::SharedPtr
subscriber;
46 geometry_msgs::msg::TwistStamped::SharedPtr
data;
65 Input(std::string new_name, std::string new_topic);
80 void callback(
const geometry_msgs::msg::Twist::SharedPtr msg);
86 void callback_stamped(
const geometry_msgs::msg::TwistStamped::SharedPtr msg);
Commander(std::string new_name, std::string new_value)
Constructor for Commander.
Definition Commander.cpp:19
Definition ClassificationBase.hpp:28