找回密码
 马上注册

QQ登录

只需一步,快速开始

查看: 5728|回复: 0

Robotc for EV3 虚拟世界任务四

[复制链接]
发表于 2020-9-11 17:39:38 | 显示全部楼层 |阅读模式
本帖最后由 jiangzian 于 2020-9-10 17:24 编辑

11、任务:Drill
绕着中间的东西绕一圈
1599728477(1).jpg
  1. task main()
  2. {
  3.     repeat(3)
  4.     {
  5.         resetMotorEncoder(motorB);
  6.         resetMotorEncoder(motorC);
  7.         setMotorTarget(motorB,1500,100);
  8.         setMotorTarget(motorC,1500,100);
  9.         waitUntilMotorStop(motorB);
  10.         sleep(10);
  11.         resetMotorEncoder(motorB);
  12.         setMotorTarget(motorB,350,100);
  13.         waitUntilMotorStop(motorB);
  14.     }
  15. }
复制代码
运行结果:
robotc_Drill20209101659271.gif

12、任务:Orcard challenge
绕着两排树走一圈
1599728814(1).jpg

  1. task main()
  2. {
  3.         resetMotorEncoder(motorB);
  4.         resetMotorEncoder(motorC);
  5.         setMotorTarget(motorB,1700,100);
  6.         setMotorTarget(motorC,1700,100);
  7.         waitUntilMotorStop(motorB);

  8.         resetMotorEncoder(motorC);
  9.         setMotorTarget(motorC,340,100);
  10.         waitUntilMotorStop(motorC);

  11.         resetMotorEncoder(motorB);
  12.         resetMotorEncoder(motorC);
  13.         setMotorTarget(motorB,500,100);
  14.         setMotorTarget(motorC,500,100);
  15.         waitUntilMotorStop(motorB);

  16.         resetMotorEncoder(motorC);
  17.         setMotorTarget(motorC,340,100);
  18.         waitUntilMotorStop(motorC);

  19.         resetMotorEncoder(motorB);
  20.         resetMotorEncoder(motorC);
  21.         setMotorTarget(motorB,1700,100);
  22.         setMotorTarget(motorC,1700,100);
  23.         waitUntilMotorStop(motorB);

  24.         resetMotorEncoder(motorB);
  25.         setMotorTarget(motorB,240,100);
  26.         waitUntilMotorStop(motorB);

  27.         resetMotorEncoder(motorB);
  28.         resetMotorEncoder(motorC);
  29.         setMotorTarget(motorB,500,100);
  30.         setMotorTarget(motorC,500,100);
  31.         waitUntilMotorStop(motorB);

  32.         resetMotorEncoder(motorB);
  33.         setMotorTarget(motorB,240,100);
  34.         waitUntilMotorStop(motorB);

  35.         resetMotorEncoder(motorB);
  36.         resetMotorEncoder(motorC);
  37.         setMotorTarget(motorB,1500,100);
  38.         setMotorTarget(motorC,1500,100);
  39.         waitUntilMotorStop(motorB);

  40.         resetMotorEncoder(motorB);
  41.         setMotorTarget(motorB,350,100);
  42.         waitUntilMotorStop(motorB);

  43.         resetMotorEncoder(motorB);
  44.         resetMotorEncoder(motorC);
  45.         setMotorTarget(motorB,600,100);
  46.         setMotorTarget(motorC,600,100);
  47.         waitUntilMotorStop(motorB);

  48.         resetMotorEncoder(motorB);
  49.         setMotorTarget(motorB,350,100);
  50.         waitUntilMotorStop(motorB);

  51.         resetMotorEncoder(motorB);
  52.         resetMotorEncoder(motorC);
  53.         setMotorTarget(motorB,1800,100);
  54.         setMotorTarget(motorC,1800,100);
  55.         waitUntilMotorStop(motorB);
  56. }
复制代码
运行结果:
robotC_Orcard_challenge22020910171342.gif

13、任务:Robomatch Challenge
连连看,先走一圈看看图片的位置,两两配对,每次打开练习,图片的位置不一样,切记,不要重新开,不然要重写
Robomatch_Challenge.jpg

欢迎一起交流:
微信二维码.jpg

如果您觉得我的帖子对您有用,请不吝给我一个“赞”!
您需要登录后才可以回帖 登录 | 马上注册

本版积分规则

手机版|中文乐高 ( 桂ICP备13001575号-7 )

GMT+8, 2024-11-23 22:16 , Processed in 0.083043 second(s), 22 queries .

Powered by Discuz! X3.5

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表