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

Turtlebot doesn't move in Gazebo

asked 2016-09-21 07:53:38 -0500

Karthikeyan gravatar image

updated 2016-09-23 11:08:33 -0500

Hello,

I am trying to add different local planner to my ROS navigation stack, eband_local_planner is one among them. I'm using the navfn as global planner and eband as local planner which I downloaded from here. I created a launch file for the stack. The configuration files are taken from here. Once I launch the file Gazebo gives out exact local and global path, however the turtlebot doesn't move in the simulation. I'm also attaching the video link of the process.

Can anybody point out the mistake with the process.

EDIT #1 Added the rqt_graph here

Thanks, Karthi.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-09-23 04:47:23 -0500

DinnerHowe gravatar image

could you control turtlebot by using teleop?

roslaunch turtlebot_teleop keyboard_teleop.launch

if could, it might because your navigation stack did pub. topic on /cmd_vel_mux

sometimes, rviz control robot base by topic /cmd_vel

i suggest you check your node nest first rqt_graph

then you would see if you exactly get you nodes communicate well..

edit flag offensive delete link more

Comments

Hi, Yes you are correct the nav stack publish the topic /cmd_vel_mux. How to change this to topic /cmd_vel

Karthikeyan gravatar image Karthikeyan  ( 2016-09-23 11:10:06 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-09-21 07:53:38 -0500

Seen: 1,126 times

Last updated: Sep 23 '16