Skip to content

Commit

Permalink
Finish v0.10.0rc2
Browse files Browse the repository at this point in the history
- add missing vision import necessary for comfortable usage of camera channels
  • Loading branch information
SillyFreak committed Oct 2, 2019
2 parents c378fb4 + a5785bf commit d28deed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hedgehog/client/__init__.py
Expand Up @@ -3,6 +3,8 @@
from .sync_client import HedgehogClient, connect
# for using POWER, BRAKE and VELOCITY
from hedgehog.protocol.messages import motor
# for using FacesChannel, BlobsChannel
from hedgehog.protocol.messages import vision


@contextmanager
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

setup(
name='hedgehog-client',
version='0.10.0rc1',
version='0.10.0rc2',
description='Client library for communicating with Hedgehog Robot Controllers',
long_description=long_description,
url="https://github.com/PRIArobotics/HedgehogClient",
Expand Down

0 comments on commit d28deed

Please sign in to comment.