ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question
0

how controlling the turtle in screen can help in controlling the robot in the real wold

asked 2013-01-28 19:03:28 -0500

viki gravatar image

how controlling the turtle in screen can help in controlling the robot in the real wold

edit retag flag offensive close merge delete

Comments

1

I don't understand your question. Please provide more details.

Erwan R. gravatar image Erwan R.  ( 2013-01-28 20:37:10 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-01-28 21:39:10 -0500

When you control turtle on your screen, ur publishing movement commands on a topic to which turtle is subscribed. In a similar way you can control a real bot by publishing velocity command on a topic to which bot is subscribed. You can use the same code just by changing the topic name provided datatype of topic is same. In most cases topic is of type "geometry_msgs::Twist".

edit flag offensive delete link more

Comments

ok. thank you for reply

viki gravatar image viki  ( 2013-01-28 21:55:18 -0500 )edit

ok. thank you for reply

viki gravatar image viki  ( 2013-01-28 21:55:22 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-01-28 19:03:28 -0500

Seen: 130 times

Last updated: Jan 28 '13