3 个不稳定版本
0.1.0 | 2023年3月31日 |
---|---|
0.0.7 | 2022年12月9日 |
0.0.6 | 2021年7月1日 |
#216 in 机器人
在 2 个 Crates 中使用 (通过 openrr-apps)
145KB
3.5K SLoC
arci-gamepad-keyboard
arci::Gamepad
的键盘实现。
目前,此 crate 只支持类 Unix 操作系统。
示例
urdf-viz ./openrr-planner/sample.urdf &
cargo run -p openrr-apps --bin openrr_apps_robot_teleop_keyboard -- --config-path ./openrr-apps/config/sample_teleop_config_urdf_viz.toml
键映射
LeftStick:
q w e
a s d
z x c
RightStick:
u i o
j k l
m , .
5 : ^ (DPadUp)
r : < (DPadLeft)
t : > (DPadRight)
f : v (DPadDown)
y : △ (North)
g : □ (West)
h : ○ (East)
b : x (South)
1 : L1 (LeftTrigger)
2 : L2 (LeftTrigger2)
3 : L3 (LeftThumb)
8 : R1 (RightTrigger)
9 : R2 (RightTrigger2)
0 : R3 (RightThumb)
6 : Select
7 : Start
许可证
许可协议为 Apache License, Version 2.0。
依赖项
~10–18MB
~241K SLoC