SMORES Robot Platform Simulation
Modlab at Penn, ASL at Cornell
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends
gazebo::ModuleCommands Class Reference

#include <CommandManagement.hh>

Public Member Functions

 ModuleCommands (SmoresModulePtr which_module)
 Constructor. More...
 
 ~ModuleCommands ()
 Destructor.
 

Public Attributes

SmoresModulePtr WhichModule
 Pointer of the parent SmoresModule object.
 
vector< CommandProCommandSquence
 The vector of command array.
 
bool FinishedFlag
 The indicator of whether a command has been finished.
 
bool ReceivedFlag
 The indicator of whether a command has been received by model.
 
bool ExecutionFlag
 The indicator of whether a command has been executing.
 

Detailed Description

A class that used to manage the commands for each module Used in the command execution

Constructor & Destructor Documentation

gazebo::ModuleCommands::ModuleCommands ( SmoresModulePtr  which_module)

Constructor.

Parameters
which_modulePointer of the parent SmoresModule object

The documentation for this class was generated from the following files: