renamed GetProtocolVersion() to GetParserProtocolVersion()

This commit is contained in:
Ruixiang Du
2021-07-15 13:34:22 +08:00
parent 541ec08514
commit e96b078c05
12 changed files with 22 additions and 21 deletions

View File

@@ -41,8 +41,8 @@ void ScoutRobot::Connect(std::string uart_name, uint32_t baudrate) {
void ScoutRobot::ResetRobotState() { robot_->ResetRobotState(); }
ProtocolVersion ScoutRobot::GetProtocolVersion() {
return robot_->GetProtocolVersion();
ProtocolVersion ScoutRobot::GetParserProtocolVersion() {
return robot_->GetParserProtocolVersion();
}
void ScoutRobot::SetMotionCommand(double linear_vel, double angular_vel) {