#include "Debug.h"
#include <stdio.h>
#include <stdarg.h>
#include "math/VectorN.h"
#include "math/Vector4.h"
#include "math/Matrixmxn.h"
#include "math/Matrix4x4.h"
#include "kinematics/Configuration.h"
#include "paths/PA_Points.h"
Include dependency graph for debug.cpp:
Go to the source code of this file.
Functions | |
void | DebugMessage (const char *message) |
void | Log (char *fileName, char *format,...) |
void | LogVector (char *fileName, VectorN &vec, char *szMsg) |
void | LogVector (char *fileName, Vector4 &vec, char *szMsg) |
void | LogMatrix (char *fileName, Matrixmxn &matrix, char *szMsg) |
void | LogMatrix (char *fileName, Matrix4x4 &matrix, char *szMsg) |
void | LogMessage (char *fileName, char *szMsg) |
void | LogConfiguration (char *fileName, Configuration &config) |
void | LogPath (char *fileName, PA_Points &path) |
|
|
|
Definition at line 31 of file debug.cpp. Referenced by PL_RRT_ClosedChain::CompareJacobianAndRGD(), PL_RRT_ClosedChain::CompareLocalPlanners(), PL_RRT_ClosedChain::ConnectToGoalJacobian(), LogMessage(), LogPath(), PL_ForTest::LogStatistics(), PL_RRT_ClosedChain::OutputStatistics(), and CPassive::ResolveJoints(). |
|
Definition at line 143 of file debug.cpp. References Configuration::DOF(). Referenced by LogPath(). Here is the call graph for this function: ![]() |
|
|
|
|
|
Definition at line 136 of file debug.cpp. References Log(). Here is the call graph for this function: ![]() |
|
Definition at line 159 of file debug.cpp. References Log(), LogConfiguration(), and PA_Points::Size(). Here is the call graph for this function: ![]() |
|
|
|
|