• Diff for "turtlebot/Tutorials/indigo/A First Interaction"
Differences between revisions 2 and 3
Revision 2 as of 2015-03-13 07:51:25
Size: 2081
Comment:
Revision 3 as of 2015-03-13 07:52:51
Size: 2079
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
[[[[turtlebot/Tutorials/indigo/TurtleBot Bringup|Bootstrap]] the turtle, i.e. launch minimal. [[turtlebot/Tutorials/indigo/TurtleBot Bringup|Bootstrap]] the turtle, i.e. launch minimal.

Note: This tutorial assumes that you have completed the previous tutorials: TurtleBot Bringup, PC Bringup.
(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

A First Interaction

Description: Run your first interaction with the turtlebot - chatter!

Keywords: turtlebot

Tutorial Level: BEGINNER

Next Tutorial: Visualisation

About

We are going to start a talker-listener pair over the robot-pc connection as described in the Interacting with your Turtlebot tutorial.

Robot

Bootstrap the turtle, i.e. launch minimal.

PC

  • Make sure your ROS_MASTER_URI/ROS_HOSTNAME are configured properly. This is very important.

  • Source your environment.
  • Call the remocon.

> rocon_remocon
  • Add a master, make sure you check the Use environment variables option.

  • Select the master, choose the PC pairing role.
  • Double click on the Listener interaction.

This begins a talker on the robot and a listener on the pc.

What Next?

Visualisation or return to the TurtleBot main page.

Wiki: turtlebot/Tutorials/indigo/A First Interaction (last edited 2016-04-13 09:38:34 by JennyCao)