#include <ros/ros.h>#include "posetracker.h"#include <vector>#include <XmlRpcValue.h>#include <iomanip>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | markerCallback (const visualization_msgs::MarkerArray::ConstPtr &msg) |
Variables | |
| std::vector< PoseTracker * > | pts |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 27 of file pose_tracker_main.cpp.
| void markerCallback | ( | const visualization_msgs::MarkerArray::ConstPtr & | msg | ) |
Definition at line 21 of file pose_tracker_main.cpp.
Definition at line 19 of file pose_tracker_main.cpp.