-
Notifications
You must be signed in to change notification settings - Fork 302
Refactor: Utilizes function to sequence trajectories #1565
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
Refactor: Utilizes function to sequence trajectories #1565
Conversation
3a4528c
to
555cbc8
Compare
555cbc8
to
8d52ef0
Compare
8d52ef0
to
71c605b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/rendering/SceneManager.cc~
is still there.
71c605b
to
44557e8
Compare
@ahcorde, I had a problem with the file structure, other PR also messed up. Sorry for the trouble, its fixed now... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind to sign the commit https://github.com/gazebosim/gz-sim/pull/1565/checks?check_run_id=7136865810 ?
44557e8
to
bb8743e
Compare
Done. |
Nope, it's still there https://github.com/gazebosim/gz-sim/pull/1565/checks?check_run_id=7137067175 |
But my commit ends with Signed-off-by: Onur Berk Tore [email protected] ? |
d11990e
to
8854267
Compare
f9e0fca
to
5e552cf
Compare
Signed-off by: Onur Berk Töre <[email protected]> Signed-off-by: Onur Berk Tore <[email protected]>
5e552cf
to
d745d32
Compare
Signed-off-by: Onur Berk Tore <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/github/workspace/include/ignition/gazebo/rendering/SceneManager.hh:206: Lines should be <= 80 characters long [whitespace/line_length] [2]
/github/workspace/src/rendering/SceneManager.cc:913: Lines should be <= 80 characters long [whitespace/line_length] [2]
Signed-off-by: Onur Berk Tore <[email protected]>
Signed-off-by: Onur Berk Tore <[email protected]>
…-sim into otore19/SequenceTrajectories
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1565 +/- ##
============================================
Coverage 64.01% 64.01%
============================================
Files 317 317
Lines 25635 25638 +3
============================================
+ Hits 16410 16413 +3
Misses 9225 9225
Continue to review full report at Codecov.
|
Signed-off-by: Onur Berk Tore <[email protected]> Signed-off-by: Liam Han <[email protected]>
Utilizes new SequenceTrajectories function to sequence trajectories during
actor creation.
Part of three PR for the meta-ticket for slimming down the CreateActor function.