Cozmo Build a Plate Game
latest
Getting Started
Setup
Basic Program Flow
API
cozmo_taste_game package
Diagrams
Class Diagrams
Image Recognition
How to Train Cozmo to Recognize a New Food
About
Documentation
Credits
Cozmo Build a Plate Game
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
F
|
G
|
H
|
I
|
L
|
M
|
O
|
P
|
R
|
S
|
T
|
V
|
W
A
add_event_handler() (cozmo_taste_game.robot.cozmo_robot.CozmoRobot method)
(cozmo_taste_game.robot.fake_robot.FakeRobot method)
(cozmo_taste_game.robot.robot.Robot method)
add_food() (cozmo_taste_game.plate.colorful_plate.ColorfulPlate method)
(cozmo_taste_game.plate.plate.Plate method)
allowed_file() (in module cozmo_taste_game.image_recognition.tensor_functions)
analyze_photo() (in module cozmo_taste_game.image_recognition.tensor_functions)
analyze_response() (cozmo_taste_game.image_recognition.response_analyzer.ResponseAnalyzer method)
B
Banana (class in cozmo_taste_game.food.food_props)
Blueberry (class in cozmo_taste_game.food.food_props)
Broccoli (class in cozmo_taste_game.food.food_props)
C
can_place_food() (cozmo_taste_game.plate.colorful_plate.ColorfulPlate method)
(cozmo_taste_game.plate.plate.Plate method)
Carrot (class in cozmo_taste_game.food.food_props)
check_plate_and_celebrate() (cozmo_taste_game.robot.cozmo_robot.CozmoRobot method)
(cozmo_taste_game.robot.fake_robot.FakeRobot method)
(cozmo_taste_game.robot.robot.Robot method)
Cheese (class in cozmo_taste_game.food.food_props)
color (cozmo_taste_game.food.food_prop.FoodProp attribute)
(cozmo_taste_game.food.food_props.Banana attribute)
(cozmo_taste_game.food.food_props.Blueberry attribute)
(cozmo_taste_game.food.food_props.Broccoli attribute)
(cozmo_taste_game.food.food_props.Carrot attribute)
(cozmo_taste_game.food.food_props.Cheese attribute)
(cozmo_taste_game.food.food_props.Corn attribute)
(cozmo_taste_game.food.food_props.Cupcake attribute)
(cozmo_taste_game.food.food_props.Grapes attribute)
(cozmo_taste_game.food.food_props.Hotdog attribute)
(cozmo_taste_game.food.food_props.Milk attribute)
(cozmo_taste_game.food.food_props.Orange attribute)
(cozmo_taste_game.food.food_props.Watermelon attribute)
ColorfulPlate (class in cozmo_taste_game.plate.colorful_plate)
colors (cozmo_taste_game.plate.colorful_plate.ColorfulPlate attribute)
Corn (class in cozmo_taste_game.food.food_props)
cozmo_taste_game (module)
cozmo_taste_game.food (module)
cozmo_taste_game.food.food_group (module)
cozmo_taste_game.food.food_prop (module)
cozmo_taste_game.food.food_props (module)
cozmo_taste_game.image_recognition (module)
cozmo_taste_game.image_recognition.response_analyzer (module)
cozmo_taste_game.image_recognition.tensor_functions (module)
cozmo_taste_game.plate (module)
cozmo_taste_game.plate.colorful_plate (module)
cozmo_taste_game.plate.plate (module)
cozmo_taste_game.robot (module)
cozmo_taste_game.robot.cozmo_robot (module)
cozmo_taste_game.robot.fake_robot (module)
cozmo_taste_game.robot.robot (module)
cozmo_taste_game.taster (module)
CozmoRobot (class in cozmo_taste_game.robot.cozmo_robot)
Cupcake (class in cozmo_taste_game.food.food_props)
F
FakeRobot (class in cozmo_taste_game.robot.fake_robot)
food_groups (cozmo_taste_game.food.food_prop.FoodProp attribute)
(cozmo_taste_game.food.food_props.Broccoli attribute)
(cozmo_taste_game.food.food_props.Hotdog attribute)
(cozmo_taste_game.food.food_props.Watermelon attribute)
FoodGroup (class in cozmo_taste_game.food.food_group)
FoodProp (class in cozmo_taste_game.food.food_prop)
force_input() (cozmo_taste_game.image_recognition.response_analyzer.ResponseAnalyzer method)
fruit (cozmo_taste_game.food.food_group.FoodGroup attribute)
G
get_food() (in module cozmo_taste_game.food.food_props)
get_found_food() (cozmo_taste_game.image_recognition.response_analyzer.ResponseAnalyzer method)
get_new_preferences() (cozmo_taste_game.taster.Taster method)
getrandbits() (in module cozmo_taste_game.robot.cozmo_robot)
grain (cozmo_taste_game.food.food_group.FoodGroup attribute)
Grapes (class in cozmo_taste_game.food.food_props)
H
has_found_food() (cozmo_taste_game.image_recognition.response_analyzer.ResponseAnalyzer method)
Hotdog (class in cozmo_taste_game.food.food_props)
I
is_full (cozmo_taste_game.plate.colorful_plate.ColorfulPlate attribute)
(cozmo_taste_game.plate.plate.Plate attribute)
L
load_graph() (in module cozmo_taste_game.image_recognition.tensor_functions)
load_labels() (in module cozmo_taste_game.image_recognition.tensor_functions)
M
Milk (class in cozmo_taste_game.food.food_props)
O
Orange (class in cozmo_taste_game.food.food_props)
P
Plate (class in cozmo_taste_game.plate.plate)
protein (cozmo_taste_game.food.food_group.FoodGroup attribute)
R
rank_food() (cozmo_taste_game.taster.Taster method)
react_negatively() (cozmo_taste_game.robot.cozmo_robot.CozmoRobot method)
(cozmo_taste_game.robot.fake_robot.FakeRobot method)
(cozmo_taste_game.robot.robot.Robot method)
react_positively() (cozmo_taste_game.robot.cozmo_robot.CozmoRobot method)
(cozmo_taste_game.robot.fake_robot.FakeRobot method)
(cozmo_taste_game.robot.robot.Robot method)
read_tensor_from_image_file() (in module cozmo_taste_game.image_recognition.tensor_functions)
ResponseAnalyzer (class in cozmo_taste_game.image_recognition.response_analyzer)
Robot (class in cozmo_taste_game.robot.robot)
S
set_start_position() (cozmo_taste_game.robot.cozmo_robot.CozmoRobot method)
(cozmo_taste_game.robot.fake_robot.FakeRobot method)
(cozmo_taste_game.robot.robot.Robot method)
speak() (cozmo_taste_game.robot.cozmo_robot.CozmoRobot method)
(cozmo_taste_game.robot.fake_robot.FakeRobot method)
(cozmo_taste_game.robot.robot.Robot method)
T
taste_food() (cozmo_taste_game.taster.Taster method)
Taster (class in cozmo_taste_game.taster)
turn_in_place() (cozmo_taste_game.robot.cozmo_robot.CozmoRobot method)
(cozmo_taste_game.robot.fake_robot.FakeRobot method)
(cozmo_taste_game.robot.robot.Robot method)
V
vegetable (cozmo_taste_game.food.food_group.FoodGroup attribute)
W
Watermelon (class in cozmo_taste_game.food.food_props)