IILFM icon indicating copy to clipboard operation
IILFM copied to clipboard

define the locations of the vertices with respect to the world coordinate system

Open CLboyrobot opened this issue 1 year ago • 1 comments

hello,thank you for your great work,could you plealse tell me the locations of the vertices with respect to the world coordinate system hwo to get? i am looking forward to you

CLboyrobot avatar May 08 '24 08:05 CLboyrobot

The locations of the vertices expressed in the world frame are defined by you. The following book (starting from page 331) should be helpful: http://asrl.utias.utoronto.ca/~tdb/bib/barfoot_ser17.pdf

Suppose that the coordinates of a vertex expressed in the marker frame are p, the world coordinates of it will be p' = T*p. You need to define T yourself.

yorklyb avatar Jun 05 '24 21:06 yorklyb