gazebosim/sdformat

Allow axis withouth <xyz> in ball joints

Aperta

#1250 aperta il 14 mar 2023

 (1 commento) (0 reazioni) (0 assegnatari)C++ (122 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (216 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor