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

add video to scene #2736

Merged
merged 3 commits into from
May 2, 2023
Merged

add video to scene #2736

merged 3 commits into from
May 2, 2023

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Nov 1, 2022

@k-okada
Copy link
Member Author

k-okada commented Jan 25, 2023

2023-01-25T04:24:21.0804215Z -------------------------------------------------
2023-01-25T04:24:21.0804830Z Full test results for 'jsk_perception/test_results/jsk_perception/rosunit-test_video_to_scene.xml'
2023-01-25T04:24:21.0805011Z -------------------------------------------------
2023-01-25T04:24:21.0805167Z <?xml version="1.0" encoding="utf-8"?>
2023-01-25T04:24:21.0805746Z <testsuite errors="1" failures="0" name="unittest.suite.TestSuite" tests="1" time="19.945"><testcase classname="__main__.TestTopicPublished" name="test_published" time="19.9453"><error type="ValueError">topic parameter 'data_class' is not initialized
2023-01-25T04:24:21.0805893Z   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
2023-01-25T04:24:21.0805977Z     testMethod()
2023-01-25T04:24:21.0806169Z   File "/opt/ros/melodic/share/jsk_tools/src/test_topic_published.py", line 86, in test_published
2023-01-25T04:24:21.0806275Z     self._check_topic_pubilshed()
2023-01-25T04:24:21.0806462Z   File "/opt/ros/melodic/share/jsk_tools/src/test_topic_published.py", line 99, in _check_topic_pubilshed
2023-01-25T04:24:21.0806597Z     checker = PublishChecker(topic_name, timeout)
2023-01-25T04:24:21.0806774Z   File "/opt/ros/melodic/share/jsk_tools/src/test_topic_published.py", line 27, in __init__
2023-01-25T04:24:21.0809471Z     self.sub = rospy.Subscriber(topic_name, msg_class, self._callback)
2023-01-25T04:24:21.0810584Z   File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/topics.py", line 563, in __init__
2023-01-25T04:24:21.0810776Z     super(Subscriber, self).__init__(name, data_class, Registration.SUB)
2023-01-25T04:24:21.0811271Z   File "/opt/ros/melodic/lib/python2.7/dist-packages/rospy/topics.py", line 140, in __init__
2023-01-25T04:24:21.0811552Z     raise ValueError("topic parameter 'data_class' is not initialized")
2023-01-25T04:24:21.0811733Z </error></testcase><system-out>&lt;![CDATA[
2023-01-25T04:24:21.0811742Z 
2023-01-25T04:24:21.0811937Z ]]&gt;</system-out><system-err>&lt;![CDATA[
2023-01-25T04:24:21.0812171Z WARNING: topic [/head_camera/rgb/image_rect_color/laplacian_var] does not appear to be published yet
2023-01-25T04:24:21.0812374Z 
2023-01-25T04:24:21.0812561Z ]]&gt;</system-err></testsuite>

@k-okada k-okada merged commit 1ad83ce into jsk-ros-pkg:master May 2, 2023
@k-okada k-okada deleted the video_to_scene branch May 2, 2023 11:19
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.

None yet

1 participant