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

Vision情報のチームサイド反転は、上位層に行わせる #57

Description

@ShotaAk

consai2_receiver/vision_receiverでチームサイドの反転をしているが、vision_receiverはできるだか無編集なデータをPublishすべきである。

# FIXME: チームサイドの反転はより上位の vision_wrapperにやらせる
invert_side = False
if self._SIDE != 'left':
invert_side = True

チームサイドの反転は上位層のvision_wrapperに実行させる。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions