Changeset 11 for trunk/extremum_seeking/esc_ros/include
- Timestamp:
- 08/16/12 15:19:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extremum_seeking/esc_ros/include/esc_ros/esc_ros.h
r5 r11 18 18 #include <esc_common/esc.h> 19 19 #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 22 23 class ESCROS{ 23 24 protected: … … 39 40 protected: 40 41 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); 42 43 43 44 };
Note: See TracChangeset
for help on using the changeset viewer.