Test câu hỏi Drop Down và câu hỏi cộng – trừ điểm

1 / 1

Copy –

A robot needs to pick up an object and deliver it 10 cm forward. Arrange the commands below in the correct order to achieve this task.
The commands need to be arranged, starting from top to bottom:

Leanbot.begin();
LbGripper.open();
LbMotion.runLR(+400, +400);
LbMotion.waitRotationMm(100);
LbGripper.close();
LbMotion.stopAndWait();
Leanbot.end();

Command 1
Command 2
Command 3
Command 4
Command 5
Command 6
Command 7

Your score is

The average score is 16%

Leave a Reply

Your email address will not be published. Required fields are marked *