You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"stderr output" doesn't mean that there were test failures: it simply means that some tests printed things to stderr, which could just be deprecation warnings.
If tests had failed, colcon would've printed [ with test failures ] next to Finished <<< launch_testing_examples [18.0s].
Environment : OS: Ubuntu 22.04.5 LTS x86_64
ROS Version : ros2/humble
Python version : Python 3.10.12
Flake8 version : 4.0.1
Problem : Successfully run the
colcon build
orcolcon build --symlink-install
, but have problem in runningcolcon test
What can I do to solve this problem? Thank you.
The text was updated successfully, but these errors were encountered: