|
Contains information about an agent. More...
#include <RobotComponents/components/MotionPlanning/CSpace/SimoxCSpace.h>
Public Attributes | |
VirtualRobot::RobotPtr | agent |
The agent's collision model. More... | |
std::vector< VirtualRobot::SceneObjectSetPtr > | collisionSets |
The collision stes. More... | |
std::vector< VirtualRobot::RobotNodePtr > | joints |
The agent's joints. More... | |
Contains information about an agent.
Definition at line 305 of file SimoxCSpace.h.
VirtualRobot::RobotPtr agent |
The agent's collision model.
(contains more data but mainly used for the model)
Definition at line 310 of file SimoxCSpace.h.
std::vector<VirtualRobot::SceneObjectSetPtr> collisionSets |
The collision stes.
Definition at line 318 of file SimoxCSpace.h.
std::vector<VirtualRobot::RobotNodePtr> joints |
The agent's joints.
Definition at line 314 of file SimoxCSpace.h.