Atlas Sim Interface
1.0
|
Go to the source code of this file.
Classes | |
class | AtlasSimInterface |
The primary interface for the DRC version of the Atlas Robot. More... | |
Functions | |
AtlasSimInterface * | create_atlas_sim_interface () |
Create a simulation interface object. | |
void | destroy_atlas_sim_interface () |
Destroy the simulation interface object created by create_atlas_sim_interface(). |
Create a simulation interface object.
This function creates an AtlasSimInterface object. It should not be called more than once. Multiple calls will return the same object.
The object should not be destroyed using delete, but instead by calling destroy_atlas_sim_interface().
void destroy_atlas_sim_interface | ( | ) |
Destroy the simulation interface object created by create_atlas_sim_interface().