問題タブ [ev3]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - LEGO EV3 用 MicroPython のドライブ機能
EV3 の MicroPython の DriveBase クラスの関数を理解しようとしています。このように DriveBase オブジェクトをインスタンス化します
より高速で実行すると、関数をrobot.drive(speed, angle)
使用するときのようにロボットがスムーズに加速せずrobot.straight(distance)
、ほとんどの場合、ロボットの開始時に方向がわずかに変化します。
何か提案はありますか?
ありがとう。