#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 200.0 |
#define | NUM_JOINTS 7 |
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 200.0 |
Definition at line 36 of file plan_path_test.cpp.
#define NUM_JOINTS 7 |
Definition at line 37 of file plan_path_test.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 233 of file plan_path_test.cpp.
int planRobarm | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 54 of file plan_path_test.cpp.
void PrintUsage | ( | char * | argv[] | ) |
Test file for the sbpl_arm_planner.
Definition at line 44 of file plan_path_test.cpp.