gazebosim/sdformat

Allow axis withouth <xyz> in ball joints

開放

#1,250 建立於 2023年3月14日

 (1 則留言) (0 個反應) (0 位負責人)C++ (122 個分叉)auto 404
enhancementhelp wanted

倉庫指標

星標
 (216 顆星)
PR 合併指標
 (平均合併 10天) (30 天內合併 10 個 PR)

描述

Ball joints don't really have an axis however it is still used in the sdf file to specify dynamics parameters like damping or friction. All axis currently need to specify some <xyz> values but since this is of no use for a ball joint it can be confusing for users (i.e: https://github.com/RobotLocomotion/drake/pull/18966). The idea is to remove the requirement for <xyz> values for ball joints.

Maybe some clarification to the specification regarding ball joints could be considered too.

貢獻者指南