/home/joel/ros_workspace/lar3/planning/trajectory_planner/src/define_trajectories.h

Go to the documentation of this file.
00001 #ifndef _DEFINE_TRAJECTORIES_H_
00002 #define _DEFINE_TRAJECTORIES_H_
00003 
00009 #ifdef _trajectory_planner_nodelet_CPP_
00010 
00011 double a[5][9] = 
00012 // double a[3][8] = 
00013 {
00014 {25,25,25,25,25,-25,-25,-25,-25},
00015 {12,12,12,12,12,-12,-12,-12,-12},
00016 {0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01},
00017 {-12,-12,-12,-12,-12,12,12,12,12},
00018 {-25,-25,-25,-25,-25,25,25,25,25}
00019 };
00020 
00021 double arc[5][9] = 
00022 // double arc[3][8] = 
00023 {
00024 {0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5},
00025 {0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5},
00026 {0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5},
00027 {0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5},
00028 {0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5}
00029 };
00030 #else
00031 
00032 extern double a[5][9];
00033 extern double arc[5][9];
00034 #endif
00035 #endif
00036 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


trajectory_planner
Author(s): joel
autogenerated on Thu Jul 26 2012 21:36:27