1 / 9

Laboratory 6

Laboratory 6. End-to-End Prototype. Goals. Receive message from Remote Control Station (RCS). Parse message w/ On-Board System (OBS). Send “OK” message back to RCS. Send parsed messages to robot API. Milestones.

Télécharger la présentation

Laboratory 6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Laboratory 6 End-to-End Prototype

  2. Goals • Receive message from Remote Control Station (RCS). • Parse message w/ On-Board System (OBS). • Send “OK” message back to RCS. • Send parsed messages to robot API.

  3. Milestones • Test 1: Get a reliable socket connection established and test its validity. • Test 2: Construct and send message at RCS and parse at OBS. • Test 3: Send OK message from OBS after receiving message. • Test 4: Receive message from RCS and send it to the robot API • Test 5: Move and stop commands working, including OK reply.

  4. Test 1 • Goal: Establish socket connection and test and test that it works. • Participants: John Fitzsimmons, Mike Dietz, Mark Rawls • Results: Succeeded in establishing a valid socket connection.

  5. Test 2 • Goal: Construct and message at RCS and parse at OBS. • Participants: (Same as Test 1). • Results: Discovered that serialization in C# is too complicated, decided on using basic Strings instead.

  6. Test 3 • Goal: Return an “OK” msg from the OBS to the RCS. • Participants: (Same as Test 2). • Results: Succeeded in returning an “OK” msg.

  7. Test 4 • Goal: Send parsed msgs to robot API. • Participants: (Same as Test 3). • Results: There is a considerable amount of lag (2 to 3 seconds) but it works.

  8. Test 5 • Goal: Every move and stop command working. • Participants: (Same as Test 4). • Results: Still in progress.

  9. Inter-team Communication • Facilitated by two members (Mike and Mike) • Two full team meetings • Sunday: Discussed what we wanted to implement • Tuesday: Testing

More Related