|
| | __init__ (self, *args, **kwargs) |
| |
| | lineseg_dists (self, p, a, b) |
| |
| | getClosestInd (self, point, list) |
| |
| | getMinTrackWidth (self) |
| |
| | getTrackLength (self) |
| |
| | getMaxLaneDistance (self) |
| |
| | getCurvature (self, point1, point2, point3) |
| |
| | getMinOuterRadius (self) |
| |
| | readMapFile (self, path) |
| |
| | drawCones (self) |
| |
| | writeMapFile (self, path) |
| |
Definition at line 22 of file guiLogic.py.
◆ __init__()
| guiLogic.guiLogic.__init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ drawCones()
| guiLogic.guiLogic.drawCones |
( |
|
self | ) |
|
◆ getClosestInd()
| guiLogic.guiLogic.getClosestInd |
( |
|
self, |
|
|
|
point, |
|
|
|
list |
|
) |
| |
◆ getCurvature()
| guiLogic.guiLogic.getCurvature |
( |
|
self, |
|
|
|
point1, |
|
|
|
point2, |
|
|
|
point3 |
|
) |
| |
◆ getMaxLaneDistance()
| guiLogic.guiLogic.getMaxLaneDistance |
( |
|
self | ) |
|
◆ getMinOuterRadius()
| guiLogic.guiLogic.getMinOuterRadius |
( |
|
self | ) |
|
◆ getMinTrackWidth()
| guiLogic.guiLogic.getMinTrackWidth |
( |
|
self | ) |
|
◆ getTrackLength()
| guiLogic.guiLogic.getTrackLength |
( |
|
self | ) |
|
◆ lineseg_dists()
| guiLogic.guiLogic.lineseg_dists |
( |
|
self, |
|
|
|
p, |
|
|
|
a, |
|
|
|
b |
|
) |
| |
Cartesian distance from point to line segment
Edited to support arguments as series, from:
https://stackoverflow.com/a/54442561/11208892
Args:
- p: np.array of single point, shape (2,) or 2D array, shape (x, 2)
- a: np.array of shape (x, 2)
- b: np.array of shape (x, 2)
Definition at line 39 of file guiLogic.py.
◆ readMapFile()
| guiLogic.guiLogic.readMapFile |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ writeMapFile()
| guiLogic.guiLogic.writeMapFile |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ coneColorMap
| guiLogic.guiLogic.coneColorMap |
◆ cones
◆ editorMode
| guiLogic.guiLogic.editorMode |
◆ graphicsView
| guiLogic.guiLogic.graphicsView |
◆ landmarkType
| guiLogic.guiLogic.landmarkType |
◆ lanesConnectionLeft
| guiLogic.guiLogic.lanesConnectionLeft |
◆ lanesConnectionRight
| guiLogic.guiLogic.lanesConnectionRight |
◆ originENURotation
| guiLogic.guiLogic.originENURotation |
◆ originGeodeticCoordinates
| guiLogic.guiLogic.originGeodeticCoordinates |
◆ startOrientation
| guiLogic.guiLogic.startOrientation |
◆ startPosition
| guiLogic.guiLogic.startPosition |
◆ timeKeepingGates
| guiLogic.guiLogic.timeKeepingGates |
The documentation for this class was generated from the following file: