PrettyPrintExtensions
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Extensions
Extensions
Pretty prints all robots in the environment.
Pretty prints all robots in the environment.
Attributes
- Returns
-
a string representation of all robots in the environment.
Pretty prints the robot's details including its ID, position, orientation, shape, actuators, and sensor readings.
Pretty prints the robot's details including its ID, position, orientation, shape, actuators, and sensor readings.
Value parameters
- env
-
the environment in which the robot operates, used to get sensor readings.
Attributes
- Returns
-
a formatted string representation of the robot's details.
Pretty prints the simulation state including time, speed, RNG seed, status, and environment details.
Pretty prints the simulation state including time, speed, RNG seed, status, and environment details.
Attributes
- Returns
-
a formatted string representation of the simulation state.