Independent Motor Block


#1

Hello,

My students are using the “Independent Motor Speed” block because their mBots do not go straight, and many are running into issues. Is there a specific type of combination of blocks to use in conjunction with the “Independent Motor” block. For example, is it optimal to use a “wait” block or a “repeat” block with said block?


#2

The wait block literally stops all other program actions until it expires. The repeat block is just a loop.

Could you post a code example or pseudocode for what you’re trying to do? :thinking:


#3

I think we resolved the issue. Thank you for your concern.