We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SampleProgramのstep4.cをコンパイルして実行したとき 17行目と25行目でモータが回転しなかった。 そのほかは正常に動作している。
gcc step4.c
./a.out
step4.cを実行すると、90度回転を反時計回り、時計回り、時計回り、反時計回り としてくれる。
step4.py step4.sh echo 400 > /dev/rtmotor_raw_l0 echo 400 > /dev/rtmotor_raw_r0
はそれぞれ正常に動作しています。
The text was updated successfully, but these errors were encountered:
#48 より、rtcounterが入る状態だからか無事回りました。 再現ができたら再度Openします。
Sorry, something went wrong.
No branches or pull requests
不具合の概要
SampleProgramのstep4.cをコンパイルして実行したとき
17行目と25行目でモータが回転しなかった。
そのほかは正常に動作している。
実行環境
再現方法
gcc step4.c
./a.out
期待する動作
step4.cを実行すると、90度回転を反時計回り、時計回り、時計回り、反時計回り
としてくれる。
ログ・画像
その他
はそれぞれ正常に動作しています。
The text was updated successfully, but these errors were encountered: