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

rviz error: "Discarding message from [/move_base] due to empty frame_id"

asked 2014-05-29 06:11:41 -0500

Ken_in_JAPAN gravatar image

updated 2014-05-29 10:29:17 -0500

Yesterday, I could navigate my turtlebot with eband_local_planner. but today, I can't move it. So, rviz says following warning.

[ WARN] [1401378967.283247030]: MessageFilter [target=map ]: Discarding message from [/move_base] due to empty frame_id.  This message will only print once.
[ WARN] [1401378967.283417501]: Invalid argument passed to canTransform argument source_frame in tf2 frame_ids cannot be empty
[ WARN] [1401378998.796621804]: Invalid argument passed to canTransform argument source_frame in tf2 frame_ids cannot be empty
[ WARN] [1401379032.819038628]: Invalid argument passed to canTransform argument source_frame in tf2 frame_ids cannot be empty

Does anyone have any idea to solve these warning?

After that, Eband_local_planner says that it can't make path as following

[ INFO] [1401378966.134403366]: Global plan set to elastic band for optimization
[ERROR] [1401378967.110080798]: NO PATH!
[ERROR] [1401378967.110401250]: Failed to get a plan from potential when a legal potential was found. This shouldn't happen.
[ERROR] [1401378998.546064278]: NO PATH!
[ERROR] [1401378998.614580138]: Failed to get a plan from potential when a legal potential was found. This shouldn't happen.
[ WARN] [1401378998.734102440]: Clearing costmap to unstuck robot.
edit retag flag offensive close merge delete

Comments

My turtlebot moves with base_local_planner, even though same error and warning happens.

Ken_in_JAPAN gravatar image Ken_in_JAPAN  ( 2014-05-29 16:18:34 -0500 )edit

Can you use ros console to figure out which module these messages originate from?

David Lu gravatar image David Lu  ( 2014-06-13 12:15:30 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-05-29 10:31:54 -0500

Apparently eband_local_planner is having trouble finding a plan, but is still publishing messages to /move_base. The problem is that these messages have an empty frame_id, as the warning states, so rviz can't make any sense of it. I have never used that planner, so I can't help you solve your problem, but that's all rviz is saying as far as I am aware.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-29 06:11:41 -0500

Seen: 3,724 times

Last updated: May 29 '14