#include "ros_type_introspection/ros_introspection.hpp"
#include <ros/ros.h>
#include <topic_tools/shape_shifter.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | topicCallback (const topic_tools::ShapeShifter::ConstPtr &msg, const std::string &topic_name, RosIntrospection::Parser &parser) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 56 of file subscribe_example.cpp.
void topicCallback | ( | const topic_tools::ShapeShifter::ConstPtr & | msg, |
const std::string & | topic_name, | ||
RosIntrospection::Parser & | parser | ||
) |
Definition at line 7 of file subscribe_example.cpp.