Skip to content

Commit 963cac6

Browse files
authored
we don´t plan to do that anymore (#703)
2 parents fb3a6ae + 7707b56 commit 963cac6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bitbots_motion/bitbots_quintic_walk/src/walk_node.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)