Troubleshooting

This section provides solutions to common issues that you may encounter while using KodeVR.

Robot Not Moving

The robot is not moving when you run the program.

Solution:

  1. Make sure that the "When Program Starts" block is connected to the rest of your program.
  2. Check that the movement blocks have the correct parameters (e.g., distance, degrees).
  3. Ensure that the robot is not blocked by any obstacles in the environment.

Robot Moving Incorrectly

The robot is moving in the wrong direction or turning at the wrong angle.

Solution:

  1. Double-check the parameters of the movement blocks.
  2. Make sure that the robot's initial position and rotation are correct.
  3. Check for any logical errors in your program.

Program Not Executing

The program is not executing when you click the "Run" button.

Solution:

  1. Make sure that there are no syntax errors in your program.
  2. Check that all blocks are properly connected.
  3. Ensure that the program is not stuck in an infinite loop.

Blocks Not Connecting

Blocks are not connecting when you try to drag them together.

Solution:

  1. Make sure that the blocks are compatible with each other.
  2. Try dragging the block to a different position.
  3. Check if the block is already connected to another block.