struct
#include <iDynTree/ModelExporter.h>
ModelExporterOptions Options for the iDynTree exporter.
Constructors, destructors, conversion operators
- ModelExporterOptions()
- Constructor.
Public variables
- std::string baseLink
- Specify the base link of the exported model.
- bool exportFirstBaseLinkAdditionalFrameAsFakeURDFBase
- Select if the first additional frame of the base link is exported as fake base link.
- std::string robotExportedName
- Specify the robot name.
- std::vector<std::string> xmlBlobs
- Specify the xml blobs to be exported at the end of the urdf as child of the robot tag.
Variable documentation
std::string iDynTree:: ModelExporterOptions:: baseLink
Specify the base link of the exported model.
Differently from the iDynTree::
If this string is empty (default value), the default base link contained in the model will be used.
Default value: "". Supported formats: urdf.
bool iDynTree:: ModelExporterOptions:: exportFirstBaseLinkAdditionalFrameAsFakeURDFBase
Select if the first additional frame of the base link is exported as fake base link.
The URDF exporter by default exports the first additional frame of the base link as a parent "fake" link to the actual base link, as a workaround for https://github.com/ros/kdl_
Default value: true. Supported formats: urdf.
std::string iDynTree:: ModelExporterOptions:: robotExportedName
Specify the robot name.
Default: "iDynTreeURDFModelExportModelName". Supported formats: urdf.
std::vector<std::string> iDynTree:: ModelExporterOptions:: xmlBlobs
Specify the xml blobs to be exported at the end of the urdf as child of the robot tag.
Default: {}. Supported formats: urdf.