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
{{ message }}
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
The mesh_filter test continually fails on EXPECT_FLOAT_EQ (filtered_depth [idx], gt_depth [idx]); and doesn't seem to terminate when run locally when there is a display available. I had a look at the output of one of @davetcoleman 's CI builds and it seems that this test is disabled in CI builds because there is no display available (see line 420 "No display, will not configure tests for moveit_ros_perception/mesh_filter" of the CI output at [1]).
The tests are disabled with line 18 of moveit_ros/perception/mesh_filter/CMakeLists.txt.
OS: Ubuntu 16.04.
ROS: Kinetic binaries with source install of Moveit.
There is now a pull request in moveit_ci to allow displays to be used in the ci. The xvfb changes shown in the readme would need to be implemented in this repo's travis.yml file.
I have made these changes in my fork of moveit_ros. There seems to be a build error in the mesh_filter tests (they previously weren't being built) which I will fix.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The mesh_filter test continually fails on
EXPECT_FLOAT_EQ (filtered_depth [idx], gt_depth [idx]);
and doesn't seem to terminate when run locally when there is a display available. I had a look at the output of one of @davetcoleman 's CI builds and it seems that this test is disabled in CI builds because there is no display available (see line 420 "No display, will not configure tests for moveit_ros_perception/mesh_filter" of the CI output at [1]).The tests are disabled with line 18 of moveit_ros/perception/mesh_filter/CMakeLists.txt.
OS: Ubuntu 16.04.
ROS: Kinetic binaries with source install of Moveit.
[1] https://travis-ci.org/ros-planning/moveit_core/builds/143428552
The text was updated successfully, but these errors were encountered: