Project

General

Profile

Revision 30a3768e

ID30a3768ebc87c7853603e07bd058927c2c7f4540
Parent 36664e39
Child 16097fcf

Added by Priya over 11 years ago

Last commit did not contain changes to Odometry behavior. Gits dumb.

View differences:

scout/libscout/src/behaviors/Odometry.h
3 3

  
4 4
#include "../Behavior.h"
5 5
#include "../Sensors.h"
6
#include "messages/ScoutPosition.h"
6 7

  
7 8

  
8 9
#define WHEEL_RADIUS  2
......
34 35

  
35 36
    /** ROS publisher and client declaration */
36 37
    ros::NodeHandle node;
37
    //TODO: ros::Publisher scout_position;
38
    ros::Publisher scout_position;
38 39
    ros::ServiceClient query_encoders_client;
40
    messages::ScoutPosition position;
41

  
42
    std::string name;
39 43

  
40 44
    float msg_time_in;
41 45

  

Also available in: Unified diff