[jsk_data] Add common rosbag_record and play file for fetch (#1611)
use xdg-open for ubuntu16.04 and above (#1638)
[jsk_data/common_record.launch] Add tf_static recordf( #1641)
Fix for noetic build (#1648)
fix for python3, except, print ....
pytho3 dislike d in regrex, src/test_topic_published.py:50:37: W605 invalid escape sequence 'd'
python code under scripts/ installed with catkin_python_install as http://wiki.ros.org/UsingPython3/SourceCodeChanges, to dynamically change shebangs on install time
This installs tests/test_data_collection_server.py under CATKIN_PACKAGE_SHARE/tests, which outputs ` $ rosrun jsk_data test_data_collection_server.py [rosrun] You have chosen a non-unique executable, please pick one of the following: 1) /home/user/devel/share/jsk_data/tests/test_data_collection_server.py 2) /home/user/src/jsk_common/jsk_data/tests/test_data_collection_server.py ` we can ignore this message
fix jsk_data/src/jsk_data/cli.py:57:44: E741 ambiguous variable name 'l'
migrate to noetic with ROS_PYTHON_VERSION=2/3, use multiple ROS distro strategy http://wiki.ros.org/noetic/Migration
upgrade package.xml to format=3
use distutils.spawn
Fix download_data.py for Python3f( #1637)
[jsk_data] Skip extracting files which already existf( #1626)
pr2_play.launch: support indigo ( #1620)
[download_data.py] generate error log when downloaded fils's md5 is incorrect (#1610)
Contributors: Yuki Furuta, Kei Okada, Kentaro Wada, Naoya Yamaguchi, Shingo Kitagawa, Yuto Uchimi, Iori Yanokura
Fix installation destination (install node_scripts to CATKIN_PACKAGE_BIN_DESTINATION) (#1604)
Enable method: all in test_data_collection_server.py (#1600) * Enable method: all in test_data_collection_server.py
I missed this in https://github.com/jsk-ros-pkg/jsk_common/pull/1599#issuecomment-418374578.
Add test for data_collection_server (#1599) * Re-enable test of data_collection_server with method=all * Add name to <test> * Disable test with static_image_publisher.py * Add test for data_collection_server * Rename to method: all from None since null is not supported in roslaunch
... logging to /home/wkentaro/.ros/log/rostest-hoop-18427.log [ROSUNIT] Outputting test results to /home/wkentaro/.ros/test_results/jsk_data/rostest-tests_data_collection_server.xml [Testcase: testtest_data_collection_server] ... ERROR! ERROR: cannot marshal None unless allow_none is enabled File "/usr/lib/python2.7/unittest/case.py", line 329, in run testMethod() File "/opt/ros/kinetic/lib/python2.7/dist-packages/rostest/runner.py", line 120, in fn succeeded, failed = self.test_parent.launch() File "/opt/ros/kinetic/lib/python2.7/dist-packages/rostest/rostest_parent.py", line 122, in launch return self.runner.launch() File "/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/launch.py", line 657, in launch self._setup() File "/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/launch.py", line 644, in _setup self._load_parameters() File "/opt/ros/kinetic/lib/python2.7/dist-packages/roslaunch/launch.py", line 338, in _load_parameters r = param_server_multi() File "/usr/lib/python2.7/xmlrpclib.py", line 1006, in __call__ return MultiCallIterator(self.__server.system.multicall(marshalled_list)) File "/usr/lib/python2.7/xmlrpclib.py", line 1243, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.7/xmlrpclib.py", line 1596, in __request allow_none=self.__allow_none) File "/usr/lib/python2.7/xmlrpclib.py", line 1094, in dumps data = m.dumps(params) File "/usr/lib/python2.7/xmlrpclib.py", line 638, in dumps dump(v, write) File "/usr/lib/python2.7/xmlrpclib.py", line 660, in __dump f(self, value, write) File "/usr/lib/python2.7/xmlrpclib.py", line 719, in dump_array dump(v, write) File "/usr/lib/python2.7/xmlrpclib.py", line 660, in __dump f(self, value, write) File "/usr/lib/python2.7/xmlrpclib.py", line 741, in dump_struct dump(v, write) File "/usr/lib/python2.7/xmlrpclib.py", line 660, in __dump f(self, value, write) File "/usr/lib/python2.7/xmlrpclib.py", line 719, in dump_array dump(v, write) File "/usr/lib/python2.7/xmlrpclib.py", line 660, in __dump f(self, value, write) File "/usr/lib/python2.7/xmlrpclib.py", line 664, in dump_nil raise TypeError, "cannot marshal None unless allow_none is enabled"
[jsk_data] Add re-download code. Fix #1574 (#1589) * [jsk_data] Add n_times option to try download * [jsk_data] Add download_data.py's test * [jsk_data] Add return value * [jsk_data] Add re-download code. Fix #1574
update jsk_travis to 0.4.38 add lunar and melodic (#1594) * run pr2_play.launch test only when pr2_description_FOUND
Fix mkdir in if isabs block in download_data (#1593)
Contributors: Kei Okada, Kentaro Wada, Yohei Kakiuchi, Yuto Uchimi, Iori Yanokura
[jsk_data][pr2_play.launch] replace doc to comment (#1526) * [jsk_data][pr2_play.launch] remove relay to c2 ns * [jsk_data][pr2_play.sh] support other rosbag arguments
Fix bug for initialization of service server of data_collection_server (#1525) * Mode to save topics without request
Modified: - jsk_data/node_scripts/data_collection_server.py
Contributors: Kentaro Wada, Yuki Furuta