机器人详细信息#

V5RC 虚拟技能 - 推回 游乐场使用标准 VEX V5 英雄机器人,Dex

VEX V5 Dex 机器人配备手臂和进气电机,展示了 Push Back Playground 的电机组配置。

汽车集团#

Dex 配备了两套用于进气和传送的电机组。

配置 &
Python 命令名称

描述

API 文档

Dex VEX V5 Hero Bot 传送带马达的图片,展示了其将块传送到传送带的配置。
Conveyor Motor
conveyor_motor

The Conveyor Motor moves Blocks from the intake and up to the top of the robot so the Block can be pushed into a goal.

To bring a Block from the intake to the top of the conveyor, the Conveyor Motor must spin in the up or forward direction.

- Python

Dex VEX V5 Hero Bot 进气马达的图像,展示了其收集积木的设计和功能。
Intake Motor
intake_motor

The Intake Motor rotates the two wheels at the front of the robot. This allows for Blocks to be picked up off the ground.

To collect a Block, spin the Intake Motor in the intake or forward direction.

- Python

传感器#

Dex 可以访问以下传感器进行自主编码:

配置

描述

API 文档

Python 命令名称

大脑计时器

该机器人可以使用内置计时器。

- Python

brain.timer

惯性

机器人可以使用惯性传感器来跟踪机器人的当前航向和旋转角度。

- Python

drivetrain

电机编码器

机器人的电机配有编码器,可以跟踪传送电机和进气电机的当前旋转角度和位置。

- Python

conveyor_motor or intake_motor

距离

机器人背部装有距离传感器,使其能够在倒车时测量与目标的距离。0
为了足够
以将块推入目标,传感器必须检测到至少 120 毫米的距离。

- Python

front_distance

光学的

返回机器人传送带顶部是否存在方块。这也可以确定物体的颜色,以便机器人区分红色方块和蓝色方块。

- Python

front_optical

保险杠

返回机器人传送带底部是否存在块。

- Python

bumper

GPS(游戏定位系统™)

以毫米或英寸为单位报告 Dex 旋转中心的当前 X 和 Y 位置。GPS 传感器还可以报告当前航向(以度为单位)

有关字段中具体 GPS 坐标的信息,请转到 GPS 坐标 页面。

- Python

gps

人工智能视觉传感器

可以自动区分得分要素的摄像头,使机器人能够自主地朝着特定的得分要素移动。

有关使用虚拟 AI 视觉传感器的更多信息,请点击此处。

- Python

ai_vision