mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
more code cleanup
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "stopwatch.h"
|
||||
|
||||
namespace wescore {
|
||||
namespace westonrobot {
|
||||
HunterBase::~HunterBase() {
|
||||
if (serial_connected_) serial_if_->close();
|
||||
|
||||
@@ -253,4 +253,4 @@ void HunterBase::UpdateHunterState(const HunterMessage &status_msg,
|
||||
break;
|
||||
}
|
||||
}
|
||||
} // namespace wescore
|
||||
} // namespace westonrobot
|
||||
|
||||
Reference in New Issue
Block a user