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 合併指標
 (平均合併 10天) (30 天內合併 10 個 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

貢獻者指南