Skip to content

Commit 04d7eb6

Browse files
committed
feat(slam): initialize slam framework and pose graph setup
1 parent 0142e86 commit 04d7eb6

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 SLAMNode(Node):
5+
def __init__(self):
6+
super().__init__('slam_node')
7+
# ORB-SLAM3 or Cartographer integration

0 commit comments

Comments
 (0)