SimoxCSpace::AgentData Struct Reference

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...
 

Detailed Description

Contains information about an agent.

Definition at line 305 of file SimoxCSpace.h.

Member Data Documentation

◆ agent

The agent's collision model.

(contains more data but mainly used for the model)

Definition at line 310 of file SimoxCSpace.h.

◆ collisionSets

std::vector<VirtualRobot::SceneObjectSetPtr> collisionSets

The collision stes.

Definition at line 318 of file SimoxCSpace.h.

◆ joints

std::vector<VirtualRobot::RobotNodePtr> joints

The agent's joints.

Definition at line 314 of file SimoxCSpace.h.


The documentation for this struct was generated from the following file: