#include "pogosim.h"
#include "robot.h"
#include "objects.h"
#include "lights.h"
#include "configuration.h"
#include "data_logger.h"
#include "SDL_FontCache.h"
Go to the source code of this file.
◆ boundary_condition_t
◆ dummy_global_robot_init()
| void dummy_global_robot_init |
( |
| ) |
|
◆ robot_main()
Main entry point for the robot code (C linkage).
This function is defined with C linkage so that it can be called from non-C++ code.
- Returns
- int Exit status code.
◆ set_current_robot()
Sets the current active robot.
Updates the global current_robot pointer and copies various robot parameters into global variables.
- Parameters
-
| robot | Reference to the Robot to be set as current. |
◆ simulation
Global simulation instance.