Cheetah Software
1.0
|
Messages sent to/from the development simulator. More...
#include "ControlParameters/ControlParameterInterface.h"
#include "SimUtilities/GamepadCommand.h"
#include "SimUtilities/IMUTypes.h"
#include "SimUtilities/SpineBoard.h"
#include "SimUtilities/VisualizationData.h"
#include "SimUtilities/ti_boardcontrol.h"
#include "Utilities/SharedMemory.h"
Go to the source code of this file.
Classes | |
struct | SimulatorToRobotMessage |
struct | RobotToSimulatorMessage |
struct | SimulatorMessage |
struct | SimulatorSyncronizedMessage |
Enumerations | |
enum | SimulatorMode { SimulatorMode::RUN_CONTROL_PARAMETERS, SimulatorMode::RUN_CONTROLLER, SimulatorMode::DO_NOTHING, SimulatorMode::EXIT } |
Messages sent to/from the development simulator.
These messsages contain all data that is exchanged between the robot program and the simulator using shared memory. This is basically everything except for debugging logs, which are handled by LCM instead
Definition in file SimulatorMessage.h.
|
strong |
The mode for the simulator
Enumerator | |
---|---|
RUN_CONTROL_PARAMETERS | |
RUN_CONTROLLER | |
DO_NOTHING | |
EXIT |
Definition at line 23 of file SimulatorMessage.h.