Main Page
+
Namespaces
Namespace List
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
c
e
g
h
i
j
l
m
n
p
r
s
~
Functions
Variables
+
Files
File List
+
File Members
All
Functions
include
sr_movements
sr_movements.hpp
Go to the documentation of this file.
1
/*
2
* Copyright 2019 Shadow Robot Company Ltd.
3
*
4
* This program is free software: you can redistribute it and/or modify it
5
* under the terms of the GNU General Public License as published by the Free
6
* Software Foundation version 2 of the License.
7
*
8
* This program is distributed in the hope that it will be useful, but WITHOUT
9
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11
* more details.
12
*
13
* You should have received a copy of the GNU General Public License along
14
* with this program. If not, see <http://www.gnu.org/licenses/>.
15
*/
16
28
#ifndef _SR_MOVEMENTS_HPP_
29
#define _SR_MOVEMENTS_HPP_
30
31
#include <
ros/ros.h
>
32
33
#include <boost/thread.hpp>
34
35
namespace
shadowrobot
36
{
37
class
SrMovements
38
{
39
public
:
40
SrMovements
();
41
virtual
~SrMovements
();
42
};
43
}
// namespace shadowrobot
44
45
/* For the emacs weenies in the crowd.
46
Local Variables:
47
c-basic-offset: 2
48
End:
49
*/
50
51
#endif
shadowrobot::SrMovements
Definition:
sr_movements.hpp:37
shadowrobot
Definition:
movement_from_image.hpp:36
shadowrobot::SrMovements::SrMovements
SrMovements()
ros.h
shadowrobot::SrMovements::~SrMovements
virtual ~SrMovements()
sr_movements
Author(s): Ugo Cupcic
autogenerated on Fri Mar 11 2022 03:29:39