JointStatePublisher.h
Go to the documentation of this file.
1 /*
2  * UOS-ROS packages - Robot Operating System code by the University of Osnabrück
3  * Copyright (C) 2010 University of Osnabrück
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License
7  * as published by the Free Software Foundation; either version 2
8  * of the License, or (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18  *
19  * JointStatePublisher.h
20  *
21  * Created on: 06.12.2010
22  * Author: Martin Günther <mguenthe@uos.de>
23  */
24 
25 #ifndef JOINTSTATEPUBLISHER_H_
26 #define JOINTSTATEPUBLISHER_H_
27 
28 #include "ros/ros.h"
29 #include "sensor_msgs/JointState.h"
30 
31 #include <vector>
32 
33 #include <katana/AbstractKatana.h>
34 
35 namespace katana
36 {
37 
39 {
40 public:
42  virtual ~JointStatePublisher();
43  void update();
44 
45 private:
48 
49 };
50 
51 }
52 
53 #endif /* JOINTSTATEPUBLISHER_H_ */
boost::shared_ptr< AbstractKatana > katana
JointStatePublisher(boost::shared_ptr< AbstractKatana >)


katana
Author(s): Martin Günther
autogenerated on Fri Jun 7 2019 22:06:58