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:50] – pvela | turtlebot:connect [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
* Disable inbound securiy service //every// time you connect to GT Lawn. | * Disable inbound securiy service //every// time you connect to GT Lawn. | ||
- | The first can only really done in limited quantities and by faculty (at least that's my belief given how much it took for me to get just one Turtlebot opened up like that). | + | The first can only really done in limited quantities and by faculty (at least that's my belief given how much it took for me to get just one Turtlebot opened up like that). |
+ | |||
+ | After establishing a connection with inbound service, then it is just a matter of running ssh to connect to the device. | ||
+ | |||
+ | ===== Get Turtlebot on GT Internet ===== | ||
+ | ---------------------------------------- | ||
==== Connect to GT-Other ==== | ==== Connect to GT-Other ==== | ||
Line 24: | Line 29: | ||
and then see what pops out. There should be a set of ouputs for " | and then see what pops out. There should be a set of ouputs for " | ||
+ | ===== 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. | ||
+ | <code bash> | ||
+ | ifconfig -a | ||
+ | </ | ||
+ | which is | ||
+ | ;#; | ||
+ | {{connect02_ifconfig.png}} | ||
+ | ;#; | ||
+ | Note that the wlan0 fields have an IP address. | ||
+ | <code bash> | ||
+ | ssh turtlebot@ipaddress | ||
+ | </ | ||
+ | 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.1425534635.txt.gz · Last modified: 2024/08/20 21:38 (external edit)