You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void HunterRobot::ActivateBrake() {
auto hunter = dynamic_cast<HunterInterface*>(robot_);
hunter->ActivateBrake();
}
There should be a command for braking and releasing the brake of hunter robot. However, I could not find this implemented in the ros2 driver, only SetMotionCommand and status callback are included. Might I know is that the braking function is not applicable for hunter robot, or its just simply not implemented?
The text was updated successfully, but these errors were encountered:
According to the SDK:
There should be a command for braking and releasing the brake of hunter robot. However, I could not find this implemented in the ros2 driver, only SetMotionCommand and status callback are included. Might I know is that the braking function is not applicable for hunter robot, or its just simply not implemented?
The text was updated successfully, but these errors were encountered: