bit-bots / humanoid_league_misc

MIT License
0 stars 2 forks source link

team communication should use soccer_vision_3d_msgs for obstacles #125

Closed timonegk closed 1 year ago

timonegk commented 1 year ago

Currently, the team communication still uses humanoid_league_msgs/msg/ObstacleRelativeArray for obstacles, but the ipm publishes obstacles as soccer_vision_3d_msgs/msg/ObstacleArray. I changed the interface already to avoid warnings but added a todo for more adaptions. Probably the vision is also affected and should be changed to use the Robot message type, such as soccer_vision_3d_msgs/msg/RobotArray.

texhnolyze commented 1 year ago

The current status after https://github.com/bit-bots/humanoid_league_misc/pull/127 is:

As described in https://github.com/bit-bots/bitbots_meta/issues/242, this should most likely be adjusted so that TeamData just contains soccer_vision_3d_msgs for obstacles/robots.