moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Attributes | List of all members
moveit_setup::XMLAttribute Struct Reference

Simple structure for easy xml creation. More...

#include <utilities.hpp>

Public Attributes

const char * name
 
const char * value
 
bool required = false
 

Detailed Description

Simple structure for easy xml creation.

Definition at line 86 of file utilities.hpp.

Member Data Documentation

◆ name

const char* moveit_setup::XMLAttribute::name

Definition at line 88 of file utilities.hpp.

◆ required

bool moveit_setup::XMLAttribute::required = false

Definition at line 90 of file utilities.hpp.

◆ value

const char* moveit_setup::XMLAttribute::value

Definition at line 89 of file utilities.hpp.


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