Weight factors (values): rho(q_0, q_1) = w_t ||X_0 - X_1|| + w_r f(R_0, R_1)

semir

New member
Joined
Dec 13, 2017
Messages
1
"An ideal metric for path planning in SE(3) would correspond to a measure of the minimum swept-volume in the workspace while moving a rigid object from one configuration to another. The most simple and commonly used metrics consider the C-space as a Cartesian space and define aEuclidean metric. For example, if X and R represent the translation and rotation components of the configuration q = (X;R) respectively, then:

. . . . .\(\displaystyle \large{\rho(q_0,\, q_1)\, =\, w_t \|X_0\, -\, X_1\|\, +\, w_r\, f(R_0,\, R_1)}\)

is a weighted metric with the translation component using a standard Euclidean norm, and the positive scalar function f(R0;R1) returning an approximate measure of the distance between the rotations R0;R1 . The rotation distance is scaled relative to the translation distance via the weights wt and wr. One of the difficulties with this method is deciding proper weight values."


I've read this somewhere, and my question is, what is idea for calculating these weight values?
 

Attachments

  • pokit_d0cffa36e832b65fe145a6e9360bda83.jpg
    pokit_d0cffa36e832b65fe145a6e9360bda83.jpg
    3.6 KB · Views: 2
Last edited by a moderator:
For many models, if your translations and rotations can be treated as Random Variables, then the reciprocal of the Variance can produce acceptable results.

Other than that, it is very difficult to provide guidance without intimate knowledge of the process and intent.
 
Last edited by a moderator:
Top