Closed krishnaallani closed 8 years ago
This would likely be better handled on answers.ros.org. However, I'm not sure why you would expect output on camera_tracker_measurements
.
I have this same problem, even after changing every single mention of the word "odom" in the repo to "odom_combined". My guess is that this warning is coming from outside the repo e.g. robot pose ekf or another kalman filter library. Using kinetic branch.
I fixed it by adding:
<param name="fixed_frame" value="odom"/>
Within the node of leg_detector.launch file
Hello,
I am working on leg_detection. I am using Ubuntu 14.04, ros-Indigo, with a turtlebot. whenever i run:
I am getting the following error:
I did go through the old questions related to this error in ros answers and changed my fixed_frame from:
when i changed my fixed frame and ran:
it outputs nothing. can someone help me with this?