Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Communicating with the Kayak

The kayak has two computers installed in the computer box:

...

The bottom computer runs ubuntu:
ip address: 192.168.1.101
username: ruser
password: moos-ivp

Running an Experiment

Collecting Sensor Data

First, connect to both the ubuntu and windows computers on the kayak.

...

There are matching pairs of crystals (which about .5cm square components with two contacts) for a radio controller and its receiver. The kayak receiver is located in the stern compartment in a waterproof box. The crystal in the receiver must match the crystal in the radio controller for radio control to work. The battery must be plugged in, but the computers need not be booted up to control the thruster.

Retrieving Data

The zlogtool application is used to convert the binary zlog files stored by the zLoggerNG command into ascii data. Running ./zlogtool -h will bring up a description of how to use the application and what options are available. By default, the output is printed to the terminal. To store the data in a text file, add >> fileName.txt at the end of the command.

...

The data then needs to be transfered out of the kayak. This can be done by opening the computer box and using a usb drive, or with scp.

Other details

The kayak2.moos file includes the processes that are executed when the pAntler kayak2.moos command is run. As of July 2011, this file includes commands to collect data in the background from GPS, compass, DVL, and imu. If other processes are to be run in the background, they must be added to the kayak2.moos file.