Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions bitbots_motion/bitbots_quintic_walk/src/walk_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ void WalkNode::run() {
stabilizer_.reset();
} else {
// we don't want to walk, even if we have orders, if we are not in the right state
/* Our robots will soon^TM be able to sit down and stand up autonomously, when sitting down the motors are
* off but will turn on automatically which is why MOTOR_OFF is a valid walkable state. */
// TODO Figure out a better way than having integration knowledge that HCM will play an animation to stand up
current_request_.walkable_state = robot_state_ == bitbots_msgs::msg::RobotControlState::CONTROLLABLE ||
robot_state_ == bitbots_msgs::msg::RobotControlState::WALKING ||
robot_state_ == bitbots_msgs::msg::RobotControlState::MOTOR_OFF;
Expand Down
Loading