mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
moved state update function to agilex base class
This commit is contained in:
@@ -37,7 +37,8 @@ class ScoutRobot : public RobotInterface, public ScoutInterface {
|
||||
ProtocolVersion GetProtocolVersion() override;
|
||||
|
||||
// get robot state
|
||||
ScoutState GetRobotState() override;
|
||||
ScoutCoreState GetRobotState() override;
|
||||
ScoutActuatorState GetActuatorState() override;
|
||||
|
||||
private:
|
||||
RobotInterface* robot_;
|
||||
|
||||
Reference in New Issue
Block a user