#include <ros/ros.h>
#include <boost/thread.hpp>
#include "constants.h"
#include "publisher.h"
#include "tracking.h"
#include "graph.h"
#include "loop_closing.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main entry point. | |
void | readParameters (slam::Tracking::Params &tracking_params) |
Read the node parameters. |
void readParameters | ( | slam::Tracking::Params & | tracking_params | ) |