Ignore:
Timestamp:
08/16/12 15:19:23 (12 years ago)
Author:
wcaarls
Message:

Updated extremum_seeking to revision 1001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extremum_seeking/esc_ros/include/esc_ros/esc_ros.h

    r5 r11  
    1818#include <esc_common/esc.h>
    1919#include <string>
    20 #include "esc_ros/monitor.h"
    21 #include "esc_ros/esc_w_state.h"
     20#include <esc_ros/Monitors.h>
     21#include <esc_ros/StateValue.h>
     22
    2223class ESCROS{
    2324protected:
     
    3940protected:
    4041        virtual void objValCallback(std_msgs::Float32 msg);
    41         virtual void objValWithStateCallback(esc_ros::esc_w_state msg);
     42        virtual void objValWithStateCallback(esc_ros::StateValue msg);
    4243
    4344};
Note: See TracChangeset for help on using the changeset viewer.