Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
… ahcorde/usd_to_sdf_transforms
…nto ahcorde/usd_to_sdf_lights
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
… ahcorde/usd_to_sdf_transforms
Signed-off-by: ahcorde <ahcorde@gmail.com>
…nto ahcorde/usd_to_sdf_lights
Signed-off-by: ahcorde <ahcorde@gmail.com>
… ahcorde/usd_to_sdf_transforms
…nto ahcorde/usd_to_sdf_lights
Signed-off-by: ahcorde <ahcorde@gmail.com>
… ahcorde/usd_to_sdf_transforms
…nto ahcorde/usd_to_sdf_lights
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
adlarkin
left a comment
There was a problem hiding this comment.
I pushed a few commits with feedback, but I still have a few comments/questions which I left below. There are also a few other things:
- Would you mind adding tests that show adding links to models works as expected?
- I see the following warning when I build the code:
/sdf_to_usd/src/sdformat/usd/src/usd_parser/USDWorld.cc: In function 'sdf::v12::usd::UsdErrors sdf::v12::usd::parseUSDWorld(const string&, sdf::v12::World&)':
/sdf_to_usd/src/sdformat/usd/src/usd_parser/USDWorld.cc:227:30: warning: 'modelPtr' may be used uninitialized in this function [-Wmaybe-uninitialized]
modelPtr->AddLink(*link);
Signed-off-by: ahcorde <ahcorde@gmail.com>
…ahcorde/usd_to_sdf_links
Signed-off-by: ahcorde <ahcorde@gmail.com>
…ahcorde/usd_to_sdf_links
…ahcorde/usd_to_sdf_links
Signed-off-by: ahcorde <ahcorde@gmail.com>
…nrobotics/sdformat into ahcorde/usd_to_sdf_links
|
@ahcorde it looks like there are merge conflicts with |
|
Done @adlarkin |
Signed-off-by: ahcorde <ahcorde@gmail.com>
Codecov Report
@@ Coverage Diff @@
## sdf12 #902 +/- ##
=======================================
Coverage 87.70% 87.70%
=======================================
Files 104 105 +1
Lines 15109 15190 +81
=======================================
+ Hits 13251 13323 +72
- Misses 1858 1867 +9
Continue to review full report at Codecov.
|
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
adlarkin
left a comment
There was a problem hiding this comment.
I pushed a few changes, with the main one being using std::optional<sdf::Link> instead of a raw pointer to sdf::Link. I have a few final questions below.
Signed-off-by: ahcorde <ahcorde@gmail.com>
|
@adlarkin ready for a final review |
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
🎉 New feature
Summary
Checklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-bymessages.