gazebosim/sdformat

ToElement methods do not export data from custom xml namespaces

开放

#1,261 创建于 2023年3月24日

 (5 条评论) (0 个反应) (0 位负责人)C++ (122 个派生)auto 404
bughelp wanted

仓库指标

星标
 (216 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Environment

  • OS Version: any
  • Source or binary build? any

Description

  • Expected behavior: if you have an SDFormat file with data in custom XML namespaces (like custom_elems_attrs.sdf), if you load the file into an sdf::Root and then write it out again with Root::ToElement(), the resulting Element-tree should also have the custom data fields.
  • Actual behavior: it does not include the custom data fields.

Steps to reproduce

  1. TODO: write code to reproduce this

Output

贡献者指南