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

sdf 1.8: add capsule geometry type #389

Merged
merged 14 commits into from
Dec 15, 2020
Merged

Commits on Oct 13, 2020

  1. Add capsule type to sdf/1.8/geometry.sdf

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    e1846db View commit details
    Browse the repository at this point in the history
  2. Add Capsule DOM class based on Cylinder

    Copy Cylinder class and unit tests to create Capsule.
    Add Capsule to Geometry enum, logic, and integration
    test.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    febd668 View commit details
    Browse the repository at this point in the history
  3. Require ignition-math6 6.7

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a5d381c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Fix copyright dates

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    b00ed0b View commit details
    Browse the repository at this point in the history
  2. Bump enum value since HEIGHTMAP will be 6

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    d0a8dd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1ca323 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

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

Commits on Nov 25, 2020

  1. Fix error messages about default radius

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    861a346 View commit details
    Browse the repository at this point in the history
  2. Test shapes files with ign sdf --check

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    09f0658 View commit details
    Browse the repository at this point in the history
  3. Simplify copy constructor

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    feb90f6 View commit details
    Browse the repository at this point in the history
  4. Update Migration guide for capsule

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    778e3fb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Make ~Capsule non-virtual

    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    1c09156 View commit details
    Browse the repository at this point in the history
  2. Don't check for missing required elements

    The parser will populate them with default values.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    6169fec View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

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