Uses of Class
blockly_robot.robot.logic.log.Movement
Packages that use Movement
Package
Description
Eine Sammlung von Klassen, die die Hauptfigur der Trainingsaufgaben - einen
Roboter - bereitstellen.
Die einzelnen Aktionen des Roboters werden protokolliert, um die Algorithmen
testen zu können.
-
Uses of Movement in blockly_robot.robot.gui.robot
Methods in blockly_robot.robot.gui.robot that return MovementModifier and TypeMethodDescriptionImageRobot.backwards()ImageRobot.east()ImageRobot.forward()Gehe einen Pixelmeter in Richtung der aktuellen Rotation.ImageRobot.jump()ImageRobot.north()ImageRobot.south()ImageRobot.turnAround()ImageRobot.turnLeft()Drehe um 90 Grad nach links.ImageRobot.turnRight()Drehe um 90 Grad nach rechts.ImageRobot.west() -
Uses of Movement in blockly_robot.robot.logic.log
Methods in blockly_robot.robot.logic.log that return MovementModifier and TypeMethodDescriptionMovement.getNext()Movement.setError(ErrorMessages error) Movement.setTo()Sets the 'to' location of the movement and calculates the relocation and rotation values.Movement.setTo(int toRow, int toCol) Methods in blockly_robot.robot.logic.log with parameters of type Movement -
Uses of Movement in blockly_robot.robot.logic.robot
Methods in blockly_robot.robot.logic.robot that return MovementModifier and TypeMethodDescriptionRobot.backwards()VirtualRobot.backwards()Robot.east()Gehe nach rechts in Richtung Osten.VirtualRobot.east()Robot.forward()VirtualRobot.forward()Robot.jump()VirtualRobot.jump()Robot.north()Gehe nach oben in Richtung Norden.VirtualRobot.north()VirtualRobot.reportMovement(String name) Zeichne die Bewegung auf, die der Roboter macht.Robot.south()Gehe nach unten in Richtung Süden.VirtualRobot.south()Robot.turnAround()VirtualRobot.turnAround()Robot.turnLeft()VirtualRobot.turnLeft()Robot.turnRight()VirtualRobot.turnRight()Robot.west()Gehe nach links in Richtung Westen.VirtualRobot.west()