move base not sending twist command

asked 2020-09-01 03:35:01 -0500

dinesh gravatar image

updated 2020-09-01 03:36:07 -0500

I'm trying to use the move base package in my robot. It is using rplidar A1 as lidar data source, pi 4 as on board computer. But when i launch this nodes i'm getting this error after running roswtf node:

Found 1 error(s).

ERROR The following nodes should be connected but aren't:
 * /medicbot/move_base->/medicbot/move_base (/medicbot/move_base/local_costmap/footprint)
 * /medicbot/move_base->/medicbot/move_base (/medicbot/move_base/global_costmap/footprint)

Here is the rosgraph of active topics: image description image description

edit retag flag offensive close merge delete

Comments

Is the foot print of robot defined in the YAML file? - I understand this is a super basic question, but since you didn't address it, thought I would ask.

billy gravatar image billy  ( 2020-09-01 18:27:12 -0500 )edit

yes. i changed the base_link to base_footprint in the move base configuration files. but still the same error is showing when running roswtf command. + now their is no error message in the rviz display pannel.

dinesh gravatar image dinesh  ( 2020-09-02 00:29:52 -0500 )edit