|
Swarm-SLAM
1.0.0
C-SLAM Framework
|
Functions | |
| def | xy2theta (x, y) |
| def | pt2rs (point, gap_ring, gap_sector, num_ring, num_sector) |
| def | ptcloud2sc (ptcloud, sc_shape, max_length) |
| def | sc2rk (sc) |
| def | distance_sc (sc1, sc2) |
Variables | |
| precision | |
| def scancontext_utils.distance_sc | ( | sc1, | |
| sc2 | |||
| ) |
Definition at line 78 of file scancontext_utils.py.
| def scancontext_utils.pt2rs | ( | point, | |
| gap_ring, | |||
| gap_sector, | |||
| num_ring, | |||
| num_sector | |||
| ) |
Definition at line 22 of file scancontext_utils.py.
| def scancontext_utils.ptcloud2sc | ( | ptcloud, | |
| sc_shape, | |||
| max_length | |||
| ) |
| def scancontext_utils.sc2rk | ( | sc | ) |
Definition at line 75 of file scancontext_utils.py.
| def scancontext_utils.xy2theta | ( | x, | |
| y | |||
| ) |
| scancontext_utils.precision |
Definition at line 4 of file scancontext_utils.py.