22 #ifndef STDR_ROBOT_CREATOR_LOADER 23 #define STDR_ROBOT_CREATOR_LOADER 25 #include "ui_robotCreator.h" 62 std::vector<QTreeWidgetItem>
rfids;
CRobotCreatorLoader(int argc, char **argv)
Default contructor.
Implements the low level functionalities of the Laser properties widget. Inherits form QWidget and Ui...
QTreeWidgetItem robotInfoFootprint
Holds the tree items that contain the footprint points.
std::vector< QTreeWidgetItem > co2_sensors
Implements the low level functionalities of the Kinematic properties widget. Inherits form QWidget an...
CRobotPropertiesLoader robotPropLoader
Object of robot footprint widget.
CKinematicPropertiesLoader kinematicPropLoader
Object of rfid antenna properties widget.
QTreeWidgetItem sonarsNode
Tree item for the rfid antennas root.
CRfidAntennaPropertiesLoader rfidAntennaPropLoader
QTreeWidgetItem robotInfoOrientation
Tree item for the robot radius.
Implements the low level functionalities of the robot creator. Inherits form QWidget and Ui_RobotCrea...
std::vector< QTreeWidgetItem > sonars
Holds the tree items that contain rfid antenna sensors.
std::vector< QTreeWidgetItem > thermal_sensors
CLaserPropertiesLoader laserPropLoader
Object of sonar properties widget.
std::vector< QTreeWidgetItem > sound_sensors
Tree item for the robot.
QTreeWidgetItem kinematicNode
Tree item for the robot orientation.
CRobotFootprintLoader robotFootLoader
Object of laser properties widget.
CSoundSensorPropertiesLoader soundSensorPropLoader
std::vector< QTreeWidgetItem > rfids
QTreeWidgetItem robotNode
Tree item for the lasers root.
QTreeWidgetItem soundSensorsNode
Tree item for the kinematic.
QTreeWidgetItem co2SensorsNode
CSonarPropertiesLoader sonarPropLoader
Object of robot kinematic properties widget.
QTreeWidgetItem rfidAntennasNode
Implements the low level functionalities of the robot footprint widget. Inherits form QWidget and Ui_...
QTreeWidgetItem robotInfoRadius
Tree item for the robot footprint.
QTreeWidgetItem lasersNode
Tree item for the sonars root.
int argc_
< Number of input arguments
std::vector< QTreeWidgetItem > lasers
< Holds the tree items that contain laser sensors
The main namespace for STDR GUI.
QTreeWidgetItem thermalSensorsNode
std::vector< QTreeWidgetItem > footPoints
Holds the robot preview image.
QIcon editIcon
Remove icon.
CCO2SensorPropertiesLoader co2SensorPropLoader
QIcon loadIcon
Object of robot properties widget.
void setupInitialTree(void)
Sets up the information tree in robot creator widget.
CThermalSensorPropertiesLoader thermalSensorPropLoader
Implements the low level functionalities of the sonar properties widget. Inherits form QWidget and Ui...
QImage robotPreviewImage
Add icon.
QIcon removeIcon
Save icon.
Implements the low level functionalities of the Rfid antenna properties widget. Inherits form QWidget...