mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
change set motion command function
This commit is contained in:
@@ -66,7 +66,8 @@ class RangerBase : public AgilexBase {
|
||||
void Connect(std::string dev_name) override;
|
||||
|
||||
// robot control
|
||||
void SetMotionCommand(double linear_vel, double angular_vel);
|
||||
void SetMotionCommand(double linear_vel, double steer_angle,
|
||||
double lateral_vel = 0.0, double angular_vel = 0.0);
|
||||
void SetLightCommand(const RangerLightCmd &cmd);
|
||||
void SetMotionMode(uint8_t mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user