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

[Python] Yolo example + VS feature Inheritance #1413

Merged
merged 12 commits into from
Jun 11, 2024

Conversation

SamFlt
Copy link
Contributor

@SamFlt SamFlt commented May 23, 2024

This PR introduces:

  • A display factory on the Python side
  • A visual servoing example using YoloV8 from the ultralytics package
    *Generator
    • Parsing of inner classes
    • Exposing protected members. This will be helpful for Python class inheriting from a C++ ViSP class
    • Pointing to a trampoline class in the generation code.
  • A custom trampoline for vpBasicFeature allowing to inherit this class from Python. The python class objects can then be forwarded to the C++ side. This should probably done for other relevant classes.

Copy link

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.58%. Comparing base (691137c) to head (dac3e29).
Report is 36 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1413      +/-   ##
==========================================
- Coverage   45.59%   45.58%   -0.02%     
==========================================
  Files        1081     1082       +1     
  Lines      109105   109215     +110     
  Branches    18790    18758      -32     
==========================================
+ Hits        49750    49783      +33     
- Misses      59355    59432      +77     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fspindle fspindle merged commit f756223 into lagadic:master Jun 11, 2024
70 of 71 checks passed
@rolalaro rolalaro deleted the feat_python_vs_feature branch July 16, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants