32 #include <boost/bind/bind.hpp> 41 #if BOOST_VERSION >= 106000 // Moved to namespace in boost 1.60 42 using namespace boost::placeholders;
47 std::cout <<
"Received new packet with number " << packet_count << std::endl;
50 uint8_t channel = (packet.
address >> 4) & 0x0F;
55 std::cout <<
"channel = " <<
static_cast<int>(channel) << std::endl;
62 ab >> controller_feedback;
64 "Received a Control Feedback/Control Command packet for channel " 67 std::cout <<
"Controller Feedback " << controller_feedback << std::endl;
72 int main(
int argc,
const char* argv[])
74 icl_core::logging::initialize();
76 std::string serial_device_name =
"/dev/ttyUSB0";
79 serial_com.
connect(serial_device_name);
const uint8_t SVH_SET_CONTROL_COMMAND
Sets the target position of a channel.
#define SVH_LOG_INFO_STREAM(NAME, M)
uint8_t address
Adress denotes the actual function of the package.
void close()
canceling receive thread and closing connection to serial port
std::vector< uint8_t > data
Payload of the package.
bool connect(const std::string &dev_name)
connecting to serial device and starting receive thread
void receivedPacketCallback(const SVHSerialPacket &packet, unsigned int packet_count)
The SVHControllerFeedback saves the feedback of a single motor.
void appendWithoutConversion(const T &data)
add data without any byte conversion
Basic communication handler for the SCHUNK five finger hand.
int main(int argc, const char *argv[])
The SerialPacket holds the (non generated) header and data of one message to the SVH-Hardware.