Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulation problems #7

Open
OltanS opened this issue Feb 4, 2021 · 0 comments
Open

Simulation problems #7

OltanS opened this issue Feb 4, 2021 · 0 comments

Comments

@OltanS
Copy link

OltanS commented Feb 4, 2021

Hi!

I was trying to run the simulation in gazebo as suggested, and realized the robot would not listen to navigation goals and moved randomly. I later figured out this is because the turtlebot3_drive node also publishes to the cmd_vel topic, and this node is started in sim_world.launch under human_aware_nav_launch (which starts turtlebot3_simulation.launch under turtlebot3_gazebo, which finally launches the node called turtlebot3_drive). Removing the:

<node name="$(arg name)_drive" pkg="turtlebot3_gazebo" type="turtlebot3_drive" required="true" output="screen"/>

line from turtlebot3_simulation.launch seems to have solved the issue, and the simulation now works as expected.

I'm very much a beginner with ROS so this might not have been the most elegant way to solve it, so I wanted to let you know that this problem exists!

Also the first page of the wiki says indigo twice instead of melodic.

Thank you for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant