#include <ros/ros.h>#include <std_msgs/String.h>#include <geometry_msgs/Vector3Stamped.h>#include <string>#include <vector>
Go to the source code of this file.
Functions | |
| void | callback_val (const std_msgs::String::ConstPtr &msg) |
| int | main (int argc, char **argv) |
Variables | |
| ros::Publisher | publisher |
| std::string | tf_prefix |
| void callback_val | ( | const std_msgs::String::ConstPtr & | msg | ) |
Definition at line 11 of file accelerometer.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 47 of file accelerometer.cpp.
Definition at line 8 of file accelerometer.cpp.
| std::string tf_prefix |
Definition at line 9 of file accelerometer.cpp.