euslisp/actionlib.l
roseus/utils
cmake/get_all_depends.py
test
test-simple-client-*500.test: add test to run simple-client with high-speed status
test/test-timer.l: surpress output message
test/test-tf.l: surpress output message
test/test-actionlib.l: surpress output message
test/test-add-two-ints.l use ros-info instead of warning-message to suppress message
test/add-two-ints-{client,server}.l use ros-info instead of warning-message to suppress the message
00x-fibonacci-test-{1,2}.launch: fibonacci_{server,client}.py is not longer avilable, use fibonacci_{server,client}
test/test-genmsg.catkin.test: disable --remove-message test, which does not work on paralllel execution
test/test-genmsg: add debug message
test/test-actionlib.l: :wait-for-results returns nil when no goal has been sent
test/test-actionlib.l: simple-action-client must be a global variable
test/test-actionlib.l: add test to run send-goal twice with difference client instance
roseus/test/test-actionlib.test: re-enable test-actionlib.test, which is disabled since groovy
Contributors: Yuki Furuta, Kamada Hitoshi, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa
Fix bugs in bool array (https://github.com/jsk-ros-pkg/geneus/issues/38)
New Features
rospack plugins ... `lisp (ros::rospack-plugins "nodelet" "plugin") => (("laser_proc" . "/opt/ros/hydro/share/laser_proc/nodelets.xml") ("velodyne_driver" . "/opt/ros/hydro/share/velodyne_driver/nodelet_velodyne.xml") ("yocs_velocity_smoother" . "/opt/ros/hydro/share/yocs_velocity_smoother/plugins/nodelets.xml") ("jsk_perception" . "/home/lueda/ros/hydro/src/jsk-ros-pkg/jsk_recognition/jsk_perception/jsk_perception_nodelets.xml") ("image_rotate" . "/home/lueda/ros/hydro/src/image_pipeline/image_rotate/nodelet_plugins.xml") ("stereo_image_proc" . "/home/lueda/ros/hydro/src/image_pipeline/stereo_image_proc/nodelet_plugins.xml") ("depth_image_proc" . "/home/lueda/ros/hydro/src/image_pipeline/depth_image_proc/nodelet_plugins.xml") ("kobuki_bumper2pc" . "/opt/ros/hydro/share/kobuki_bumper2pc/plugins/nodelet_plugins.xml") ("kobuki_safety_controller" . "/opt/ros/hydro/share/kobuki_safety_controller/plugins/nodelet_plugins.xml") ("naoqi_sensors" . "/home/lueda/ros/hydro/src/ros_naoqi/naoqi_bridge/naoqi_sensors/naoqicamera_nodelet.xml") ("velodyne_pointcloud" . "/opt/ros/hydro/share/velodyne_pointcloud/nodelets.xml") ("pointcloud_to_laserscan" . "/home/lueda/ros/hydro/src/perception_pcl/pointcloud_to_laserscan/nodelets.xml") ("openni2_camera" . "/opt/ros/hydro/share/openni2_camera/openni2_nodelets.xml") ("resized_image_transport" . "/home/lueda/ros/hydro/src/jsk-ros-pkg/jsk_recognition/resized_image_transport/nodelet.xml") ("image_proc" . "/home/lueda/ros/hydro/src/image_pipeline/image_proc/nodelet_plugins.xml") ("uvc_camera" . "/opt/ros/hydro/share/uvc_camera/nodelet_uvc_camera.xml") ("openni_camera" . "/opt/ros/hydro/share/openni_camera/openni_nodelets.xml") ("yocs_cmd_vel_mux" . "/opt/ros/hydro/share/yocs_cmd_vel_mux/plugins/nodelets.xml") ("pcl_ros" . "/home/lueda/ros/hydro/src/perception_pcl/pcl_ros/pcl_nodelets.xml") ("prosilica_camera" . "/home/lueda/ros/hydro/src/prosilica_driver/prosilica_camera/plugins/nodelet_plugins.xml") ("jsk_topic_tools" . "/home/lueda/ros/hydro/src/jsk-ros-pkg/jsk_common/jsk_topic_tools/jsk_topic_tools_nodelet.xml") ("jsk_pcl_ros" . "/home/lueda/ros/hydro/src/jsk-ros-pkg/jsk_recognition/jsk_pcl_ros/jsk_pcl_nodelets.xml") ("image_view" . "/home/lueda/ros/hydro/src/image_pipeline/image_view/nodelet_plugins.xml") ("nodelet_tutorial_math" . "/opt/ros/hydro/share/nodelet_tutorial_math/nodelet_math.xml") ("imagesift" . "/home/lueda/ros/hydro/src/jsk-ros-pkg/jsk_recognition/imagesift/nodelet.xml")) `
Warning Message
Misc
Contributors: Yuki Furuta, Kamada Hitoshi, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa
catkin.cmake add rostest to find_package
#14: depend roseus message generation on python message generation. in roseus.cmake, do not take into account the dependencies between messages and packages and just depends roseus message generation on python message generation. The 1st reason is the difference between hydro and groovy. On groovy, genmsg does not craete the targets of foo_generate_messages_py which are already compiled, I mean the packages installed by apt. The 2nd reason is that roseus message generation utilizes rospy and it requires for rospy messages to be available. So this dependencies are required. Namely, the dependency will be like this: parent_pkg +-child_pkg
- +-grandchild_pkg
- +-grandchild_pkg_generate_messages_py
+-euslip targets for grandchild_pkg
Contributors: Ryohei Ueda
roseus/test/test-tf.test: tf2_buffer_server output to screen