-
Notifications
You must be signed in to change notification settings - Fork 280
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
rosbuild_add_rostest does not work in catkin 0.5.68 #483
Comments
Please retry with the latest available version of catkin (currently 0.5.70). |
it fails on 0.5.70 too,
|
Have you done a clean rebuild (removing the CMakeCache file or wiped the build folder)? |
yes, I clean up bulid folder before
|
I could not find the repository containing rtmros_common/hoge. Can you please provide the repository information in order to reproduce the problem? |
the repository is created for quick test. create empty package
and add
|
This looks like expected behavior. If you do not have a test program inside the launch file it will not create a test result, which is exactly what the error is. |
The "empty" launch file is not the actual problem - just an (probably bad) example. It also happens with other launch files. |
I'm still using rosbuild in groovy and use rosbuild_add_rostest.
This worked until catkin 0.5.67, but not worked on 0.5.68.
The text was updated successfully, but these errors were encountered: