Minkowski sum of two Objects
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm trying to implement the ClearPath pathfinding algorithm, that relys on velocity obstacles.
It is assumed, that both objects have a circular hull.
However, I do not understand how to calculate the minkowski sum of two objects.
Here's an excerpt from the paper
Apparently, the minkowski sum is simply the sum of two sets (here all possible velocities that yield a collision), but it is not explained how to calculate the set of those velocity vectors. It is only explained how to calculate a single velocity vector ( λ(p,v) ). Am I missing something ?
Also, what does this mean ?
let -A denote the object A reflected in its reference point
What is an objects reference point, and what does it mean to reflect said point ?
summation
add a comment |Â
up vote
0
down vote
favorite
I'm trying to implement the ClearPath pathfinding algorithm, that relys on velocity obstacles.
It is assumed, that both objects have a circular hull.
However, I do not understand how to calculate the minkowski sum of two objects.
Here's an excerpt from the paper
Apparently, the minkowski sum is simply the sum of two sets (here all possible velocities that yield a collision), but it is not explained how to calculate the set of those velocity vectors. It is only explained how to calculate a single velocity vector ( λ(p,v) ). Am I missing something ?
Also, what does this mean ?
let -A denote the object A reflected in its reference point
What is an objects reference point, and what does it mean to reflect said point ?
summation
1
See en.wikipedia.org/wiki/Minkowski_addition for information about Minkowski sum. The Minkowski sum of two circular discs is another circular disc (see math.stackexchange.com/questions/444845/…). If $-A$ means $A$ reflected in its reference point, then I think "reference point" just means the origin of the coordinate system you are using to represent $A$.
– Rob Arthan
Jul 29 at 19:19
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to implement the ClearPath pathfinding algorithm, that relys on velocity obstacles.
It is assumed, that both objects have a circular hull.
However, I do not understand how to calculate the minkowski sum of two objects.
Here's an excerpt from the paper
Apparently, the minkowski sum is simply the sum of two sets (here all possible velocities that yield a collision), but it is not explained how to calculate the set of those velocity vectors. It is only explained how to calculate a single velocity vector ( λ(p,v) ). Am I missing something ?
Also, what does this mean ?
let -A denote the object A reflected in its reference point
What is an objects reference point, and what does it mean to reflect said point ?
summation
I'm trying to implement the ClearPath pathfinding algorithm, that relys on velocity obstacles.
It is assumed, that both objects have a circular hull.
However, I do not understand how to calculate the minkowski sum of two objects.
Here's an excerpt from the paper
Apparently, the minkowski sum is simply the sum of two sets (here all possible velocities that yield a collision), but it is not explained how to calculate the set of those velocity vectors. It is only explained how to calculate a single velocity vector ( λ(p,v) ). Am I missing something ?
Also, what does this mean ?
let -A denote the object A reflected in its reference point
What is an objects reference point, and what does it mean to reflect said point ?
summation
asked Jul 29 at 18:49
PAThePianoDude
1
1
1
See en.wikipedia.org/wiki/Minkowski_addition for information about Minkowski sum. The Minkowski sum of two circular discs is another circular disc (see math.stackexchange.com/questions/444845/…). If $-A$ means $A$ reflected in its reference point, then I think "reference point" just means the origin of the coordinate system you are using to represent $A$.
– Rob Arthan
Jul 29 at 19:19
add a comment |Â
1
See en.wikipedia.org/wiki/Minkowski_addition for information about Minkowski sum. The Minkowski sum of two circular discs is another circular disc (see math.stackexchange.com/questions/444845/…). If $-A$ means $A$ reflected in its reference point, then I think "reference point" just means the origin of the coordinate system you are using to represent $A$.
– Rob Arthan
Jul 29 at 19:19
1
1
See en.wikipedia.org/wiki/Minkowski_addition for information about Minkowski sum. The Minkowski sum of two circular discs is another circular disc (see math.stackexchange.com/questions/444845/…). If $-A$ means $A$ reflected in its reference point, then I think "reference point" just means the origin of the coordinate system you are using to represent $A$.
– Rob Arthan
Jul 29 at 19:19
See en.wikipedia.org/wiki/Minkowski_addition for information about Minkowski sum. The Minkowski sum of two circular discs is another circular disc (see math.stackexchange.com/questions/444845/…). If $-A$ means $A$ reflected in its reference point, then I think "reference point" just means the origin of the coordinate system you are using to represent $A$.
– Rob Arthan
Jul 29 at 19:19
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2866299%2fminkowski-sum-of-two-objects%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
See en.wikipedia.org/wiki/Minkowski_addition for information about Minkowski sum. The Minkowski sum of two circular discs is another circular disc (see math.stackexchange.com/questions/444845/…). If $-A$ means $A$ reflected in its reference point, then I think "reference point" just means the origin of the coordinate system you are using to represent $A$.
– Rob Arthan
Jul 29 at 19:19