Skip to content

Commit

Permalink
キックの調整
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Jan 13, 2025
1 parent 34541d2 commit 5f604a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crane_robot_skills/src/attacker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ Attacker::Attacker(RobotCommandWrapperBase::SharedPtr & base)
}
}();

receive_skill.setParameter("enable_redirect", false);
receive_skill.setParameter("enable_redirect", true);
receive_skill.setParameter("redirect_target", target);
receive_skill.setParameter("policy", std::string("closest"));
receive_skill.setParameter("redirect_kick_power", 0.8);
receive_skill.setParameter("redirect_kick_power", 0.2);
return receive_skill.run();
});

Expand Down

0 comments on commit 5f604a3

Please sign in to comment.