User Tools

Site Tools


maxwell_pro

This is an old revision of the document!


Maxwell Pro Tutorial

Author: Dylan Wallace Email: wallad3@unlv.nevada.edu
Date: Last modified on 04/04/17
Keywords: Maxwell Pro, Communications, TCP/IP, UDP, DRC

maxwellpro.jpg
The photo above depicts the Maxwell Pro which allows you to emulate degraded communications. The big picture problem is dealing with degraded communications in robot networks. Solving this partially or completely is important because it will allow for robots, especially humanoids, to go into extreme or distant environments. This tutorial shows you how to setup the Maxwell Pro, and how to use it for different degradation techniques, and takes approximately 1.5 hours to complete.

Motivation and Audience

This tutorial's motivation is to teach the basics of utilizing the Maxwell Pro for degraded communications. Readers of this tutorial assumes the reader has the following background and interests:

* Know how to navigate the Linux file-system and use the Linux terminal
* Perhaps also know how to program in C++
* Perhaps additional background needed may include knowledge of TCP/IP & UDP networks
* This tutorial may also attract readers who are interested in Internet programming

The rest of this tutorial is presented as follows:

Basic Setup

In order to complete this tutorial, you will need the following:

1. Maxwell Pro unit
2. 3 separate computers: the operation computer, the control computer, and the robot computer.
3. 1 router (optional 2nd & 3rd routers for wireless robot communication)
4. 4 Ethernet cables

First we will setup the control router. Choose any router, and connect 2 Ethernet cables to the ports. You can optionally connect this router to the internet if you want internet access on the control computer. Connect one of the ethernet cables to the control port of the Maxwell Pro (see picture below), and the other to the Ethernet port of the control computer.

Now, connect an Ethernet cable from the operator PC to the operator port (see picture above). For the robot connection, either connect the Ethernet cable from the robot port (see picture above) straight to the robot PC for wired connections, or to a wireless router for wireless connections.

Now we can move onto assigning ip addresses for our computers.

IP Address Assignment

In order for all of our computers to connect to each other, we will need to setup their IP addresses manually.

First, we will login to the Maxwell Pro. The login info is below:

user: maxwell
pass: maxwell

Once logged in, the Maxwell Pro will auto-obtain its IP address via DHCP. In my case this IP address was 192.168.1.121, but your milage may vary. To find you IP address, type the following command into the terminal (called “Konsole” on the Maxwell Pro's Fedora OS):

ifconfig

The first inet address (IPv4) will be the IP address of the Maxwell Pro. After logging in, and recording the IP address, this is all we need from the Maxwell Pro.

Now we will move onto assigning the IP address of the control PC. To do this, login to the computer, and go to the “Edit Connections” tab of the networking bar in the top right corner of the desktop. We will add a new connection, feel free to name it how you please. Enter the IP address, subnet mask, and gateway info as shown in the picture below.




Now we will do the same with the Operator PC, pictured below:





Finally, we will do this one more time with the robot PC, pictured below:




Once we have set these IP addresses up, we will test the connection between the operator PC and the robot PC. To do this, we will type the following command in the terminal of the operator PC, where the robot PC IP is as assigned above:

ping <robot PC ip>

This should produce a result similar to the following, if your connections were successful:



If this was successful, we can move onto using the DARPA Robotics Challenge software for the Maxwell Pro.

DRC Degraded Communications

Final Words

This tutorial's objective was to <fill in the blank>. Complete <choose: construction details, source code and program descriptions> for <fill in the blank>. Once the concepts were conveyed the reader could <fill in the blank>.

Speculating future work derived from this tutorial, includes <fill in the blank>. In the big picture, the problem of <fill in the blank> can be solved with this tutorial.

For questions, clarifications, etc, Email: wallad3@unlv.nevada.edu

maxwell_pro.1491545568.txt.gz · Last modified: 2017/04/06 23:12 by dwallace