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

Navigation (Sending 2d goals to any part of the map)

asked 2017-03-24 01:51:29 -0500

Azhar gravatar image

Currently, the mobile robot works by navigating from station to station, autonomously.

I want to make the mobile robot travel to any point i point it to (the 2D Navigation goal in RVIZ).

May i know what changes i should do to make this work?

I am new to Navigation , so any guidance would be appreciated!

I have looked through the tutorials, but i dont know where to start http://wiki.ros.org/navigation/Tutori...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-03-31 12:08:58 -0500

ahendrix gravatar image

As you've figured out, if you want to send 2D goals using rviz, you need to set up and run the ROS navigation stack. It's not clear from your description if you already have the navigation stack running or not, but if your robot is doing waypoint-based navigation is probably has something similar running already.

If navigation is already running, you should find the ROS node that is sending goals to it, disable that node, and use rviz to send those goals instead.

If navigation isn't already running, there's a good chance that attempting to run the ROS navigation stack will interfere with the robot's existing point-to-point navigation system. The navigation setup tutorials give a sense for which subsystems are required to run navigation, but if you already have subsystems that are providing those functions you'll have to figure out how to use those instead of the subsystems in the ROS navigation stack, or make them coexist with navigation.

If you don't know how your robot currently works, you should try to get in touch with the person or company who built it and ask them how to do this integration; they'll be far more familiar with it and they'll be able to offer more detailed advice.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-03-24 01:51:29 -0500

Seen: 1,080 times

Last updated: Mar 31 '17