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

sending goals at real time to a robot

asked 2013-04-30 00:08:51 -0500

basu gravatar image

How to send goals at real time to a robot without using rviz? (the coordinates of the goals on the map are known) I want to write a code to get a message in the terminal like this: 'press 1 to go to (8,2)' // (8,2) x,y is the coordinate of the goal.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-04-30 01:56:30 -0500

rohan gravatar image

http://www.ros.org/wiki/navigation/Tutorials/SendingSimpleGoals

Have a look at the above link.I am using a similar program to send goals to the robot. Davinci is right that you need tell us more about the setup. If you are using your own robot not a Turtlebot then you need setup navigation stack before sending goals

edit flag offensive delete link more

Comments

Yes I know this one but it is not enough to make an interface with the user. It is not turtlebot, it is my own robot.

basu gravatar image basu  ( 2013-05-02 02:15:44 -0500 )edit
0

answered 2013-04-30 01:13:56 -0500

davinci gravatar image

Rviz is just a display method, you don't need it. Are you using a turtlebot or something else? You should write a program that writes to the command velocity topic with a controller that navigates it to that spot. But should clarify more what setup you have.

edit flag offensive delete link more

Comments

Some other robot made by a team I am working with. I know how to send goals using sending simple goals tutorial, but I want to make a real time user interface (not GUI).

basu gravatar image basu  ( 2013-05-02 02:19:48 -0500 )edit

Has this issue been resolved?

magnate gravatar image magnate  ( 2013-05-14 21:25:53 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-04-30 00:08:51 -0500

Seen: 508 times

Last updated: Apr 30 '13