Robotics StackExchange | Archived questions

Moving a Husky A200 in Gazebo using Navigation Stack

Hello All, I am trying to make a Navigation Stack for Clearpath Husky A200 using MoveBase. Here is my launch file. The strange thing is that I am able to visualize my Husky in Gazebo but it doesnt want to move. I do not understand why. I wrote the movebase setup using this code. Am I missing something in my launch file or the code ? Why doesnt the robot move ? Please advise.

Asked by ktiwari9 on 2015-08-20 03:59:58 UTC

Comments

I've asked our support team to drop in here to point you to the right navstack example.

Asked by Ryan on 2015-08-26 21:29:18 UTC

Answers

Hello there,

The main reference for all things Husky related is here: http://wiki.ros.org/Robots/Husky

Specifically, you want to look at this page: http://wiki.ros.org/husky_navigation/Tutorials/Husky%20Move%20Base%20Demo

Which is the first tutorial in Section 3.1 Navigation. That section should get you to doing mapping and navigation in simulation.

The source code for all the examples is also here: https://github.com/husky/husky

Specifically, the code from the move base example above is here: https://github.com/husky/husky/blob/indigo-devel/husky_navigation/launch/move_base.launch

Best wishes, Ilia B.

Asked by IliaBaranov on 2015-08-31 11:37:21 UTC

Comments