#include <iostream>#include <ros/ros.h>#include <sensor_msgs/LaserScan.h>#include <memory>#include <nav_msgs/OccupancyGrid.h>#include "../../ros/topic_with_transform.h"#include "../../ros/laser_scan_observer.h"#include "../../ros/init_utils.h"#include "../../ros/launch_properties_provider.h"#include "init_tiny_slam.h"
Go to the source code of this file.
Typedefs | |
| using | ObservT = sensor_msgs::LaserScan |
| using | TinySlamMap = TinySlam::MapType |
Functions | |
| int | main (int argc, char **argv) |
| using ObservT = sensor_msgs::LaserScan |
Definition at line 15 of file tiny_slam.cpp.
| using TinySlamMap = TinySlam::MapType |
Definition at line 16 of file tiny_slam.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 18 of file tiny_slam.cpp.