-
Notifications
You must be signed in to change notification settings - Fork 98
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
WIP: Implement gz sdf as standalone executable #1465
base: sdf15
Are you sure you want to change the base?
Conversation
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
this is in progress. as of d823820, the |
@scpeters I raised a PR into this branch with the pending changes. If you could take a look at #1489 |
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.
Not sure why we're adding these files when they're already in src
.
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.
I had initially added them separately while prototyping so that I could run the standalone executable side-by-side with the ruby script. My goal was to eventually match the file layout used by gz-transport with gz.*
in src/cmd/
:
🎉 New feature
Part of gazebosim/gz-tools#7.
Summary
This is a work-in-progress to implement the
gz sdf
functionality in a standalone executable (similar to gazebosim/gz-transport#216). The standalone executable has added alongside the existing approach. Once the standalone executable is complete and functioning, the old approach should be removed.This is not targeting the first release of Gazebo Ionic.
Test it
Use
UNIT_gz_TEST
as the guide.Checklist
codecheck
passed (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-by
messages.