virtual bool move() override
sensor_msgs::JointState _mr_msg
The references that must be read in the move() to send to the real/simulated robot TODO put private a...
ros::Subscriber _hal_joint_state_sub
this will subscribe to joint_state_publisher
DummyHal(ros::NodeHandle *nh)
void hal_js_clbk(const sensor_msgs::JointState::ConstPtr &msg)
ros::Publisher _hal_joint_state_pub
this will publish to joint_state_publisher
Class representing an end-effector.
virtual bool sense() override
sensor_msgs::JointState _js_msg
The states that must be filled in the sense(), reading info from real/simulated robot TODO put privat...