Package org.robwork.sdurw_pathplanning
Class PathAnalyzer.TimeAnalysis
- java.lang.Object
-
- org.robwork.sdurw_pathplanning.PathAnalyzer.TimeAnalysis
-
- Enclosing class:
- PathAnalyzer
public static class PathAnalyzer.TimeAnalysis extends java.lang.Object
Result struct for Time analysis
-
-
Constructor Summary
Constructors Constructor Description TimeAnalysis()
Construct TimeAnalysis struct with times initialized to 0TimeAnalysis(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(PathAnalyzer.TimeAnalysis obj)
double
getTime1()
Time to execute path when considering only velocity limitsdouble
getTime2()
Time to execute path when considering both velocity and acceleration limits.
NOT IMPLEMENTED YETvoid
setTime1(double value)
Time to execute path when considering only velocity limitsvoid
setTime2(double value)
Time to execute path when considering both velocity and acceleration limits.
NOT IMPLEMENTED YET
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(PathAnalyzer.TimeAnalysis obj)
-
delete
public void delete()
-
setTime1
public void setTime1(double value)
Time to execute path when considering only velocity limits
-
getTime1
public double getTime1()
Time to execute path when considering only velocity limits
-
setTime2
public void setTime2(double value)
Time to execute path when considering both velocity and acceleration limits.
NOT IMPLEMENTED YET
-
getTime2
public double getTime2()
Time to execute path when considering both velocity and acceleration limits.
NOT IMPLEMENTED YET
-
-