-
Notifications
You must be signed in to change notification settings - Fork 197
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
Unit tests for tf2_sensor_msgs.cpp not executed? #365
Comments
That's right, we've never ported the tests from ROS 1 to ROS 2. Any help in doing it would be appreciated! |
That's a different test in a different package. The one you linked to above was (incidentally, please copy-n-paste output rather than taking screenshots; screenshots aren't searchable) |
I uncommented some testing part in CMakeLists.txt in tf2_sensor_msgs and ran
|
This whole section should be more like:
You may also need to add some additional |
Did PR #422 fully resolve this, or can I pick this up? |
Yeah, it looks like it was done, so I'll close this out. |
It seems that the program
geometry2/tf2_sensor_msgs/test/test_tf2_sensor_msgs.cpp
is not executed when runningcolcon test --packages-select tf2_sensor_msgs
, as discussed in this thread: https://answers.ros.org/question/369345/where-is-the-binary-of-test_tf2_sensor_msgs/, which refers to your CMakefListsgeometry2/tf2_sensor_msgs/CMakeLists.txt
Lines 28 to 45 in 99d87c5
The text was updated successfully, but these errors were encountered: