gazebosim/sdformat
Parsing a URDF string injects "<urdf-string>" into file paths
開放
#794 建立於 2021年12月20日
URDFbughelp wanted
倉庫指標
- 星標
- (216 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Environment
- OS Version: Ubuntu 20.04
- Source build sdf12 branch
Description
- Expected behavior: File pathing is not arbitrarily broken via injected string data
- Actual behavior: "
<urdf-string>" is prepended to relative paths in URDF file
It would be useful to at least have a config switch suppressing this behavior.
Steps to reproduce
- Launch ign gazebo
- Process a URDF file with meshes through xacro
- Launch robot state publisher to load the output of (2) on a topic
- Launch ros_ign_gazebo create to spwan an entity, referencing the topic in (3)
- Examine the resulting file paths and note "
<urdf-string>" in mesh paths