Revision a4795834 examples/meka/include/mekajointinterface.h
| examples/meka/include/mekajointinterface.h | ||
|---|---|---|
| 6 | 6 |
//class MekaDataReceiver; |
| 7 | 7 |
#include "ros/ros.h" |
| 8 | 8 |
#include "sensor_msgs/JointState.h" |
| 9 |
#include "trajectory_msgs/JointTrajectory.h" |
|
| 9 | 10 |
|
| 10 | 11 |
class MekaJointInterface : public humotion::server::JointInterface{
|
| 11 | 12 |
public: |
| ... | ... | |
| 53 | 54 |
|
| 54 | 55 |
private: |
| 55 | 56 |
void incoming_jointstates(const sensor_msgs::JointState & msg); |
| 57 |
void store_dummy_data(int id, double timestamp); |
|
| 58 |
void store_min_max(int id, float min, float max); |
|
| 56 | 59 |
ros::Subscriber joint_state_subscriber; |
| 60 |
ros::Publisher target_publisher; |
|
| 57 | 61 |
|
| 58 | 62 |
|
| 59 | 63 |
double get_timestamp_ms(); |
Also available in: Unified diff