-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spec 1.12: link_state, joint_state changes (#1461)
This makes several changes to the specification for the //state element in SDFormat 1.12. * //link_state changes: use pairs of vector3 datatypes to represent twist, spatial acceleration, and wrenches instead of a pose datatype, which distorts the angular values by interpreting them as Euler angles. The new elements for velocity and acceleration have names starting with linear_ or angular_, while the replacement for wrench is force and torque. * //joint_state changes: refactor //joint_state/angle and //joint_state/angle/@axis to //joint_state/axis_state/position and //joint_state/axis2_state/position. Also add velocity, acceleration, and effort to joint axis states. * degrees attribute: add a boolean degrees attribute to the //link_state/angular_* elements and joint axis position, velocity, and acceleration elements. When true, this causes data with units involving radians to interpret it as involving degrees instead. The attribute does not affect prismatic joints. * Specify model state within a model using //model/model_state or when including a model with //model/include/model_state and //state/include/model_state. Signed-off-by: Steve Peters <[email protected]>
- Loading branch information
Showing
6 changed files
with
296 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.