SMORES Robot Platform Simulation
Modlab at Penn, ASL at Cornell
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends
SpiderController.hh
1 #ifndef _SPIDER_CONTROLLER_HH_
2 #define _SPIDER_CONTROLLER_HH_
3 
4 #include "LibraryTemplate.hh"
5 
6 using namespace std;
7 
9 {
10 public:
12 
14 
15  void Load(gazebo::ControlCenter *CurrentWorld);
16 
17  void WhenRunning(void);
18 
19 };
20 
21 #endif
Definition: LibraryTemplate.hh:13
Definition: SpiderController.hh:8