We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1b40c commit 620a56aCopy full SHA for 620a56a
catkin.cmake
@@ -5,6 +5,6 @@ catkin_package()
5
catkin_python_setup()
6
7
if (CATKIN_ENABLE_TESTING)
8
- catkin_add_nosetests(tests/test_PlanningPipeline.py)
9
- catkin_add_nosetests(tests/test_DistanceFieldManager.py)
+ #catkin_add_nosetests(tests/test_PlanningPipeline.py)
+ #catkin_add_nosetests(tests/test_DistanceFieldManager.py)
10
endif()
0 commit comments