Service Robots Applications Review Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

General practice questions covering the setup, configuration, and programming instructions for building an NLP-powered service robot using Raspberry Pi 5 and LEGO Spike.

Last updated 4:47 PM on 8/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

What is the module code and title for the robot labsheet?

AI53002FP, Service Robots Applications

2
New cards

How many hours is the duration of the Service Robots Applications module?

4hours4\,\text{hours}

3
New cards

Which specific single-board computer (SBC) and accessory are required for the LEGO Spike robot assembly?

Raspberry Pi 5 (RPI5) with LEGO Build HAT

4
New cards

Which operating system (OS) version is flashed onto the microSD card?

Raspberry Pi OS Bookworm

5
New cards

Which software is recommended for Windows users to establish a Secure Shell (SSH) connection?

PuTTY

6
New cards

What command is used to enter the Raspberry Pi configuration menu to activate Virtual Network Computing (VNC)?

sudo raspi-config

7
New cards

What is the terminal command to manually set the system date and time?

sudo date -s \"mm/dd/yyyy hh:mm\"

8
New cards

Which command is used to create the Python virtual environment for the project?

python3 -m venv --system-site-packages nlp_robot

9
New cards

What is the terminal command to activate the \"nlp_robot\" virtual environment?

source nlp_robot/bin/activate

10
New cards

Which version of the Text-to-Speech library Piper is specified for installation?

piper-tts==1.2.0

11
New cards

Which local Large Language Model (LLM) is run within the Ollama environment?

gemma3:1b

12
New cards

What are the three specific NLP techniques used to develop the robot’s interactive capabilities?

Substring matching, regular expressions, and fuzzy matching

13
New cards

What mechanism is used to map user intents to the corresponding robot actions?

Function dispatch mechanism

14
New cards

Which application is installed on the laptop to access the Raspberry Pi remote desktop?

TigerVNC

15
New cards

What value is typed into the VNC server field to connect to the robot?

.local
16
New cards

Which Python library is specified for controlling the Ollama LLM runtime?

ollama

17
New cards

Besides Text-to-Speech, which two audio-related Python libraries are installed?

sounddevice and soundfile

18
New cards

Which tool is used for formatting the microSD card before flashing?

SD Card Formatter