Desired behavior
The syntax for specifying model, link, and joint states was updated in the SDFormat specification in #1461 (inspired by the prototype in gazebosim/gz-sim#2359). The next step is creating DOM classes for the following SDFormat elements to simplify their use in the C++ and python API:
Alternatives considered
Implementation suggestion
Follow the patterns used by our existing DOM classes.
Additional context
Desired behavior
The syntax for specifying model, link, and joint states was updated in the SDFormat specification in #1461 (inspired by the prototype in gazebosim/gz-sim#2359). The next step is creating DOM classes for the following SDFormat elements to simplify their use in the C++ and python API:
JointAxisStateclass for//joint_state/axis_stateand//joint_state/axis2_stateJointStateclass for//joint_stateLinkStateclass for//link_stateModelStateclass for//model_stateAlternatives considered
Implementation suggestion
Follow the patterns used by our existing DOM classes.
sdf::JointAxisAdditional context