Skip to content
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

jsk_pcl_ros_utils: add depth image for input to pointcloud_to_mask_image #2229

Merged
merged 2 commits into from
Dec 30, 2017

Conversation

furushchev
Copy link
Member

@furushchev furushchev commented Nov 27, 2017

This pull request adds a nodelet for creating mask image in the range of specified depth from sensor.

sample_depth_to_mask_image

  • document
  • sample launch file
  • test code

@furushchev furushchev self-assigned this Nov 27, 2017
@furushchev furushchev force-pushed the depth-mask branch 3 times, most recently from 9338dc4 to bdfbc53 Compare December 27, 2017 00:53
Copy link
Member

@k-okada k-okada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@furushchev furushchev changed the title jsk_perception: add depth_to_mask_image jsk_pcl_ros_utils: add depth image for input to pointcloud_to_mask_image Dec 27, 2017
@furushchev
Copy link
Member Author

@k-okada OK, updated!

jsk_pcl_ros_utils: update doc for pointcloud_to_mask_image
@k-okada
Copy link
Member

k-okada commented Dec 28, 2017

some test seems failing...

https://travis-ci.org/jsk-ros-pkg/jsk_recognition/jobs/322484285
http://jenkins.jsk.imi.i.u-tokyo.ac.jp:8080/job/trusty-travis-jsk-ros-pkg-jsk-recognition-indigo-deb-true-true/1196/consoleFull

18:27:02 

Dependee "/workspace/ros/ws_jsk_recognition/build/jsk_pcl_ros_utils/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/workspace/ros/ws_jsk_recognition/build/jsk_pcl_ros_utils/CMakeFiles/_run_tests_jsk_pcl_ros_utils_rostest_test_polygon_magnifier.test.dir/depend.internal".

18:27:02 

Scanning dependencies of target _run_tests_jsk_pcl_ros_utils_rostest_test_polygon_magnifier.test

18:27:02 


make[3]: Leaving directory `/workspace/ros/ws_jsk_recognition/build/jsk_pcl_ros_utils'

18:27:02 


/usr/bin/make -f CMakeFiles/_run_tests_jsk_pcl_ros_utils_rostest_test_polygon_magnifier.test.dir/build.make CMakeFiles/_run_tests_jsk_pcl_ros_utils_rostest_test_polygon_magnifier.test.dir/build

18:27:02 


make[3]: Entering directory `/workspace/ros/ws_jsk_recognition/build/jsk_pcl_ros_utils'

18:27:02 

catkin_generated/env_cached.sh /usr/bin/python /opt/ros/indigo/share/catkin/cmake/test/run_tests.py /workspace/ros/ws_jsk_recognition/build/jsk_pcl_ros_utils/test_results/jsk_pcl_ros_utils/rostest-test_polygon_magnifier.xml /opt/ros/indigo/share/rostest/cmake/../../../bin/rostest\ --pkgdir=/workspace/ros/ws_jsk_recognition/src/jsk_recognition/jsk_pcl_ros_utils\ --package=jsk_pcl_ros_utils\ --results-filename\ test_polygon_magnifier.xml\ --results-base-dir\ "/workspace/ros/ws_jsk_recognition/build/jsk_pcl_ros_utils/test_results"\ /workspace/ros/ws_jsk_recognition/src/jsk_recognition/jsk_pcl_ros_utils/test/polygon_magnifier.test\ 

18:27:02 


-- run_tests.py: execute commands

18:27:02 

  /opt/ros/indigo/share/rostest/cmake/../../../bin/rostest --pkgdir=/workspace/ros/ws_jsk_recognition/src/jsk_recognition/jsk_pcl_ros_utils --package=jsk_pcl_ros_utils --results-filename test_polygon_magnifier.xml --results-base-dir /workspace/ros/ws_jsk_recognition/build/jsk_pcl_ros_utils/test_results /workspace/ros/ws_jsk_recognition/src/jsk_recognition/jsk_pcl_ros_utils/test/polygon_magnifier.test 

18:27:02 


... logging to /workspace/jsk-ros-pkg/jsk_recognition/log/rostest-6980ff8e4397-22062.log

18:27:03 


[ROSUNIT] Outputting test results to /workspace/ros/ws_jsk_recognition/build/jsk_pcl_ros_utils/test_results/jsk_pcl_ros_utils/rostest-test_polygon_magnifier.xml

18:45:07 


testtest_polygon_magnifier ... ERROR!

18:45:07 

ERROR: max time [360.0s] allotted for test [test_polygon_magnifier] of type [jsk_tools/test_topic_published.py]

18:45:07 


  File "/usr/lib/python2.7/unittest/case.py", line 331, in run

18:45:07 

    testMethod()

18:45:07 

  File "/opt/ros/indigo/lib/python2.7/dist-packages/rostest/runner.py", line 148, in fn

18:45:07 

    self.test_parent.run_test(test)

18:45:07 

  File "/opt/ros/indigo/lib/python2.7/dist-packages/rostest/rostest_parent.py", line 132, in run_test

18:45:07 

    return self.runner.run_test(test)

18:45:07 

  File "/opt/ros/indigo/lib/python2.7/dist-packages/roslaunch/launch.py", line 681, in run_test

18:45:07 

    (test.time_limit, test.test_name, test.package, test.type))

18:45:07 

--------------------------------------------------------------------------------

18:45:07 




18:45:07 


[ROSTEST]-----------------------------------------------------------------------

18:45:07 



18:45:07 



18:45:07 

SUMMARY

18:45:07 

 * RESULT: FAIL

18:45:07 

 * TESTS: 0

18:45:07 

 * ERRORS: 1

18:45:07 

 * FAILURES: 0

18:45:07 

@k-okada k-okada merged commit e0cfb90 into jsk-ros-pkg:master Dec 30, 2017
@furushchev furushchev deleted the depth-mask branch January 4, 2018 08:21
@furushchev furushchev added this to the 1.2.4 milestone Jan 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants