#include "ros/ros.h"
#include <boost/bind.hpp>
#include <boost/ref.hpp>
#include "robotiq_s_model_control/s_model_ethercat_client.h"
#include <robotiq_s_model_control/SModel_robot_input.h>
#include "robotiq_ethercat/ethercat_manager.h"
Go to the source code of this file.
Functions | |
void | changeCallback (robotiq_s_model_control::SModelEtherCatClient &client, const robotiq_s_model_control::SModelEtherCatClient::GripperOutput::ConstPtr &msg) |
int | main (int argc, char **argv) |
void changeCallback | ( | robotiq_s_model_control::SModelEtherCatClient & | client, |
const robotiq_s_model_control::SModelEtherCatClient::GripperOutput::ConstPtr & | msg | ||
) |
Definition at line 21 of file s_model_ethercat_node.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file s_model_ethercat_node.cpp.