Problem with leg_detector in People: Dropped 100:00% message so far [closed]
hi, all. I am trying to run leg_detector with indigo-devel branch which is a part of people in ROS wiki.
I found that "odom_combined" was set to be " fixed_frame" from source code. Following error is output. And no message is output both in topic /leg_tracker_measurements and /visualization_marker.
[ WARN] [1378817011.705600206]: MessageFilter [target=/odom_combined ]: Dropped 100.00% of messages so far. Please turn the [ros.leg_detector.message_notifier] rosconsole logger to DEBUG for more information.
I am using a Turtlebot2( i.e. kobuki) mounted with a hokuyo URG04LX.
Firstly, to solve this problem, I think the topic "odom_combined" is output by node "robot_pose_ekf". So I added "robot_pose_ekf" in launch file, but the problem still existed. Add since I am using Turtlebot2, the node "robot_pose_ekf" is confict with another node "mobile_base_nodelet_manager" which also manges the transform between "base_footprint" and "odom" in tf tree.
I also have changed "odom_combined" to be "laser_link" in all cpp and cfg files. And I deleted both devel and build directories and rebuild this workspace by running "catkin_make". The above error still existed.
Pleaase give me helpful advices. Thank you! @David Lu