Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Use ros sports game controller msg #360

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
from sensor_msgs.msg import Image
from typing import Dict, Optional, List, Tuple

from bitbots_msgs.msg import Audio, GameState
from bitbots_msgs.msg import Audio
from game_controller_hl_interfaces.msg import GameState
from soccer_vision_2d_msgs.msg import BallArray, GoalpostArray, RobotArray, Robot
from bitbots_vision.vision_modules import debug, ros_utils, candidate

Expand Down
1 change: 1 addition & 0 deletions bitbots_vision/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<exec_depend>rosidl_default_runtime</exec_depend>
<depend>bitbots_msgs</depend>
<depend>bitbots_utils</depend>
<depend>game_controller_hl_interfaces</depend>
<depend>geometry_msgs</depend>
<depend>image_transport</depend>
<depend>python3-numpy</depend>
Expand Down