ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

update face_detector for electric?

asked 2011-09-19 19:14:34 -0500

Kei Okada gravatar image

updated 2015-09-24 02:07:12 -0500

130s gravatar image

How do I submit an attached patch to use the face_detector package in electric environment? I couldn't find ticket form in https://code.ros.org/trac/wg-ros-pkg


Index: test/face_detector_false_rtest.xml
===================================================================
--- test/face_detector_false_rtest.xml  (revision 53029)
+++ test/face_detector_false_rtest.xml  (working copy)
@@ -1,6 +1,6 @@
 <launch>

-  <node pkg="rosrecord" type="rosplay" name="rosplay" args="-r 0.5 $(find face_detector)/face_detector_noface_test.bag"/>
+  <node pkg="rosbag" type="rosplay" name="rosplay" args="-r 0.5 $(find face_detector)/face_detector_noface_test.bag"/>

   <include file="$(find face_detector)/launch/face_detector.wide.launch"/> 

Index: test/face_detector_true_rtest.xml
===================================================================
--- test/face_detector_true_rtest.xml   (revision 53029)
+++ test/face_detector_true_rtest.xml   (working copy)
@@ -1,6 +1,6 @@
 <launch>

-  <node pkg="rosrecord" type="rosplay" name="rosplay" args="-r 0.5 $(find face_detector)/face_detector_withface_test.bag"/>
+  <node pkg="rosbag" type="rosplay" name="rosplay" args="-r 0.5 $(find face_detector)/face_detector_withface_test.bag"/>

   <include file="$(find face_detector)/launch/face_detector.wide.launch"/> 

Index: manifest.xml
===================================================================
--- manifest.xml    (revision 53029)
+++ manifest.xml    (working copy)
@@ -16,7 +16,6 @@
 <depend package="stereo_msgs"/>
 <depend package="sensor_msgs"/>
 <depend package="tf"/>
-<depend package="rosrecord"/>
 <depend package="image_transport"/>
 <depend package="people_msgs"/>
 <depend package="image_geometry"/>
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-10-18 03:47:01 -0500

David Lu gravatar image

The new ticket button appears once you login.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-09-19 19:14:34 -0500

Seen: 303 times

Last updated: Oct 18 '11