Skip to content

Commit bd36238

Browse files
committed
feat(slam): implement multi-floor mapping and elevation tracking
1 parent 1aec99d commit bd36238

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import rclpy
2+
from rclpy.node import Node
3+
4+
class MultiFloorMapping(Node):
5+
def __init__(self):
6+
super().__init__('multi_floor_mapping')
7+
# Elevation tracking and floor segments

0 commit comments

Comments
 (0)