gazebosim/sdformat

parser_urdf should not ignore origin of floating and planar joints

开放

#1,282 创建于 2023年5月17日

 (2 条评论) (0 个反应) (0 位负责人)C++ (122 个派生)auto 404
enhancementgood first issuehelp wanted

仓库指标

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

描述

Desired behavior

While investigating a question related to the reference frame used for floating URDF joints, I noticed that parser_urdf.cc currently takes no action when encountering floating and planar joints (see the switch logic where no value for jtype is set and the subsequent if block). This causes the //joint/origin tag to be ignored for these joint types, when it should be passed along to the SDFormat file in the link pose.

Alternatives considered

Implementation suggestion

Additional context

贡献者指南