void printUsage()
Definition: main_helper.cpp:24
Cheetah Software
1.0
|
#include <HardwareBridge.h>
#include "SimulationBridge.h"
#include <main_helper.h>
#include <cassert>
#include <iostream>
#include <RobotController.h>
#include "Utilities/SegfaultHandler.h"
Go to the source code of this file.
Functions | |
void | printUsage () |
int | main_helper (int argc, char **argv, RobotController *ctrl) |
Variables | |
MasterConfig | gMasterConfig |
int main_helper | ( | int | argc, |
char ** | argv, | ||
RobotController * | ctrl | ||
) |
Definition at line 31 of file main_helper.cpp.
References MasterConfig::_robot, CHEETAH_3, install_segfault_handler(), MINI_CHEETAH, printUsage(), SimulationBridge::run(), MiniCheetahHardwareBridge::run(), and MasterConfig::simulated.
void printUsage | ( | ) |
Print a message describing the command line flags for the robot program
Definition at line 24 of file main_helper.cpp.
MasterConfig gMasterConfig |
Definition at line 19 of file main_helper.cpp.