fourier car ctrl sdk
Project description
文档
使用示例
# 安装依赖
# pip install gros_client_car
# 引入依赖
from gros_client_car import Car
# 实例化human对象
car = Car(host='192.168.9.17')
# 调用启动方法
car.start()
# 切换四轮模式
car.set_mod(Mod.MOD_4_WHEEL)
# 以速度10向正前方移动
car.move(10, 0)
# 以速度20向正后方移动
car.move(-20, 0)
# 以速度20向右(30度)后方移动
car.move(-20, 30)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gros_client_car-0.1.22.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for gros_client_car-0.1.22-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26c2bdb5db7cfcfbed75241e3386643b0f21a4bf5ac9fbb1c69ce42c195f8a4b |
|
MD5 | 242db85a64b1007860cf2f0ebbbee987 |
|
BLAKE2b-256 | b22f8dea45bb5d5e8edcb8853811c2a74f35b46383c33d60082da079a2e089f5 |