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

AssetObject class to add or remove SceneObjects from Scene #536

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
6770043
[Feature] Basic utility functions to add, move and rotate an asset ob…
guillaume-larue Mar 27, 2024
0723ca6
[clean] Clean before integrating features from the new release of Sio…
guillaume-larue Jun 11, 2024
c857a55
[clean] Update gitignore file.
guillaume-larue Jun 13, 2024
c9f07a1
Merge remote-tracking branch 'upstream/main'
guillaume-larue Jun 13, 2024
d98cf44
Merge commit 'c9f07a121fce00d5b36c18e5dfbea86e0aa33f15' into ISAC
guillaume-larue Jun 13, 2024
4af4e32
[feature] Improved AssetObject positioning and material manipulation.…
guillaume-larue Jul 9, 2024
ca385d6
[feat+fix] First version of the notebook. Explain how to add assets,
Inv4lidn4m3 Jul 10, 2024
7ea9a31
[test] Added tests related to AssetObject positioning.
guillaume-larue Jul 11, 2024
91cd500
Merge remote-tracking branch 'origin/ISAC' into ISAC
guillaume-larue Jul 11, 2024
9221d77
[refactor] Improved AssetObject related RadioMaterial and BSDF manage…
guillaume-larue Jul 15, 2024
c7e43e3
[notebook] Update the notebook with new asset management, material an…
Inv4lidn4m3 Jul 18, 2024
e03df53
[notebook] Add a markdown cell forgotten.
Inv4lidn4m3 Jul 18, 2024
9c9bca0
[test] Additionnal tests, in particular related to bsdfs and material…
guillaume-larue Jul 24, 2024
8586333
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
guillaume-larue Jul 24, 2024
901c238
[feat] Add asset paths access for body, two_persons and monkey.
Inv4lidn4m3 Jul 29, 2024
f861918
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
Inv4lidn4m3 Jul 29, 2024
a554a70
[fix] Ensure that any modifications (position, mterial, etc.) to an A…
guillaume-larue Jul 29, 2024
164eac1
[feat] Added support of velocity parameter for AssetObject.
guillaume-larue Jul 29, 2024
1333959
[feat] Implemented look-at method for AssetObject.
guillaume-larue Jul 29, 2024
675a978
[feat] Implemented look-at method for AssetObject.
guillaume-larue Jul 29, 2024
59215f2
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
guillaume-larue Jul 29, 2024
fd1a458
[fix] Update shape's bsdf name (ie mat name) in the XML file when mod…
guillaume-larue Jul 29, 2024
d44df71
[fix] Setting an already used BSDF to another radio_material now rais…
guillaume-larue Jul 29, 2024
6826b0a
[fix] SceneObjects are kept during scene reload.
guillaume-larue Jul 30, 2024
43a3d05
[fix] Weak references are used when getting SceneObjects out of the S…
guillaume-larue Jul 30, 2024
f509180
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
Inv4lidn4m3 Jul 30, 2024
59b8b62
[notebook] Update of the notebook. Currently at TX/RX step.
Inv4lidn4m3 Jul 31, 2024
48d2260
[notebook] Update the notebook. Currently at BSDF step.
Inv4lidn4m3 Jul 31, 2024
6f8b21e
[clean] Updated docstrings. Small code refactors.
guillaume-larue Aug 1, 2024
0e43f92
[test] Few additional tests. Global test refactoring and reorganisation.
guillaume-larue Aug 1, 2024
32e3e27
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
guillaume-larue Aug 1, 2024
b854bad
[notebook] Update the Notebook. Still at BSDF step, almost done.
Inv4lidn4m3 Aug 1, 2024
e74cb0b
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
Inv4lidn4m3 Aug 1, 2024
762ca9a
[doc] Added documentations for AssetObject and BSDF classes. Updated…
guillaume-larue Aug 2, 2024
a532509
[notebook] Commit before merge.
Inv4lidn4m3 Aug 2, 2024
9786eec
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
Inv4lidn4m3 Aug 2, 2024
72e1901
[notebook] Clean the outputs...
Inv4lidn4m3 Aug 2, 2024
fec3fb9
[doc] Improved documentation.
guillaume-larue Aug 2, 2024
9f11595
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
guillaume-larue Aug 2, 2024
7965360
[test] Added a few test on AssetObject properties setter.
guillaume-larue Aug 2, 2024
c2249e9
[notebook] Update, only annex features missing.
Inv4lidn4m3 Aug 2, 2024
8a44688
[refactor] Improved BSDF/Material management.
guillaume-larue Aug 5, 2024
641806c
[merge] Commit before merge.
Inv4lidn4m3 Aug 5, 2024
26c4fa2
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
Inv4lidn4m3 Aug 5, 2024
f322898
[fix] Fix asset look at and BSDF setter of RadioMaterial.
Inv4lidn4m3 Aug 5, 2024
6d0f075
[lint] Small lint refactors.
guillaume-larue Aug 5, 2024
168f114
Merge branch 'ISAC' of https://github.com/guillaume-larue/sionna into…
guillaume-larue Aug 5, 2024
88da3a0
[lint] Small lint refactors.
guillaume-larue Aug 5, 2024
a2634bb
[doc] small doc fix.
guillaume-larue Aug 5, 2024
d82bc5d
[tests NVIDIA] tests + Notebook OK sur NVIDIA A6000.
Inv4lidn4m3 Aug 5, 2024
3a71bd9
[sign-off] Signing-off all commits from 6770043b253e86b03e3e696c8a4a2…
guillaume-larue Aug 5, 2024
1cb085c
[feat] Added simple reflector .xml file as an available asset.
guillaume-larue Oct 22, 2024
1ed8a49
[fix] Minor fix to allow a RadioDevice to 'look_at' an AssetObject.
guillaume-larue Oct 22, 2024
c3ec5a9
[fix] Minor fixes:
guillaume-larue Oct 22, 2024
d1348ef
[fix] Modified scene reload bypass during scene.add() calls on items …
guillaume-larue Oct 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ projects/
nohup.out
/*.obj
dist/
tmp/
34 changes: 34 additions & 0 deletions DCO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
Loading