Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step4.cでモータが回らない #49

Closed
shu-13 opened this issue Jun 2, 2020 · 1 comment
Closed

Step4.cでモータが回らない #49

shu-13 opened this issue Jun 2, 2020 · 1 comment
Labels
Type: Bug Bug or Bug fixes

Comments

@shu-13
Copy link

shu-13 commented Jun 2, 2020

不具合の概要

SampleProgramのstep4.cをコンパイルして実行したとき
17行目と25行目でモータが回転しなかった。
そのほかは正常に動作している。

実行環境

  • ハードウェア: ラズパイマウスV3、RaspberryPi 3 Model B
  • OS: Raspbian Buster (2020-02-13-raspbian-buster-full.img)
  • ソフトのバージョン: 2020/06/02のmasterブランチ (コミット af0c46a)

再現方法

  1. 初期設定を行い(SSH, I2C, SPIをEnableに)再起動
  2. ドライバインストールしたあと、SampleProgram階層に移動
  3. gcc step4.c
  4. ./a.out

期待する動作

step4.cを実行すると、90度回転を反時計回り、時計回り、時計回り、反時計回り
としてくれる。

ログ・画像

その他

step4.py
step4.sh
echo 400 > /dev/rtmotor_raw_l0
echo 400 > /dev/rtmotor_raw_r0

はそれぞれ正常に動作しています。

@shu-13 shu-13 added the Type: Bug Bug or Bug fixes label Jun 2, 2020
@shu-13
Copy link
Author

shu-13 commented Jun 10, 2020

#48 より、rtcounterが入る状態だからか無事回りました。
再現ができたら再度Openします。

@shu-13 shu-13 closed this as completed Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant