enhancementhelp wanted
Repository metrics
- Stars
- (216 stars)
- PR merge metrics
- (PR metrics pending)
Description
Desired behavior
The syntax for specifying model, link, and joint states was updated in the SDFormat specification in https://github.com/gazebosim/sdformat/pull/1461 (inspired by the prototype in https://github.com/gazebosim/gz-sim/pull/2359). The next step is creating DOM classes for the following SDFormat elements to simplify their use in the C++ and python API:
- Create
JointAxisStateclass for//joint_state/axis_stateand//joint_state/axis2_state - Create
JointStateclass for//joint_state - Create
LinkStateclass for//link_state - Create
ModelStateclass for//model_state
Alternatives considered
Implementation suggestion
Follow the patterns used by our existing DOM classes.
sdf::JointAxis