|
| def | __init__ (self, grid) |
| |
| def | areNeighbour (self, index1, index2) |
| |
| def | createPGM (self) |
| |
| def | getCoordinates (self, index) |
| |
| def | getData (self, index) |
| |
| def | getData (self, x, y) |
| |
| def | getHeight (self) |
| |
| def | getIndex (self, x, y) |
| |
| def | getOccupancyGrid (self) |
| |
| def | getOriginX (self) |
| |
| def | getOriginY (self) |
| |
| def | getResolution (self) |
| |
| def | getSize (self) |
| |
| def | getWidth (self) |
| |
| def | isFree (self, index) |
| |
| def | isFree (self, x, y) |
| |
| def | isFrontier (self, index) |
| |
| def | isFrontier (self, x, y) |
| |
Definition at line 13 of file MyGridMap.py.
◆ __init__()
| def src.MyGridMap.MyGridMap.__init__ |
( |
|
self, |
|
|
|
grid |
|
) |
| |
◆ areNeighbour()
| def src.MyGridMap.MyGridMap.areNeighbour |
( |
|
self, |
|
|
|
index1, |
|
|
|
index2 |
|
) |
| |
◆ createPGM()
| def src.MyGridMap.MyGridMap.createPGM |
( |
|
self | ) |
|
◆ getCoordinates()
| def src.MyGridMap.MyGridMap.getCoordinates |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ getData() [1/2]
| def src.MyGridMap.MyGridMap.getData |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ getData() [2/2]
| def src.MyGridMap.MyGridMap.getData |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ getHeight()
| def src.MyGridMap.MyGridMap.getHeight |
( |
|
self | ) |
|
◆ getIndex()
| def src.MyGridMap.MyGridMap.getIndex |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ getOccupancyGrid()
| def src.MyGridMap.MyGridMap.getOccupancyGrid |
( |
|
self | ) |
|
◆ getOriginX()
| def src.MyGridMap.MyGridMap.getOriginX |
( |
|
self | ) |
|
◆ getOriginY()
| def src.MyGridMap.MyGridMap.getOriginY |
( |
|
self | ) |
|
◆ getResolution()
| def src.MyGridMap.MyGridMap.getResolution |
( |
|
self | ) |
|
◆ getSize()
| def src.MyGridMap.MyGridMap.getSize |
( |
|
self | ) |
|
◆ getWidth()
| def src.MyGridMap.MyGridMap.getWidth |
( |
|
self | ) |
|
◆ isFree() [1/2]
| def src.MyGridMap.MyGridMap.isFree |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ isFree() [2/2]
| def src.MyGridMap.MyGridMap.isFree |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ isFrontier() [1/2]
| def src.MyGridMap.MyGridMap.isFrontier |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ isFrontier() [2/2]
| def src.MyGridMap.MyGridMap.isFrontier |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ lethalCost
| src.MyGridMap.MyGridMap.lethalCost |
◆ mapHeight
| src.MyGridMap.MyGridMap.mapHeight |
◆ mapWidth
| src.MyGridMap.MyGridMap.mapWidth |
◆ occupancyGrid
| src.MyGridMap.MyGridMap.occupancyGrid |
The documentation for this class was generated from the following file: