-
Seems like L 88013 motors are not being recognized. I tried it on City, Technic, Inventors Hubs.
I tested all ports in Technic Hub with 3 different 88013 motors. I also tried to mix up the ports (li…
-
**Describe the bug**
The motor stutter to an extreme level when i use the DriveBase.drive, Motor.run and all infintie movement code (on spike)
**To reproduce**
Steps to reproduce the behavior:
…
-
**実装内容**
IMU制御用API(hub/imu)の実装
**参考**
- Pybricks API リファレンス : [Prime Hub / Inventor Hub#pybricks.hubs.PrimeHub.imu.up — pybricks v3.1.0 documentation](https://docs.pybricks.com/en/v3.1.0/hubs/p…
-
**Describe the bug**
`Stop.NONE` makes consecutive motor movements continuous. In case of `curve()`, it makes both the rotary and forward motion continuous.
This means that when you exit a curve i…
-
Is there anyway I can deploy the primehub in a native ubuntu env? Many thanks!
-
Using generators as coroutines is a nice way to create non-blocking code in MicroPython (see https://github.com/pybricks/support/discussions/356).
Currently, for motors we have to write something l…
-
Hi @laurensvalk, @dlech,
For the PrimeHub/InventorHub, the method `.display.image(...)`'s argument name in the documented API is `matrix=...`, but the underlying firmware accepts `image=...` instea…
-
**Describe the bug**
In beta.pybricks.com running firmware `3.2.0b6` traceback is no longer shown after pressing the stop-button.
So you no longer see what source line the stop was effected.
**T…
-
Hi @dlech and @laurensvalk,
Happy New Year to you! Antoni and I are looking forward to exciting PyBricks releases this year.
Antoni and I are trying out PyBricks on the InventorHub, and we would…
-
# 実装概要
ボタン制御用API(hub/button)を実装する.
# 実装内容
- ボタン状態取得関数(必須)
- ボタン状態型の`button_t`の定義(任意)
- ボタンハンドラ(任意)
## ボタン状態取得関数
```c
pbio_error_t hub_button_is_pressed(pbio_button_flags_t *pressed);
```
…