ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
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

Question Tools

Stats

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

Seen: 141 times

Last updated: Jan 28 '13