Testing procedure

From Bike Wiki
Revision as of 03:15, 5 April 2019 by Daniel (talk | contribs) (content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The testing procedure, transcribed from the spreadsheet in the drive.

Pre-test

  1. Collect testing bag
    • ethernet with dongle
    • car ACDC adapter
    • computer for sshing into the Pi (preferably a mac, but Dylan's laptop works fine too)
    • Voltmeter (multimeter with leads)
    • RC controller
    • spare batteries for RC
    • spare battery for Bike (charged to 29V)
    • tape (duct, masking)
  2. At any point during testing if the front wheel turns in an uncontrolled manner or does not respond after initialization:
    1. turn off front motor
    2. end the test using bash end.sh
    3. reset the arduino (button under corner of board)
    4. turn front motor back on
    5. re-start test using start.sh
    6. if this happens multiple times in a row:
    7. instead of resetting the arduino, unplug the battery (you will have to ssh into the pi again)
    8. Try running the startup procedure (up to and including bash start.sh) with the RC controller off - then turn the RC on
  3. If you have any issues, call:
    • Aviv for a testing question
    • Will/Olav/Dylan/Michelle/Aviv for a hardware question
    • Fotini for a navigation question
    • Jared/Pehuen for a ROS question

Pre-test checks (in lab)

  1. Connect to Locomotion Lab wifi (password is "walkingrobot" without quotes)
  2. Turn on bike using silver switch on back of ammo box to turn on the pi
  3. SSH into pi
    • If the pi is on Locomotion Lab wifi: open terminal and ssh pi@10.0.1.50 (password raspberry)
    • If the pi is on RPiwireless (its ad hoc network): see Connecting to the Pi#Ad hoc.
    • To change which network the pi uses:
      • If you want to get back to a wifi network (for connecting to Locomotion Lab) type the command below while logged into the pi:

        sudo cp /etc/network/interfaces-wifi /etc/network/interfaces

      • If you want to get back to an adhoc network, type the command below while logged into the pi:

        sudo cp /etc/network/interfaces-adhoc /etc/network/interfaces

      • NOTE: If you switch from ad-hoc to wifi or vice-a-versa you have to power cycle the pi in order to see changes!
  4. make sure all files from previous tests have been moved to old

Copying not finished yet; check the spreadsheet for the rest