Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 789 Bytes

RemoteConnection.md

File metadata and controls

24 lines (19 loc) · 789 Bytes

Remote Connection

After installing ROS, please try to execute the following commands.

Makefile

make deps-remote  # check dependencies
make remote       # build
make show         # show rviz on remote PC
make run-teleop   # connect joystick from remote PC
... etc

Robot Selection

If you are running multiple robots (real or simulation), robot selector is shown. It can be changed with rc variable:

make show rc=rc_21000

Notes

Details

If you are wondering how it works or need to setup more than one robot, check the Multiple Robot Setup document.