removed unsed func def

This commit is contained in:
Ruixiang Du
2021-07-19 10:05:54 +08:00
parent c053d73222
commit 740de6aeba

View File

@@ -33,8 +33,6 @@ class RangerBase : public AgilexBase<ProtocolV2Parser>, public RangerInterface {
}
// robot control
void SetMotionCommand() {}
void SetMotionCommand(double linear_vel, double steer_angle,
double lateral_vel = 0.0,
double angular_vel = 0.0) override {