Public Member Functions | |
HarrierSim (OptionManager &mgr, const std::string &descrName="HarrierSim", const std::string &tagName="HarrierSim", bool showWorld=true) | |
void | start2 () |
This is called from within start() after the subcomponents have started. | |
void | simLoop () |
void | startSim (void) |
void | updateSensors (const dReal *pos, const dReal *R) |
Image< PixRGB< byte > > | getFrame (int camera) |
void | getSensors (float &xPos, float &yPos, float &depth, float &roll, float &pitch, float &yaw) |
void | setThrusters (float panThruster, float pitchThruster, float rollThruster, float upThruster) |
dWorldID | getWorld () |
dJointGroupID | getContactgroup () |
Definition at line 54 of file HarrierSim.H.
void HarrierSim::start2 | ( | ) | [virtual] |
This is called from within start() after the subcomponents have started.
Reimplemented from ModelComponent.
Definition at line 114 of file HarrierSim.C.