From cd32f6e8a178860649c62327be661b86b199f117 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 13 Aug 2024 18:10:38 -0700 Subject: [PATCH] Improve description of state elements Signed-off-by: Steve Peters --- sdf/1.12/joint_state.sdf | 5 ++++- sdf/1.12/light_state.sdf | 5 ++++- sdf/1.12/link_state.sdf | 6 +++++- sdf/1.12/model_state.sdf | 6 +++++- sdf/1.12/state.sdf | 11 +++++++++-- 5 files changed, 27 insertions(+), 6 deletions(-) diff --git a/sdf/1.12/joint_state.sdf b/sdf/1.12/joint_state.sdf index 60273b27f..2b64d832c 100644 --- a/sdf/1.12/joint_state.sdf +++ b/sdf/1.12/joint_state.sdf @@ -1,6 +1,9 @@ - Joint angle + + The joint state element encapsulates variables within a joint that may + change over time, currently limited to the joint angle. + Name of the joint diff --git a/sdf/1.12/light_state.sdf b/sdf/1.12/light_state.sdf index b0e02da86..54bebb02f 100644 --- a/sdf/1.12/light_state.sdf +++ b/sdf/1.12/light_state.sdf @@ -1,6 +1,9 @@ - Light state + + The light state element encapsulates variables within a light that may + change over time, currently limited to its pose. + Name of the light diff --git a/sdf/1.12/link_state.sdf b/sdf/1.12/link_state.sdf index a04c8f66f..e59d9e0f1 100644 --- a/sdf/1.12/link_state.sdf +++ b/sdf/1.12/link_state.sdf @@ -1,6 +1,10 @@ - Link state + + The link state element encapsulates variables within a link that may + change over time, including pose, velocity, acceleration, applied wrench, + and the state of attached collisions. + Name of the link diff --git a/sdf/1.12/model_state.sdf b/sdf/1.12/model_state.sdf index e9905621b..cbbbfd0de 100644 --- a/sdf/1.12/model_state.sdf +++ b/sdf/1.12/model_state.sdf @@ -1,6 +1,10 @@ - Model state + + The model state element encapsulates variables within a model that may + change over time, including object poses, the states of its nested models + and links and joints, and changes in model scale. + Name of the model diff --git a/sdf/1.12/state.sdf b/sdf/1.12/state.sdf index a7d2d471f..30fbd4e42 100644 --- a/sdf/1.12/state.sdf +++ b/sdf/1.12/state.sdf @@ -1,5 +1,12 @@ + + The state element encapsulates variables within a world that may change + over time, including object poses, dynamic states such as velocity and + acceleration, a description of objects added to the world, and a list + of objects deleted from the world. + + Name of the world this state applies to @@ -22,14 +29,14 @@ - A list containing the entire description of entities inserted. + A list containing the entire description of entities inserted into the world. - A list of names of deleted entities/ + A list of names of entities deleted from the world./ The name of a deleted entity.