ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You are using the wrong signature in your callback. Replace
void write_enocean(const palgate_madynes_msg::EnOceanFrame& msg,std::string topic)
with
void write_enocean(const palgate_madynes_msg::EnOceanFrame::ConstPtr& msg,std::string topic)