You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔥️RTAB-Map provides an interface to ROS navigation stack, which includes various path planning algorithms such as Dijkstra's algorithm, A* algorithm, and the DWA (Dynamic Window Approach) local planner.
🔥️Occupancy grid maps: Occupancy grid maps represent the environment as a 2D or 3D grid
🔥️Topological maps: Topological maps represent the environment as a graph, where nodes represent distinctive locations and edges represent the connections between them. These maps are typically generated using sensor data such as GPS or odometry, and are commonly used in indoor navigation and localization.