We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://www.ros.org/reps/rep-0140.html#making-test-depend-easier-to-use only putting rostest in <test_depend>rostest</test_depend> is incorrect and it needs to also be in <build_depend> which has additional complications.
rostest
<test_depend>rostest</test_depend>
<build_depend>
Moving to package format="2" avoids having to have the additional <build_depend>.
format="2"
The text was updated successfully, but these errors were encountered:
@kjeremy thanks for comment, could you create PR for this?
Sorry, something went wrong.
No branches or pull requests
According to https://www.ros.org/reps/rep-0140.html#making-test-depend-easier-to-use only putting
rostest
in<test_depend>rostest</test_depend>
is incorrect and it needs to also be in<build_depend>
which has additional complications.Moving to package
format="2"
avoids having to have the additional<build_depend>
.The text was updated successfully, but these errors were encountered: