Skip to content

Commit 1aec99d

Browse files
committed
feat(slam): implement semantic mapping and landmark database
1 parent b73756d commit 1aec99d

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 SemanticMapping(Node):
5+
def __init__(self):
6+
super().__init__('semantic_mapping')
7+
# Object-level SLAM landmarks

0 commit comments

Comments
 (0)