Skip to content
Snippets Groups Projects
Commit 3e941a2d authored by Roman Bapst's avatar Roman Bapst
Browse files

progress on att_estimator node

parent 2c12a524
No related branches found
No related tags found
No related merge requests found
......@@ -39,14 +39,15 @@
*/
#include "ros/ros.h"
#include "std_msgs/String.h"
#include <gazebo_msgs/ModelStates.h>
//#include "std_msgs/String.h"
/**
* This tutorial demonstrates simple receipt of messages over the ROS system.
*/
void chatterCallback(const std_msgs::String::ConstPtr& msg)
void chatterCallback(const gazebo_msgs::ModelStates &msg)
{
ROS_INFO("I heard: [%s]", msg->data.c_str());
// try to read out message here
}
int main(int argc, char **argv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment