1 #ifndef COORDINTERFACECOORD_H 2 #define COORDINTERFACECOORD_H 7 #include <std_msgs/Bool.h> 8 #include <peg_msgs/toCoord.h> 10 #include "../../support/header/defines.h" 21 int getNonCoopCartVel(Eigen::Matrix<double, VEHICLE_DOF, 1> *nonCoopCartVel_eigen);
22 int getJJsharp(Eigen::Matrix<double, VEHICLE_DOF, VEHICLE_DOF> *admisVelTool_eigen);
25 std::string robotName;
27 ros::Subscriber readyRobSub;
28 ros::Subscriber subCoordFromMM;
30 std::vector<double> tempXdot;
31 std::vector<double> tempJJsharp;
33 void readyRobSubCallback(
const std_msgs::Bool::ConstPtr& start);
34 void subCoordFromMMCallBack(
const peg_msgs::toCoord::ConstPtr& msg);
39 #endif // COORDINTERFACECOORD_H The CoordInterfaceCoord class.