Skip to content

Commit

Permalink
update python stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Nov 5, 2023
1 parent ec2e05e commit 9a86120
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions python/stubs-out/mrpt/pymrpt/mrpt/maps.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ class COccupancyGridMap2D(CMetricMap, CLogOddsGridMap2D_signed_char_t, NearestNe
@overload
def loadFromBitmapFile(conststd, float, conststructmrpt) -> bool: ...
def loadFromROSMapServerYAML(self, yamlFilePath: str) -> bool: ...
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices(self) -> bool: ...
def p2l(self, *args, **kwargs) -> Any: ...
@overload
def resizeGrid(self, new_x_min: float, new_x_max: float, new_y_min: float, new_y_max: float) -> None: ...
Expand Down Expand Up @@ -1977,7 +1977,7 @@ class COccupancyGridMap3D(CMetricMap, CLogOddsGridMap3D_signed_char_t, NearestNe
def isEmpty(self, *args, **kwargs) -> Any: ...
def l2p(self, *args, **kwargs) -> Any: ...
def l2p_255(self, *args, **kwargs) -> Any: ...
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices(self) -> bool: ...
def p2l(self, *args, **kwargs) -> Any: ...
@overload
def resizeGrid(self, corner_min, corner_max) -> None: ...
Expand Down Expand Up @@ -2919,7 +2919,7 @@ class CPointsMap(CMetricMap, mrpt.pymrpt.mrpt.opengl.PLY_Importer, mrpt.pymrpt.m
def mark_as_modified(self) -> None: ...
@overload
def mark_as_modified() -> void: ...
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices(self) -> bool: ...
@overload
def reserve(self, newLength: int) -> None: ...
@overload
Expand Down Expand Up @@ -3851,13 +3851,13 @@ class CVoxelMapOccupancyBase_mrpt_maps_VoxelNodeOccRGB_signed_char_t(CVoxelMapBa
@overload
def loadFromSimpleMap(constclassmrpt) -> void: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices(self) -> bool: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices() -> bool: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices(self) -> bool: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices() -> bool: ...
def p2l(self, *args, **kwargs) -> Any: ...
@overload
def saveMetricMapRepresentationToFile(self, filNamePrefix: str) -> None: ...
Expand Down Expand Up @@ -3957,13 +3957,13 @@ class CVoxelMapOccupancyBase_mrpt_maps_VoxelNodeOccupancy_signed_char_t(CVoxelMa
@overload
def loadFromSimpleMap(constclassmrpt) -> void: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices(self) -> bool: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices() -> bool: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices(self) -> bool: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices() -> bool: ...
def p2l(self, *args, **kwargs) -> Any: ...
@overload
def saveMetricMapRepresentationToFile(self, filNamePrefix: str) -> None: ...
Expand Down Expand Up @@ -4122,9 +4122,9 @@ class NearestNeighborsCapable:
def __init__(self, *args, **kwargs) -> None: ...
def assign(self) -> NearestNeighborsCapable: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices(self) -> bool: ...
@overload
def nn_single_search(self, query, result, out_dist_sqr: float) -> bool: ...
def nn_supports_indices() -> bool: ...

class OccGridCellTraits:
def __init__(self) -> None: ...
Expand Down

0 comments on commit 9a86120

Please sign in to comment.