1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/icvrc2021-neu-civcautonomous-driving

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Это зеркальный репозиторий, синхронизируется ежедневно с исходного репозитория.
Клонировать/Скачать
__init__.py 833 Байты
Копировать Редактировать Исходные данные Просмотреть построчно История
Macmini Отправлено 4 лет назад 1b49c96
"""
Simulation Platform Library
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
platform is an HTTP library, written in Python.
usage:
>>> import ADCPlatform
>>> ADCPlatform.start('20190812', '123456')
>>> print ADCPlatform.get_control_data()
>>> ADCPlatform.stop()
:copyright: (c) 2019 by Junyu Mei.
:license: CATARC Tianjin.
"""
from . import __version__
from .api import start, stop, get_image, get_control_data, get_data, get_sensors, start_task,\
control,brake
from .type_node import DataType, ImageType, SignBoard
#from .tools import convert_image_to_numpy_ndarray, ThreadWithExc
"""A client to operation ADCPlatform function
Some operation like controller vehicle, get Image and Data from vehicle sensor.
"""
def __init__(self, proxy=None, __cookie=None):
self.proxy = proxy
self.__cookie = __cookie

Комментарий ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/icvrc2021-neu-civcautonomous-driving.git
git@gitlife.ru:oschina-mirror/icvrc2021-neu-civcautonomous-driving.git
oschina-mirror
icvrc2021-neu-civcautonomous-driving
icvrc2021-neu-civcautonomous-driving
overtake1.0