| ... | ... | @@ -30,7 +30,9 @@ In the client machine open up a Terminal, then open the bashrc file (>`nano ~/.b |
|
|
|
Turtlebot can be operated with Keyboard, ps3 Joystick, xbox360 joystick ([Turtlebot Teleop](wiki.ros.org/turtlebot_teleop)) and even [Voice Teleoperation](http://edu.gaitech.hk/turtlebot/speech-doc.html) is possible, but in this case I am using the simple keyboard to operate the Turtlebot, open two Terminals and make ssh connection to the robot machine from both terminals in your local (client) machine and on first terminal run:
|
|
|
|
`roslaunch turtlebot_bringup minimal.launch`
|
|
|
|
and on the second Terminal:
|
|
|
|
`roslaunch turtlebot_teleop keyboard_teleop.launch`
|
|
|
|
`roslaunch turtlebot_teleop keyboard_teleop.launch`
|
|
|
|
if you want to see what the robot sees, open a third terminal and run the following command:
|
|
|
|
`rosrun image_view image_view image:=/camera/rgb/image_raw`
|
|
|
|
|
|
|
|
|
|
|
|
|