mixer_babyshark.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2023 Dmitry Ponomarev <ponomarevda96@gmail.com>
3  *
4  * This program is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation, version 3.
7  *
8  * This program is distributed in the hope that it will be useful, but
9  * WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11  * General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  *
16  * Author: Dmitry Ponomarev <ponomarevda96@gmail.com>
17  */
18 
19 #ifndef SRC_MIXERS_MIXER_BABYSHARK_HPP
20 #define SRC_MIXERS_MIXER_BABYSHARK_HPP
21 
22 #include "base_mixer.hpp"
23 
25  public:
26  explicit BabysharkReverseMixer(const ros::NodeHandle& nh);
27  ~BabysharkReverseMixer() final = default;
28  protected:
29  void motorsCallback(sensor_msgs::Joy msg) override;
30 };
31 
32 #endif // SRC_MIXERS_MIXER_BABYSHARK_HPP
BabysharkReverseMixer::~BabysharkReverseMixer
~BabysharkReverseMixer() final=default
BaseReverseMixer
Definition: base_mixer.hpp:50
BabysharkReverseMixer
Definition: mixer_babyshark.hpp:24
base_mixer.hpp
BabysharkReverseMixer::motorsCallback
void motorsCallback(sensor_msgs::Joy msg) override
Definition: mixer_babyshark.cpp:49
BabysharkReverseMixer::BabysharkReverseMixer
BabysharkReverseMixer(const ros::NodeHandle &nh)
Definition: mixer_babyshark.cpp:43
ros::NodeHandle


inno_vtol_dynamics
Author(s): Roman Fedorenko, Dmitry Ponomarev, Ezra Tal, Winter Guerra
autogenerated on Mon Dec 9 2024 03:13:35