ACS6121 - Unit 04 (Planning 2) Flashcards

(15 cards)

1
Q

What is a configuration space (C-space)?

A

The set of all possible configurations of a robot; each point represents a unique position/orientation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does ๐ถ_obs represent?

A

The set of all configurations where the robot collides with obstacles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Minkowski difference used for?

A

To compute ๐ถ_obs by โ€œgrowingโ€ obstacles with the shape of the robot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a roadmap in motion planning?

A

A graph embedded in ๐ถ_free used to find paths using discrete search.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is vertical cell decomposition?

A

Divides ๐ถ_free into convex cells by extending vertical lines from obstacle vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What makes sampling-based planning scalable?

A

It doesnโ€™t require explicit computation of ๐ถ_obs; instead, it samples and builds a graph incrementally.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are reflex vertices in motion planning?

A

Vertices in a polygon with internal angles greater than ๐œ‹, used in visibility graph methods.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the tradeoff in sampling resolution?

A

High resolution = better accuracy but slower; low resolution = faster but might miss valid paths.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What defines the topology of a space?

A

A set of open subsets satisfying specific closure and union rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is ๐ถ_free?

A

The set of all configurations where the robot does not collide with any obstacles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. Multiple Choice:
    Which roadmap method minimizes collision risk due to uncertainty?
    A) Vertical Cell Decomposition
    B) Maximum-Clearance (Voronoi)
    C) Visibility Graph
    D) Breadth-First Search
A

โ†’ Correct Answer: B) Maximum-Clearance (Voronoi)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. True/False:
    In sampling-based planning, the robot always finds the shortest path.
A

โ†’ False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. Fill in the Blank:
    The _______________ of a configuration space is the subset where the robot is not in collision.
A

โ†’ Free space (๐ถ_free)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. Short Answer:
    What are the two key properties a roadmap must satisfy?
A

โ†’ It must be connected (a path exists if one exists in ๐ถ_free) and reachable (initial and goal configurations can connect to it).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. Multiple Choice:
    Which of these is not a step in combinatorial planning?
    A) Compute ๐ถ_obs
    B) Build roadmap
    C) Random sampling
    D) Discrete graph search
A

โ†’ Correct Answer: C) Random sampling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly