Go to the source code of this file.
|
| DEFINE_string (controller_state_topic, "", "Where to subscribe the controller state") |
|
| DEFINE_string (csv_path, "", "File location to load recoded data from") |
|
| DEFINE_string (joint_trajectory_action, "", "Which action server to send commands to") |
|
int | main (int argc, char **argv) |
|
◆ DEFINE_string() [1/3]
DEFINE_string |
( |
controller_state_topic |
, |
|
|
"" |
, |
|
|
"Where to subscribe the controller state" |
|
|
) |
| |
◆ DEFINE_string() [2/3]
DEFINE_string |
( |
csv_path |
, |
|
|
"" |
, |
|
|
"File location to load recoded data from" |
|
|
) |
| |
◆ DEFINE_string() [3/3]
DEFINE_string |
( |
joint_trajectory_action |
, |
|
|
"" |
, |
|
|
"Which action server to send commands to" |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |