mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
add bunker Actuator feedback function
This commit is contained in:
@@ -42,4 +42,9 @@ BunkerCoreState BunkerRobot::GetRobotState() {
|
||||
auto bunker = dynamic_cast<BunkerInterface*>(robot_);
|
||||
return bunker->GetRobotState();
|
||||
}
|
||||
|
||||
BunkerActuatorState BunkerRobot::GetActuatorState() {
|
||||
auto bunker = dynamic_cast<BunkerInterface*>(robot_);
|
||||
return bunker->GetActuatorState();
|
||||
}
|
||||
} // namespace westonrobot
|
||||
Reference in New Issue
Block a user