QUIZ 4: Sensor Fusion, Triangulation¶
Due date: 2026-02-07 23:59.
Recommended Resources:
- SF: Sensing and Filtering, Steven M. LaValle, PDF
- Recorded Lectures and Slides
%✅ For a point in the field of view of the camera the sensor maps 3D point coordinates to 2D image coordinates.
%❌ For a point in the field of view of the camera the sensor maps 3D point coordinates to the orientation of the ray from the point to the pinhole.
%❌ The preimage is a single point in ℝ³.
%❌ The preimage is a plane in ℝ³.
%✅ The preimage is a ray in ℝ³, originating at the pinhole.
%❌ The preimage consists of all points in the camera’s field of view.
%❌ The preimage consists of all points outside the camera’s field of view.
%❌ The preimage is empty.
%❌ The observation uniquely determines the position of the point, 𝑝.
%✅ The observation is the same for all points along the ray from the pinhole through 𝑝 (excluding the pinhole itself).
%❌ The preimage is a single point in ℝ³.
%❌ The preimage is a plane in ℝ³.
%❌ The preimage is a ray in ℝ³, originating at the pinhole.
%❌ The preimage consists of all points in the camera’s field of view.
%✅ The preimage consists of all points outside the camera’s field of view.
%❌ The preimage is empty.
%❌ The observation uniquely determines the position of the point, 𝑝.
%✅ The observation is the same for all points along the ray from the pinhole through 𝑝 (excluding the pinhole itself).
%✅ ℎ⁻¹(5) = { (𝑥,5) ∣ 𝑥 ∈ [−1,1] }.
%❌ ℎ⁻¹(5) = { (𝑥,𝑡) ∣ 𝑥 ∈ [−1,1], 𝑡 ∈ [0,10]}.
%❌ ℎ⁻¹(5) = [−1,1] x [0,10].
%✅ ℎ⁻¹(5) = [−1,1] x {5}.
%✅ ℎ⁻¹(5) is a linear segment in 𝑍 = [−1,1] x [0,10].
%✅ ℎ⁻¹(5) ⊂ [−1,1] x [0,10].
%❌ ℎ⁻¹(5) ⊂ 𝑋.
%❌ The sensor is bijective.
%❌ ℎ(𝑧) = 5 uniquely determines the state 𝑥.
%✅ ℎ reports time.
%✅ ℎ(𝑥) reports distance to a landmark at (1, 1).
%❌ ℎ(𝑥₁, 𝑥₂) reports the minimum between 𝑥₁ and 𝑥₂.
%❌ ℎ⁻¹(1) is a line.
%✅ ℎ⁻¹(1) is a circle of radius 1 centered at (1,1).
%❌ ℎ⁻¹(𝑦) is empty for all 𝑦 > 0.
%✅ ℎ⁻¹(𝑦) is a circle of radius 𝑦 for all 𝑦 > 0.
%❌ The sensor uniquely determines position, 𝑥.
%✅ The observation remains the same if the sensor is rotated about (1, 1).
%❌ ℎ is a proximity sensor.
%✅ ℎ is a detection sensor.
%❌ The sensor measures distance to 𝑉.
%✅ The sensor detects whether or not the robot is in 𝑉.
%✅ ℎ⁻¹(1) = 𝑉.
%✅ ℎ⁻¹(0) = 𝑋 \ 𝑉.
%❌ The sensor uniquely determines the state of the robot, 𝑥.
%✅ Δ(1, 1) = ∅.
%❌ Δ(𝑦₁, 𝑦₂) = ∅ ⟺ (𝑦₁ < 2) and (𝑦₂ < 2).
%❌ Δ(𝑦₁, 𝑦₂) = ∅ ⟺ y₁ + y₂ < 4.
%✅ Δ(y₁, y₂) = ∅ ⟺ (y₁ + y₂ < 4) or (|y₁ − y₂| > 4).
%❌ Δ(0, 4) contains all points on the line between the two towers.
%✅ Δ(0, 4) = {(0, 0)}.
%✅ Δ(4, 0) = {(0, 4)}.
%✅ Δ(𝑦₁, 𝑦₂) is a single point for any 𝑦₁, 𝑦₂, such that 𝑦₁ + 𝑦₂ = 4.
%❌ Δ(2, 2) contains two points.
%✅ Δ(2, 2) uniquely determines the state 𝑥.
%✅ Δ(5, 2, 1) = (𝑋 × {5}) ∩ ({𝑥 : ∥𝑥∥ = 2} × 𝑇) ∩ (𝑉 × 𝑇).
%✅ Δ(5, 2, 1) = ({𝑥 : ∥𝑥∥ = 2} ∩ 𝑉) × {5}.
%❌ Δ(5, 2, 1) ⊂ 𝑋.
%✅ If 𝑉 = {𝑥 ∣ 𝑥₂ > 4}, then Δ(5, 2, 1) = ∅.
%✅ If 𝑉 = ℝ², then Δ(5, 2, 1) = {𝑥 : ∥𝑥∥ = 2} × {5}.
%❌ Δ(𝑦₁, 𝑦₂, 𝑦₃) = (𝑋 × {𝑦₁}) ∩ ({𝑥 : ∥𝑥∥ = 𝑦₂} × 𝑇) ∩ (𝑉 × 𝑇).
%✅ Δ(𝑦₁, 𝑦₂, 1) = ({𝑥 : ∥𝑥∥ = 𝑦₂} ∩ 𝑉) × {𝑦₁}, for all choices of 𝑉.
%✅ Δ(𝑦₁, 𝑦₂, 𝑦₃) uniquely determines time t = 𝑦₁, for all choices of 𝑉.
%❌ Δ(𝑦₁, 𝑦₂, 𝑦₃) uniquely determines 𝑥 for all choices of 𝑉.
%❌ 𝐻₂⁻¹(5) is a circle.
%✅ 𝐻₂⁻¹(5) = { 𝑥 ∈ ℝ² ∣ ∣∥𝑥 − (1, 1)∥ − 5∣ ≤ 𝜀 }.
%✅ The set 𝐻₂⁻¹(5) is an annulus centered at (1, 1).
%❌ 𝐻₂⁻¹(𝑦) is empty for all 𝑦 > 0.
%✅ 𝐻₂⁻¹(𝑦) ⊃ ℎ₂⁻¹(𝑦).
%❌ 𝐻₂⁻¹(𝑦) uniquely determines the position 𝑥.
%✅ 𝐻₂(𝑥) = { 𝑦 ∈ [0, ∞) ∣ ∣𝑦 − ∥𝑥 − (1, 1)∥∣ ≤ 𝜀 }.
%✅ The sensor ℎ₂ reports distance to the landmark at (1, 1) with bounded error.
%✅ 𝐻₁⁻¹(𝑦₁) = 𝑋 × ([𝑦₁ − 𝜀₁, 𝑦₁ + 𝜀₁] ∩ 𝑇).
%✅ 𝐻₂⁻¹(𝑦₂) = { (𝑥,𝑡) ∈ 𝑍 ∣ |‖𝑥‖ − 𝑦₂| ≤ 𝜀₂ }.
%✅ Δ(𝑦₁, 𝑦₂, 1) = ({ 𝑥 ∣ |‖𝑥‖ − 𝑦₂| ≤ 𝜀₂ } ∩ 𝑉) × ([𝑦₁ − 𝜀₁, 𝑦₁ + 𝜀₁] ∩ 𝑇).
%❌ Δ(𝑦₁, 𝑦₂, 𝑦₃) = { 𝑥 ∣ ‖𝑥‖ = 𝑦₂ } × {𝑦₁}.
%❌ Δ(𝑦₁, 𝑦₂, 𝑦₃) ⊂ 𝑋.
%✅ If 𝑉 = ℝ², then Δ(𝑦₁, 𝑦₂, 1) = { 𝑥 ∣ |‖𝑥‖ − 𝑦₂| ≤ 𝜀₂ } × ([𝑦₁ − 𝜀₁, 𝑦₁ + 𝜀₁] ∩ 𝑇).
%✅ If 𝑉 = ∅, then Δ(𝑦₁, 𝑦₂, 1) = ∅.
%❌ Δ(𝑦₁, 𝑦₂, 𝑦₃) is always a single point.
%❌ Δ(𝑦₁, 𝑦₂, 𝑦₃) uniquely determines the state 𝑥 for all choices of 𝑉.
%❌ Δ(𝑦₁, 𝑦₂, 𝑦₃) uniquely determines the time 𝑡.
%❌ The sensor uniquely determines whether 𝑥 ∈ 𝑉.
%❌ 𝑃(𝑥 ∈ 𝑉 ∣ 𝑦 = 1) = 1/2.
%✅ 𝑃(𝑥 ∈ 𝑉 ∣ 𝑦 = 1) = 9/10.
%❌ 𝑃(𝑥 ∉ 𝑉 ∣ 𝑦 = 1) = 9/10.
%✅ 𝑃(𝑥 ∉ 𝑉 ∣ 𝑦 = 1) = 1/10.
%❌ 𝑃(𝑥 ∈ 𝑉 ∣ 𝑦 = 1) = 1.
%❌ The observation provides no information about the state.
Authors¶
Anna LaValle, Steven M. LaValle.
Give feedback on this content
Leave your comments below: