LoginSignup
0
0

More than 1 year has passed since last update.

miniscriptの作法 その3

Posted at

概要

miniscript見つけたので、やってみた。
ライントレース、やってみた。
ゴールしてみた。

写真

image.png

サンプルコード

for i in range(0, 100000)
   ref = ev3_color_sensor_get_reflect
   p = ref - 18
   ev3_motor_set_power_left (20 - p)
   ev3_motor_set_power_right (20 + p)
   yield
end for

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0