Completed: / exercises

QUIZ 2: Sensors, Sensor Mappings, State Spaces

Due date: 2026-01-24 23:59.
Recommended Resources:

Sensor Characteristics

Question 1

A linear sensor is calibrated using a linear model and least squares.
Which sensor property is directly improved by calibration?
Warning: You have not logged in. You cannot answer.

Question 2

A linear sensor is modeled as:
r=as+b. \\\
What is the sensitivity of this sensor?
Warning: You have not logged in. You cannot answer.

Question 3

TODO:
  • Add assumption that only humidity is the variable that affects the temperature readings, and it is an established fact.
  • Also add references to definitions of reliability, bias and ...
  • Add another question with ground truth for humidity, and calibration results.
A digital thermometer reports temperature in discrete steps of 0.1Β°C. Because of humidity variations, the thermometer’s readings vary from day to day. The true temperature and the reported value on each day are:
Day 1 (low humidity): true temperature 22.0Β°C, reported 21.9Β°C
Day 2 (medium humidity): true temperature 22.5Β°C, reported 22.1Β°C
Day 3 (high humidity): true temperature 22.6Β°C, reported 22.3Β°C
Day 4 (medium humidity): true temperature 22.0Β°C, reported 22.0Β°C
Day 5 (low humidity): true temperature 22.5Β°C, reported 21.8Β°C
Which of the following statements are DEFINITELY correct?
Warning: You have not logged in. You cannot answer.

State Spaces

Question 4

A point-sized mobile robot moves in an environment:
E \subset \mathbb{R}^2. \\\
The robot position is given by coordinates (π‘₯,𝑦) ∈ 𝐸 and it has no other degrees of freedom.
Let the state space be denoted by 𝑋. Which of the following statements correctly describe the state space 𝑋?
Warning: You have not logged in. You cannot answer.

Question 5

A point-sized mobile robot moves in an environment:
E \subset \mathbb{R}^2. \\\
The robot position is (π‘₯,𝑦) ∈ 𝐸 and the robot heading is πœƒ ∈ 𝑆¹.
Let the state space be denoted by 𝑋. Which of the following statements correctly describe the state space 𝑋?
Warning: You have not logged in. You cannot answer.

Question 6

Consider 10 point-sized mobile robots moving in a planar square environment
E = [-1,1]^2 \subset \mathbb{R}^2. \\\
Each robot has no heading and no additional degrees of freedom. Let the state space of the system be denoted by 𝑋, and the state of the robot 𝑖 is its position:
p_i = (x_i,y_i) \in E, \quad i = 1,\dots,10. \\\
Let the detection region be a fixed set 𝑉 βŠ‚ 𝐸.
Which of the following statements are TRUE?
Warning: You have not logged in. You cannot answer.

Sensor Mappings

Question 7

Consider a point-sized mobile robot with a heading that moves within a planar square environment:
E = [-1,1]^2 \subset \mathbb{R}^2. \\\
The robot state is (π‘₯,𝑦,πœƒ), in which (π‘₯,𝑦) ∈ 𝐸 and πœƒ ∈ 𝑆¹. Let the observation space be π‘Œ βŠ‚ ℝ.
A sensor is modeled as a virtual sensor mapping:
h : X \to Y, \\\
which maps each physical state to a sensor observation.
Which of the following are TRUE statements about a sensor mapping β„Ž that measures the distance from the robot’s position to the closest wall?
Warning: You have not logged in. You cannot answer.

Question 8

Consider a point-sized mobile robot with a heading that moves within a planar disc environment:
E = \{(x,y) \in \mathbb{R}^2 \mid x^2 + y^2 \le 1\} \subset \mathbb{R}^2. \\\
The robot state is (π‘₯,𝑦,πœƒ), where (π‘₯,𝑦) ∈ 𝐸 and πœƒ ∈ 𝑆¹. Let the observation space be π‘Œ βŠ‚ ℝ.
A sensor is modeled as a virtual sensor mapping:
h : X \to Y. \\\
Which of the following are TRUE statements about a sensor mapping β„Ž that measures the distance from the robot’s position to the closest wall of the environment?
Warning: You have not logged in. You cannot answer.

Question 9

Consider a point-sized mobile robot with a heading that moves within a planar square environment:
E = [-1,1]^2 \subset \mathbb{R}^2. \\\
The robot state is (π‘₯,𝑦,πœƒ), where (π‘₯,𝑦) ∈ 𝐸 and πœƒ ∈ 𝑆¹. Let the observation space be π‘Œ βŠ‚ ℝ.
A sensor is modeled as a virtual sensor mapping:
h : X \to Y. \\\
Which of the following are TRUE statements about a sensor mapping β„Ž that measures the distance to the wall along the robot’s heading?
Warning: You have not logged in. You cannot answer.

Question 10

Consider a point-sized mobile robot with a heading that moves within a planar circular environment:
E = \{(x,y) \in \mathbb{R}^2 \mid x^2 + y^2 \le 1\}. \\\
The robot state is (π‘₯,𝑦,πœƒ), where (π‘₯,𝑦) ∈ 𝐸 and πœƒ ∈ 𝑆¹. Let the observation space be π‘Œ βŠ‚ ℝ.
A sensor is modeled as a virtual sensor mapping:
h : X \to Y. \\\
Which of the following are TRUE statements about a sensor mapping β„Ž that measures the distance to the wall along the robot’s heading?
Warning: You have not logged in. You cannot answer.

Authors

Anna LaValle, Steven M. LaValle
?