mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
removed unsed func def
This commit is contained in:
@@ -33,8 +33,6 @@ class RangerBase : public AgilexBase<ProtocolV2Parser>, public RangerInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// robot control
|
// robot control
|
||||||
void SetMotionCommand() {}
|
|
||||||
|
|
||||||
void SetMotionCommand(double linear_vel, double steer_angle,
|
void SetMotionCommand(double linear_vel, double steer_angle,
|
||||||
double lateral_vel = 0.0,
|
double lateral_vel = 0.0,
|
||||||
double angular_vel = 0.0) override {
|
double angular_vel = 0.0) override {
|
||||||
|
|||||||
Reference in New Issue
Block a user