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

how to run (start) people detection / tracking (wg_perception) on hydro or indigo?

asked 2014-11-03 16:04:07 -0500

updated 2014-11-07 19:32:54 -0500

How do I correctly run (start, launch, execute) people tracking (detection) package (wg_perception) on Hydro or Inidigo? What command sequence? I could not find any documentation for it. "roslaunch face_detector face_detector.rgbd.launch" does not enable me to see any visualizations in RViz

edit retag flag offensive close merge delete

Comments

The key question is how do you want to run people detection? There are separate algorithms for Kinect specific detection, face detection and leg detection.

David Lu gravatar image David Lu  ( 2014-11-04 18:06:44 -0500 )edit

roslaunch face_detector face_detector.rgbd.launch produces topics: /face_detector: cancel, faces_cloud, feedback, goal, people_tracker_measurements_array, result, status but PointCloud, in RViz, has no image (topic /face_detector/faces_cloud). How do I view image with rectangles around face?

ROS_Portland_State_University_Robot gravatar image ROS_Portland_State_University_Robot  ( 2014-11-07 19:42:26 -0500 )edit

Also: [INFO]: Constructing FaceDetector: "You must subscribe to one of FaceDetector's outbound topics or else it will not publish anything." And then, "process has finished cleanly. You have unsubscribed to FaceDetector's outbound topics, so it will no longer publish anything." ?????

ROS_Portland_State_University_Robot gravatar image ROS_Portland_State_University_Robot  ( 2014-11-07 19:43:23 -0500 )edit

I figured out why the package might not be working. Package has dependencies: bfl, costmap_2d, and easy_markers. I was able to "sudo apt-get install ros-indigo-bfl", and "ros-indigo-costmap-2d", but there was no easy_markers for Indigo. (continues in next message)

ROS_Portland_State_University_Robot gravatar image ROS_Portland_State_University_Robot  ( 2014-11-15 20:30:55 -0500 )edit

(continues): Out of desperation, I installed easy_markers from wu_ros_tools_hydro, and entire People Traker compiled but this seems to be the reason why it does not work. I posted separate request for ros-indigo-easy-markers

ROS_Portland_State_University_Robot gravatar image ROS_Portland_State_University_Robot  ( 2014-11-15 20:32:09 -0500 )edit

I'm having the same issue, did you solve it?

Pinchi gravatar image Pinchi  ( 2015-06-07 09:37:36 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-11-06 08:53:46 -0500

David Lu gravatar image

I would focus on the face_detector package, and ignore the general people_tracking_filter package.

Use the documentation of face_detector and the rqt_graph package to make sure your topics line up.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-11-03 16:04:07 -0500

Seen: 1,522 times

Last updated: Nov 07 '14