#pragma once #include "message.h" #include #include static const uint8_t CHASSIS_HOST = 3; static const uint8_t CHASSIS_INDEX = 6; static const uint8_t SET_WHEEL_SPEED_CMDID = 0x20; void set_wheel_speed ( Client session, int16_t w1, int16_t w2, int16_t w3, int16_t w4 ); static const uint8_t CHASSIS_SPEED_MODE_CMDID = 0x21; void chassis_speed_mode ( Client session, float x, float y, float z );