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

How to use move_base ?

asked 2014-08-10 02:50:51 -0500

Lau gravatar image

updated 2014-08-10 03:22:55 -0500

Hello ! We team want to develop a UAV recently , and we decide to use move_base in our car's computer . But we meet many questions . Our car equipped a HDL-32E LIDAR , a GPS device . I can understand the structure of Navigation conceptually. structure But we still do not know :

  1. how to use GPS data into the move_base . We plan to input a goal GPS position to the car's computer , but we do not find the interface to input .
  2. Is the map_server necessary ? I think it is not useful to us ?

Could you give me some advices ? Thank you very much !

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-08-10 16:05:52 -0500

paulbovbel gravatar image

Take a look at the http://wiki.ros.org/robot_localization package for integrating GPS. move_base does not perform any sort of localization/estimation itself.

map_server is necessary when you're loading a pre-created map.

edit flag offensive delete link more

Comments

We do not need to load a pre-created map , our car aims to run in a wide range , we do not know how to deal with the map_server .

Lau gravatar image Lau  ( 2014-08-10 20:45:32 -0500 )edit

if you don't need it, you don't have to use it. Take a look at 3.3.2 in http://wiki.ros.org/navigation/Tutori... . The navigation stack is fairly flexible, and you should experiment with your setup in gazebo or similar.

paulbovbel gravatar image paulbovbel  ( 2014-08-11 09:45:15 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-08-10 02:50:51 -0500

Seen: 1,265 times

Last updated: Aug 10 '14