#include <synchronization/semaphore.h>
#include <assert.h>
#include "math/Vector4.h"
#include "opengl/glos.h"
#include <gl/gl.h>
#include "LocalPlanner.h"
#include "PL_ATACE.h"
#include "CollisionDetectors/CD_Vcollide.h"
#include "Universe/universe.h"
#include <opengl/gl_sphere.h>
#include <opengl/gl_group.h>
#include <geometry/vrml_20_reader.h>
#include <serializable/MPK_Dir.h>
#include "math\Matrixmxn.h"
Include dependency graph for PL_ATACE.cpp:
Go to the source code of this file.
Defines | |
#define | NUM_MAX_ITERATION 10 |
#define | LEN_ENDEFF_SIZE 0.5 |
#define | LEN_RESOLUTION (0.1) |
#define | LEN_TOL_ERROR (1e-5) |
#define | LEN_ERROR_RADIUS 0.005 |
#define | LogMatrix(a, b, c) |
#define | LogVector(a, b, c) |
#define | LogMessage(a, b) |
|
Definition at line 50 of file PL_ATACE.cpp. |
|
Definition at line 53 of file PL_ATACE.cpp. |
|
Definition at line 51 of file PL_ATACE.cpp. Referenced by PL_ATACE::IsInterfering(). |
|
Definition at line 52 of file PL_ATACE.cpp. |
|
Definition at line 57 of file PL_ATACE.cpp. Referenced by IK_Jacobian::ComputeHomogeneousTerm(), PL_ATACE::ExtendWithConstraint(), and IK_Jacobian::SetTrajectory(). |
|
Definition at line 59 of file PL_ATACE.cpp. Referenced by PL_ATACE::ExtendWithConstraint(), PL_MPEP::Planner_SMG_Greedy(), and PL_MPEP::Planner_SMG_RRT_Greedy_Like(). |
|
Definition at line 58 of file PL_ATACE.cpp. Referenced by IK_Jacobian::ComputeHomogeneousTerm(). |
|
Definition at line 49 of file PL_ATACE.cpp. |