File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
bitbots_motion/bitbots_quintic_walk/src Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ void WalkNode::run() {
121121 stabilizer_.reset ();
122122 } else {
123123 // we don't want to walk, even if we have orders, if we are not in the right state
124- /* Our robots will soon^TM be able to sit down and stand up autonomously, when sitting down the motors are
125- * off but will turn on automatically which is why MOTOR_OFF is a valid walkable state. */
126- // TODO Figure out a better way than having integration knowledge that HCM will play an animation to stand up
127124 current_request_.walkable_state = robot_state_ == bitbots_msgs::msg::RobotControlState::CONTROLLABLE ||
128125 robot_state_ == bitbots_msgs::msg::RobotControlState::WALKING ||
129126 robot_state_ == bitbots_msgs::msg::RobotControlState::MOTOR_OFF;
You can’t perform that action at this time.
0 commit comments