-
Notifications
You must be signed in to change notification settings - Fork 51
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
Process xacro file test #244
Process xacro file test #244
Conversation
Signed-off-by: JesusSilvaUtrera <[email protected]>
The only doubt I have here is whether it would be necessary to add to the documentation the test part or not. |
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.
Thanks for adding test coverage on this
Signed-off-by: JesusSilvaUtrera <[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.
LGTM, one comment to go
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.
LGTM!
Signed-off-by: JesusSilvaUtrera <[email protected]>
942eed9
Signed-off-by: JesusSilvaUtrera <[email protected]>
@jballoffet all comments addressed. |
🎉 New feature
Closes #92
Summary
Added a pytest unit test to process the main xacro file (
andino.urdf.xacro
) to check it is well formatted.Test it
Build the package and then you can test it running
colcon test --packages-select andino_description --event-handler=console_direct+ --pytest-args -k test_xacro_processing
. You will see in the therminal the output of the test and if there is any error.Checklist
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.