14 #include "../../include/xbot_driver/packets/sensors.hpp" 15 #include "../../include/xbot_driver/packet_handler/payload_headers.hpp" 55 unsigned char header_id;
59 std::cout <<
"header_id is wrong. header_id:" << (
unsigned int)header_id
79 data.
gyro_x = tmp * 4 * 0.0152139846947314 * 3.1415926 / 180;
81 data.
gyro_y = tmp * 4 * 0.0152139846947314 * 3.1415926 / 180;
83 data.
gyro_z = tmp * 4 * 0.0152139846947314 * 3.1415926 / 180;
unsigned char error_status
unsigned char yaw_platform_degree
unsigned char pitch_platform_degree
bool serialise(ecl::PushAndPop< unsigned char > &byteStream)
struct xbot::Sensors::Data data
void buildVariable(T &V, ecl::PushAndPop< unsigned char > &buffer)
bool deserialise(ecl::PushAndPop< unsigned char > &byteStream)