Search found 4 matches

by xinghan_liu
Mon Jun 05, 2017 12:21 am
Forum: Spring 2017
Topic: Proj 5 Final Research Project
Replies: 21
Views: 17154

Re: Proj 5 Final Research Project

For my final project, I want to explore more with how camera could analyze shape. I'm inspired by zumo's line follower program, and I wonder if a robot can have different reaction to different simple shape. Furthermore, I want to know is there any possibility for a robot has reaction to people's han...
by xinghan_liu
Mon May 22, 2017 9:25 am
Forum: Spring 2017
Topic: Proj 4 Robot Behavior
Replies: 8
Views: 6721

Group #1

How will it use: . Forward, and backward movement . Left and right direction . Speed . When will it stop . Will it use Pan and Tilt? How? . What will it do when it sees a face? It will make a sound once it sees a face, and light would be turned on as a notice. And once it closes to the borderline, t...
by xinghan_liu
Mon May 01, 2017 11:22 am
Forum: Spring 2017
Topic: Proj 2 - Zumo Robot 1st Effort Report
Replies: 6
Views: 6476

Re: Proj 2 - Zumo Robot 1st Effort Report (Group #1)

#include <Wire.h> #include <Zumo32U4.h> // This is the maximum speed the motors will be allowed to turn. // A maxSpeed of 400 lets the motors go at top speed. Decrease // this value to impose a speed limit. const uint16_t maxSpeed = 400; Zumo32U4Buzzer buzzer; Zumo32U4LineSensors lineSensors; Zumo32...
by xinghan_liu
Sun Apr 16, 2017 8:49 pm
Forum: Spring 2017
Topic: Proj 1- Intro - (Due April 17)
Replies: 18
Views: 17699

Re: Assignment 1 Due April 17

From the basic physical principles, which is pinhole camera model, to today's VR camera, taking pictures have became to a totally digital technique. With today's high technology, artists keep thinking of how can we create art with new generation of cameras. However, today's different type of camera ...