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

Adds Python bindings for the Light convenience class #2043

Merged
merged 31 commits into from
Aug 25, 2023

Commits on Jul 18, 2023

  1. Adds bindings for the world convenience class

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bd9846e View commit details
    Browse the repository at this point in the history
  2. Adds initial tests

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1db3735 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Use alias on bindings

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    df9608e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Adds test to this class

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    40423f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Adds missing dependency for CI

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4a013a6 View commit details
    Browse the repository at this point in the history
  2. Adds dependency to packages.apt

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    55e5bb7 View commit details
    Browse the repository at this point in the history
  3. Adds newline at the end of file

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    863b61b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Renames the world sdf file

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e7c955b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Adds the rest of the test

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    cbcdf3d View commit details
    Browse the repository at this point in the history
  2. Removes trailing whitespace

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    aa435d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Adds import dependency files

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a97358d View commit details
    Browse the repository at this point in the history
  2. Adds newline at end of files

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    99c9de0 View commit details
    Browse the repository at this point in the history
  3. Address reviewer feedback

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll authored and Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5414b55 View commit details
    Browse the repository at this point in the history
  4. Include correct export header

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll authored and Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d04f3ed View commit details
    Browse the repository at this point in the history
  5. Adds bindings for the Light class

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c153884 View commit details
    Browse the repository at this point in the history
  6. Adds test for the bindings

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    669d75a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c41f7f View commit details
    Browse the repository at this point in the history
  8. Remove test for setters methods

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    def4604 View commit details
    Browse the repository at this point in the history
  9. Removes trailing whitespace

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    be8ec34 View commit details
    Browse the repository at this point in the history
  10. Removes trailing whitespace

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3f75812 View commit details
    Browse the repository at this point in the history
  11. Modifies import dependencies

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d2cf8f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge branch 'main' into voldivh/python_bindings_light

    Signed-off-by: Eloy Briceno <[email protected]>
    Voldivh authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4ecc165 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Adds copy constructor

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0abd9b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Merge branch 'main' into voldivh/python_bindings_light

    Signed-off-by: Eloy Briceno <[email protected]>
    Voldivh authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1da8f4d View commit details
    Browse the repository at this point in the history
  2. Modifies the use of the null entity variable

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    fb5e2cf View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge branch 'main' into voldivh/python_bindings_light

    Signed-off-by: Eloy Briceno <[email protected]>
    Voldivh authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7b75f79 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Adds verification test for values after we have set them

    Signed-off-by: Voldivh <[email protected]>
    Voldivh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5c5f53e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Remove checks that require a rendering system, fix name

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    209e556 View commit details
    Browse the repository at this point in the history
  2. Address reviewer feedback

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    801bb08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b7f78 View commit details
    Browse the repository at this point in the history
  4. Fix import

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f0732eb View commit details
    Browse the repository at this point in the history