|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCarmen.TrajPoint
public class TrajPoint
Carmen Trajectory Point
| Field Summary | |
|---|---|
double |
r_vel
current trajectory status in translational velocity (m/s) and rotational velocity (r/s) |
double |
t_vel
current trajectory status in translational velocity (m/s) and rotational velocity (r/s) |
double |
theta
current trajectory status: x, y (metres), theta (radians) |
double |
x
current trajectory status: x, y (metres), theta (radians) |
double |
y
current trajectory status: x, y (metres), theta (radians) |
| Constructor Summary | |
|---|---|
TrajPoint()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double x
public double y
public double theta
public double t_vel
public double r_vel
| Constructor Detail |
|---|
public TrajPoint()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||