Error in move_base while simulating navigation stack
When i launch the navigation launch file the robot fails to keep the plan and mess up in the middle, It throws the below warning and an error in Rviz (Ref image)
[ WARN] [1455133160.311617027, 27.096000000]: MessageFilter [target=map ]: Discarding message from [/movebase] due to empty frameid. This message will only print once.
[ WARN] [1455133160.311926656, 27.096000000]: Invalid argument passed to canTransform argument sourceframe in tf2 frameids cannot be empty
[ WARN] [1455133160.710917579, 27.118000000]: Invalid argument passed to canTransform argument sourceframe in tf2 frameids cannot be empty
Edit 1:
I am using AMCL localization and dwa planner, even base_planner resulted in same error.
rqt_graph result
Asked by Kishore Kumar on 2016-02-10 14:57:12 UTC
Comments
more information: which planners, which config, which localization, ... Best provide a link to GitHub...
What you see in rviz seems like a call to
global_localization
inamcl
.But without more information, we cannot help you...
Asked by mgruhler on 2016-02-12 02:34:53 UTC
Thank you, I have added the link and details in my new edit above.
Asked by Kishore Kumar on 2016-02-13 04:52:30 UTC
There is something seriously wrong with (at least) your localization. Spreading the particles out like this definitely not right. Recheck your odometry (does it make sense? To me, it seems the robot is rotating the other direction in rviz then in gazebo, but it is hard to see), laser scans, ...
Asked by mgruhler on 2016-02-15 02:53:13 UTC
My laser scan and odometry are perfect. I have executed the test procedure over here and its successful.
Asked by Kishore Kumar on 2016-02-15 09:03:41 UTC
I have played with robot in navigation environment, when i move forward or backward the particles are spread out but when i stop and rotate in a place the robot is localized perfectly in a couple of revolutions. also robot turns in same direction in rviz and gazebo.
Asked by Kishore Kumar on 2016-02-15 09:07:06 UTC
Have you solved the first warning (and remember it by any chance) ?
Asked by Delb on 2018-05-15 04:06:50 UTC