50     return "Virtual Joints";
 
   65   void setProperties(srdf::Model::VirtualJoint* vj, 
const std::string& parent_name, 
const std::string& child_name,
 
   66                      const std::string& joint_type);
 
std::shared_ptr< SRDFConfig > srdf_config_
 
This class provides a number of standard operations based on srdf's vector members.
 
void onInit() override
Overridable initialization method.
 
std::string getName() const override
Returns the name of the setup step.
 
void setProperties(srdf::Model::VirtualJoint *vj, const std::string &parent_name, const std::string &child_name, const std::string &joint_type)
 
std::vector< std::string > getLinkNames() const
 
std::shared_ptr< URDFConfig > urdf_config_
 
InformationFields getInfoField() const override
Returns the info field associated with this part of the SRDF.
 
std::vector< srdf::Model::VirtualJoint > & getContainer() override
Returns the reference to the vector in the SRDF.