public nodeInfo(nodeInfo p) { x = p.x; y = p.y; theta = p.theta; v = p.v; w = p.w; timestamp = p.timestamp; }