47 int main(
int argc,
const char* argv[])
49 std::string serial_device_name =
"/dev/ttyUSB0";
52 serial_com.
connect(serial_device_name);
62 packet << test_controller_feedback;
63 test_serial_packet.
index = 0;
70 std::this_thread::sleep_for(std::chrono::seconds(5));
72 test_controller_feedback.position = -8000;
76 packet << test_controller_feedback;
77 test_serial_packet.
index = 0;
int main(int argc, const char *argv[])
const uint8_t SVH_SET_CONTROL_COMMAND
Sets the target position of a channel.
void close()
canceling receive thread and closing connection to serial port
std::vector< uint8_t > array
array of template type TArray
bool sendPacket(SVHSerialPacket &packet)
function for sending packets via serial device to the SVH
std::vector< uint8_t > data
Payload of the package.
bool connect(const std::string &dev_name)
connecting to serial device and starting receive thread
The SVHControllerFeedback saves the feedback of a single motor.
uint8_t index
Continuosly incremented counter per package.
void reset(size_t array_size=1)
Resets the Arraybuilder to initial state, all values will be deleted.
Basic communication handler for the SCHUNK five finger hand.
Enables acces to serial devices.
The SerialPacket holds the (non generated) header and data of one message to the SVH-Hardware.
Short description of tSerialFlags.