Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec 1.12: link_state, joint_state changes #1461

Merged
merged 21 commits into from
Aug 28, 2024
Merged

Commits on Jul 8, 2024

  1. Spec 1.12: add _state suffix to state subelements

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b979877 View commit details
    Browse the repository at this point in the history
  2. Define //joint_state in joint_state.sdf

    Include joint_state.sdf from model_state.sdf
    and state.sdf for //world/joint states.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f5d2571 View commit details
    Browse the repository at this point in the history
  3. Update Migration guide

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f84706e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e577e15 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    a6fccc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    53a5378 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. update migration guide

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9af6119 View commit details
    Browse the repository at this point in the history
  2. joint_state: add axis[2]?_state, deprecate angle

    This deprecates the //joint_state/angle element in
    favor of a joint state specification that supports
    multi-axis joints by mirroring the //joint/axis and
    //joint/axis2 elements with
    * //joint_state/axis_state
    * //joint_state/axis2_state
    
    Each axis state can specify position, velocity, and
    acceleration, each with an optional @Degrees attribute.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    13229e0 View commit details
    Browse the repository at this point in the history
  3. link_state: add vector3 linear/angular components

    Deprecate the //link_state/velocity and
    //link_state/acceleration elements since the `pose`
    type is not well-suited to represent vector6 data.
    Add pairs of vector3 angular_* and linear_* elements
    for velocity and acceleration to replace the pose-typed
    elements.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    a0e86e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    f0e5536 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add //link_state/angular_*/@Degrees

    also rephrase some element descriptions
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d7a887f View commit details
    Browse the repository at this point in the history
  2. Add //link_state/*_wrench, //joint_state/*/effort

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4e07a21 View commit details
    Browse the repository at this point in the history
  3. Specify model_state within a model

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a266d6b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. nested_model test: Update state syntax

    Also use a larger values in an angular_velocity.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    56e59f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Add //world/include/model_state

    update migration guide
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    de15ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c8efd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    3ecd891 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Clarify element path in migration guide

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3fa2308 View commit details
    Browse the repository at this point in the history
  2. Use force, torque instead of angular/linear_wrench

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8521907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    107146b View commit details
    Browse the repository at this point in the history
  4. Clarify that degrees is only for rotational axes

    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1b77045 View commit details
    Browse the repository at this point in the history