turtlebot:connect
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
turtlebot:connect [2015/03/05 00:58] – pvela | turtlebot:connect [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
===== Get Turtlebot on GT Internet ===== | ===== Get Turtlebot on GT Internet ===== | ||
+ | ---------------------------------------- | ||
==== Connect to GT-Other ==== | ==== Connect to GT-Other ==== | ||
Line 29: | Line 30: | ||
===== Connect to Turtlebot from Another Machine ===== | ===== Connect to Turtlebot from Another Machine ===== | ||
+ | ----------------------------------------------------- | ||
To connect from another machine, you will need a secure shell program and you will need the IP address of the Turtlebot. | To connect from another machine, you will need a secure shell program and you will need the IP address of the Turtlebot. | ||
Line 42: | Line 44: | ||
ssh turtlebot@ipaddress | ssh turtlebot@ipaddress | ||
</ | </ | ||
- | with the proper substitution of the IP address. | + | with the proper substitution of the IP address. |
+ | From here you can do basic things like run the keyboard teleop code. On the actual Turtlebot laptop, open a Terminal and run the basic Turtlebot system code: | ||
+ | <code bash> | ||
+ | roslaunch turtlebot_bringup minimal.launch | ||
+ | </ | ||
+ | Then, once the code has launched and is running, ssh into the laptop and run the keyboard teleoperation code: | ||
+ | <code bash> | ||
+ | roslaunch turtlebot_teleop keyboard_teleop.launch | ||
+ | </ | ||
+ | which should let you remote control the Turtlebot using the keyboard. | ||
+ | |||
+ | ===== Connect to Turtlebot and Forward X ===== | ||
+ | ---------------------------------------------- | ||
+ | |||
+ | In linux, and maybe Mac, it is as easy as entering: | ||
+ | <code bash> | ||
+ | ssh -X turtlebot@ipaddress. | ||
+ | </ | ||
+ | and you are forwarding the X messages to your display. | ||
+ | |||
+ | Now, for Windows, it's a bit tougher. | ||
+ | |||
+ | ;#; | ||
+ | ENDS FOR NOW. I HAVEN' | ||
+ | ;#; | ||
+ | |||
+ | --------- | ||
+ | ;#; | ||
+ | [[: | Main ]] | ||
+ | ;#; |
turtlebot/connect.1425535098.txt.gz · Last modified: 2024/08/20 21:38 (external edit)