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

Add python bindings based on Pyside2 #889

Open
wants to merge 17 commits into
base: rolling
Choose a base branch
from

Commits on Aug 24, 2022

  1. initial python support - shiboken working

    Signed-off-by: Christoph Hellmann Santos <[email protected]>
    Christoph Hellmann Santos committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f564d55 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. First working version (VisualizationFrame)

    Christoph Hellmann Santos committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    3e03e30 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Restructuring and cleaning up, add windows support

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    837a58b View commit details
    Browse the repository at this point in the history
  2. Add more types for parity with rviz1 wrapper

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9ba8606 View commit details
    Browse the repository at this point in the history
  3. Add qtpy checker and import warning

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c92c858 View commit details
    Browse the repository at this point in the history
  4. Delet VsCode artificats

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    77161a5 View commit details
    Browse the repository at this point in the history
  5. Add *.vscode to gitignore

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    96b1dd2 View commit details
    Browse the repository at this point in the history
  6. Add documentaiton and more user friendly exposure of classes

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c78547f View commit details
    Browse the repository at this point in the history
  7. Add import tests

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    34be830 View commit details
    Browse the repository at this point in the history
  8. Remove ViewController due to build error

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d30dc20 View commit details
    Browse the repository at this point in the history
  9. Linting

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3e3261a View commit details
    Browse the repository at this point in the history
  10. Linting and License

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6243efe View commit details
    Browse the repository at this point in the history
  11. Add python_sample.py

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    31453ae View commit details
    Browse the repository at this point in the history
  12. Add necessary wrappers for python_sample

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d4fbbc6 View commit details
    Browse the repository at this point in the history
  13. Add usage of python_qt_bindings helper

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    03c742d View commit details
    Browse the repository at this point in the history
  14. Add python libraries as target dependecies for win

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    25b5fa8 View commit details
    Browse the repository at this point in the history
  15. Fix error

    Christoph Hellmann Santos committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f324c63 View commit details
    Browse the repository at this point in the history