mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
removed unnecessary func declaration in hunter module
This commit is contained in:
@@ -48,10 +48,6 @@ class HunterBase : public MobileBase {
|
|||||||
HunterMotionCmd current_motion_cmd_;
|
HunterMotionCmd current_motion_cmd_;
|
||||||
|
|
||||||
// internal functions
|
// internal functions
|
||||||
void ConfigureCANBus(const std::string &can_if_name = "can1");
|
|
||||||
void ConfigureSerial(const std::string uart_name = "/dev/ttyUSB0",
|
|
||||||
int32_t baud_rate = 115200);
|
|
||||||
|
|
||||||
void SendRobotCmd() override;
|
void SendRobotCmd() override;
|
||||||
void ParseCANFrame(can_frame *rx_frame) override;
|
void ParseCANFrame(can_frame *rx_frame) override;
|
||||||
void ParseUARTBuffer(uint8_t *buf, const size_t bufsize,
|
void ParseUARTBuffer(uint8_t *buf, const size_t bufsize,
|
||||||
|
|||||||
Reference in New Issue
Block a user