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

Navigation: Robot cannnot reach goal

asked 2021-09-15 04:19:33 -0500

alejandrolri gravatar image

updated 2021-09-15 15:14:30 -0500

Mike Scheutzow gravatar image

Hello everyone, I'm using navigation stack on a turtlebot-based robot. When launching move_base.launch, I can send 2d nav goal in Rviz and robot cannot find its way to the goal, it just makes small movements. It only reaches it when it is a orientation change but not position one. I looked for errors with roswtf and I get:

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

How can I fix it?

edit retag flag offensive close merge delete

Comments

Typing turtlebot footprint into the search bar at the top of this page gets 259 hits. Please review some of those existing answers. If you figure it out, and it's different from what @osilva said, you can help out by answering your own question.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2021-09-15 15:18:57 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2021-09-20 05:55:28 -0500

alejandrolri gravatar image

Thank you for your help. There wasn't any problem with topics. Tuning navigation parameters solved my issue.

edit flag offensive delete link more

Comments

Glad you found a solution

osilva gravatar image osilva  ( 2021-09-20 06:00:33 -0500 )edit
1

answered 2021-09-15 11:50:33 -0500

osilva gravatar image

I suggest you look at this thread: https://github.com/ROBOTIS-GIT/turtle...

Looks it may be caused by either your odometer not reset or sending multiple /cmd_vel messages. So one way to dig deeper is to take a look at rostopic list

edit flag offensive delete link more

Question Tools

Stats

Asked: 2021-09-15 04:19:33 -0500

Seen: 202 times

Last updated: Sep 20 '21