Skip to content

Commit

Permalink
Adding lectures temp to book
Browse files Browse the repository at this point in the history
  • Loading branch information
syangabq committed Sep 17, 2018
1 parent e3facb2 commit c7b999f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/doc-sky/60-debugging/10-assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ algorithm or functionality on the robot. An incorrect transform might be
impossible to debug if you print out the matrix, but instantly obvious as soon
as you draw it in a 3D visualizer.

For each condition below:
For each condition below:
1) Use the Javascript interface to visualize the state or output
2) Describe a procedure to verify the output works as expected
3) Carry out the procedure using your drone and describe the results

*Submit the pictures as visualize_<condition number>.png and write the written
*Submit the pictures as visualize_[INSERT CONDITION NUMBER].png and write the written
responses in `answers.txt`.*

1. Camera Output: How does it work on different lighting
Expand Down Expand Up @@ -112,7 +112,7 @@ programs that talk to the respective hardware module.
how to talk directly to the controller without using ROS. The flight
controller speaks [Multiwii Serial
Protocol]("http://www.multiwii.com/wiki/index.php?title=Multiwii_Serial_Protocol).
*Submit your answer as `my_arm.py`*.
*Submit your answer as `my_arm.py`*.

2. Write a program to read a single frame from the camera, save it to a file,
and return, without using ROS. Verify your program runs, and include your
Expand Down
13 changes: 13 additions & 0 deletions book/doc-sky/80-lectures/00-lectures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Lectures {#part:lectures status=ready}

## Lecture 1: Introduction
Date: 09/06/18
[Slides](https://drive.google.com/file/d/1J25NkCqke0FHvPKsa6aXL9PsIz19PEoE/view?usp=sharing)

## Lecture 2: Safety
Date: 09/11/18
[Slides](https://drive.google.com/file/d/1cfuC8Y4m5RrbpJSMdsn0WGOw5AdmBEpA/view?usp=sharing)

## Lecture 3: Hardware and Robot Design
Date: 09/13/18
[Slides](https://drive.google.com/file/d/1--V2SgQcVP_049eY5QH8z6m51DQ1GLna/view?usp=sharing)
Binary file added book/doc-sky/80-lectures/2018-09-06-introduction.pdf
Binary file not shown.
Binary file added book/doc-sky/80-lectures/2018-09-11-safety.pdf
Binary file not shown.
Binary file added book/doc-sky/80-lectures/2018-09-13-build.pdf
Binary file not shown.

0 comments on commit c7b999f

Please sign in to comment.