#include <boost/program_options.hpp>
#include "romeo_moveit_actions/simplepickplace.hpp"
Go to the source code of this file.
Functions |
int | main (int argc, char **argv) |
void | parse_command_line (int argc, char **argv, std::string &robot_name_, double &test_step_, double &x_min_, double &x_max_, double &y_min_, double &y_max_, double &z_min_, double &z_max_, std::string &left_arm_name_, std::string &right_arm_name_, bool &verbose_) |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void parse_command_line |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
std::string & |
robot_name_, |
|
|
double & |
test_step_, |
|
|
double & |
x_min_, |
|
|
double & |
x_max_, |
|
|
double & |
y_min_, |
|
|
double & |
y_max_, |
|
|
double & |
z_min_, |
|
|
double & |
z_max_, |
|
|
std::string & |
left_arm_name_, |
|
|
std::string & |
right_arm_name_, |
|
|
bool & |
verbose_ |
|
) |
| |