Class
List
Files
List
Links
GAP Git Repository
Gazebo Website
Gazebo Tutorials
examples
hand_remote.hh
Go to the documentation of this file.
1
10
#ifndef _HAND_REMOTE_HH
11
#define _HAND_REMOTE_HH
12
13
// Gazebo
14
#include <gazebo/gazebo_client.hh>
15
#include <gazebo/gazebo_config.h>
16
#include <gazebo/transport/transport.hh>
17
#include <gazebo/msgs/msgs.hh>
18
19
// Interface
20
#include "
Interface.hh
"
21
22
// Functions
23
27
const
std::string
getUsage
(
const
char
* argv_0);
28
34
void
parseArgs
(
35
int
argc,
36
char
** argv,
37
std::string & cfg_dir,
38
std::string & robot);
39
40
#endif
Interface.hh
Grasp interface headers.
getUsage
const std::string getUsage(const char *argv_0)
Returns usage string.
Definition:
gen_renders.cc:130
parseArgs
void parseArgs(int argc, char **argv, std::string &cfg_dir, std::string &robot)
Parses command-line arguments.
Definition:
gen_rest_poses.cc:102