Skip to content

Commit

Permalink
Commented out FCNAlexNet tests to ensure Redtail compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Gardner committed Sep 16, 2017
1 parent 4845dee commit 14fe211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions caffe_ros/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ TEST(CaffeRosTests, YoloNetPredictionsFP16)
}
}
}

/*
TEST(CaffeRosTests, FCNAlexNetPredictions)
{
ros::NodeHandle nh("~");
Expand Down Expand Up @@ -321,7 +321,7 @@ TEST(CaffeRosTests, FCNAlexNetPredictions)
}
}
}

*/
int main(int argc, char **argv)
{
ros::init(argc, argv, "CaffeRosTests");
Expand Down
3 changes: 2 additions & 1 deletion caffe_ros/tests/tests_basic.launch
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ rostest caffe_ros tests_basic.launch test_data_dir:=$REDTAIL_TEST_DIR \
<param name="use_cached_model" value="false" />
</node>

<!--
<node pkg="caffe_ros" type="caffe_ros_node" name="fcnalexnet_dnn">
<param name="camera_topic" value="/camera_sidewalk/image_raw" />
<param name="prototxt_path" value="$(arg segnet_prototxt_path)" />
Expand All @@ -86,7 +87,7 @@ rostest caffe_ros tests_basic.launch test_data_dir:=$REDTAIL_TEST_DIR \
<param name="max_rate_hz" value="1" />
<param name="use_cached_model" value="false" />
</node>

-->
<test pkg="caffe_ros" test-name="CaffeRosTests" type="caffe_ros_tests" time-limit="300.0">
<param name="test_data_dir" value="$(arg test_data_dir)" />
</test>
Expand Down

0 comments on commit 14fe211

Please sign in to comment.