Skip to content

Commit e034c13

Browse files
authored
version 3.py
1 parent aaa0878 commit e034c13

File tree

1 file changed

+0
-1
lines changed
  • bitbots_behavior/bitbots_body_behavior/bitbots_body_behavior/behavior_dsd/actions

1 file changed

+0
-1
lines changed

bitbots_behavior/bitbots_body_behavior/bitbots_body_behavior/behavior_dsd/actions/go_to_ball.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def __init__(self, blackboard, dsd, parameters):
2525
self.side_offset = parameters.get("side_offset", 0.08)
2626

2727
def perform(self, reevaluate=False):
28-
#math.copysign
2928
ball_position_y_relative = self.blackboard.world_model.get_ball_position_uv[1]
3029
self.side_offset = -1 * math.copysign(self.side_offset)
3130
pose_msg = self.blackboard.pathfinding.get_ball_goal(self.target, self.distance, self.side_offset)

0 commit comments

Comments
 (0)