#include <iostream>
#include <sbpl_arm_planner/robarm3d/environment_robarm3d.h>
#include <ros/ros.h>
Go to the source code of this file.
Defines | |
#define | MAX_RUNTIME 10.0 |
#define | VERBOSE 1 |
Functions | |
int | main (int argc, char *argv[]) |
int | planRobarm (int argc, char *argv[]) |
void | PrintUsage (char *argv[]) |
Test file for the sbpl_arm_planner. |
#define MAX_RUNTIME 10.0 |
Definition at line 36 of file plan_path.cpp.
#define VERBOSE 1 |
Definition at line 35 of file plan_path.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 167 of file plan_path.cpp.
int planRobarm | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 53 of file plan_path.cpp.
void PrintUsage | ( | char * | argv[] | ) |
Test file for the sbpl_arm_planner.
Definition at line 43 of file plan_path.cpp.