Go to the source code of this file.
|
| DEFINE_string (csv_path,"/tmp/recorded_trajectory_1.csv","File location to save recoded data to") |
|
| DEFINE_string (topic,"/robot/position_trajectory_controller/state","ROS topic to subscribe to") |
|
int | main (int argc, char **argv) |
|
DEFINE_string |
( |
csv_path |
, |
|
|
"/tmp/recorded_trajectory_1.csv" |
, |
|
|
"File location to save recoded data to" |
|
|
) |
| |
DEFINE_string |
( |
topic |
, |
|
|
"/robot/position_trajectory_controller/state" |
, |
|
|
"ROS topic to subscribe to" |
|
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |