Trajectory Generation Flashcards

1
Q

What is the purpose of tragectory generation?

A

computing the required path of the tool frame into a set of joint motions.
Cartesian trajectory generation

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

What are 2 types of spatial constraints?

A

Via points:
used to define intermediate points between the inital and final pose
Path points:
set of all via points, inital and final point

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

How is a smooth function defined?

A

A desirable motion that is a continuous function with a continuous first derivative

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

Define a joint-space scheme

A

Define joint variables as functions of time
-all path points converted to joint angles
-a smooth function
-time required for each segment must be the same

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

How do we make a smooth motion?

A

There are at least 4 constraints on ø(t)
constraints on intital and final values
ø(0) = ø0
ø(tf) = øf
constraints on velocity being continuous
ø_dot (0) = 0
ø_dot(tf) = 0

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

How are trajectory constraints satisfied?

A

If we have 4 constraints, a cubic polynomial with four coeffcients is used

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

What are the difference in constraints between a path with via points and a trajectory path without?

A

With via points, the velocity constraints between the two points are non-zero
ø_dot(0) = ø_dot_initial
ø_dot(tf) = ø_dot_final

without via points, the velocity constraints are 0 at initial and final

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

How can via points be specified?

A
  1. The user specifies the desired velocity at each via point
  2. System automatically chooses by using a heuristic
  3. The system automatically chooses the velocities so that acceleration at the via points is continuous
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does a simple heuristic work?

A

Define the connections between via points as straight lines
If the slope of the lines change sign, choose zero velocity for that point
If the slope does not change sign, choose average between the 2 slopes

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