Remove deprecated //joint/thread_pitch in SDFormat 1.12 #1401
Labels
Breaking change
Breaks API, ABI or behavior. Must target unstable version.
enhancement
New feature or request
Desired behavior
The
//joint/thread_pitch
element was deprecated in 1.10 in favor of//joint/screw_thread_pitch
(see #1125 and #1168). The C++ APIsJoint::ThreadPitch
andJoint::SetThreadPitch
are not yet deprecated. We should consider removing the deprecated element in SDFormat 1.12 and deprecating the SDFormat APIs.Alternatives considered
Deprecate the C++ APIs first and then remove them together.
Implementation suggestion
Additional context
The text was updated successfully, but these errors were encountered: