We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6022676 commit 895bc44Copy full SHA for 895bc44
bitbots_motion/bitbots_quintic_walk/src/walk_node.cpp
@@ -117,7 +117,7 @@ void WalkNode::run() {
117
if (robot_state_ == bitbots_msgs::msg::RobotControlState::FALLING ||
118
robot_state_ == bitbots_msgs::msg::RobotControlState::GETTING_UP ||
119
robot_state_ == bitbots_msgs::msg::RobotControlState::PENALTY) {
120
- // the robot fell, we have to reset everything and do nothing else
+ // The robot fell or the penalty button was pressed. We have to reset everything and do nothing else to ensure a stable restart afterwards.
121
walk_engine_.reset();
122
stabilizer_.reset();
123
} else {
0 commit comments