!
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. |
Launching the robot from the robot PC
Description:Tutorial Level: BEGINNER
Next Tutorial: Launching the robot from a remote PC
For this tutorial one needs the following additional hardware:
1. PC monitor
2. USB Keboard
3. USB Mouse
Connect the Monitor keyboard and mouse to the robot back panel.
Before turning the robot on, we recommend placing the robot on a large box or piece of wood to prevent the wheels from touching the ground. Thus, we could safely command the robot to drive (and turn the wheels) without any concern of the robot pulling the monitor, keyboard, and mouse cables.
On the back of the robot turn the Power switch to ON position. The blue LED should be lit.
Turn the computer ON (this is the silver button), a short push is enough.
Open the a terminal window and launch the main robot launch file using:
$ roslaunch ric_board lizi101.launch
where lizi101.launch is your robot launch file. You can find your robot launch command by scanning the QR barcode on your robot.
Now, in a new terminal window, you can run the rqt GUI to read and display your robot sensors.
$ rqt
For additional help on reading the robot sensors see the individual sensors tutorials.