peteflorence / nanomap_ros

NanoMap: Fast, Uncertainty-Aware Proximity Queries with Lazy Search of Local 3D Data
https://www.youtube.com/watch?v=zWAs_Djd_hA
Other
176 stars 57 forks source link

rdf, rdf frame #12

Open QING-ML opened 4 years ago

QING-ML commented 4 years ago

What represents the "rdf" and "rdf frame" in the repository quadrotor-collision-avoidance?

peteflorence commented 4 years ago

“Right down forward”, it’s the typical convention for coordinate frames associated with cameras

Right is x Down is y Forward is z

In the convention, {right,down} have the same directions (but not scale) as {u,v} pixel coordinates

And then z is aligned as the depth

On Tue, Sep 3, 2019 at 8:20 AM Qingqi notifications@github.com wrote:

What represents the "rdf" and "rdf frame" in the repository quadrotor-collision-avoidance?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/peteflorence/nanomap_ros/issues/12?email_source=notifications&email_token=ABLBBKBSFJRQC4QWOATJG73QHZJBNA5CNFSM4ITFTRG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HI7AMVA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLBBKA5HZQUWGW7O3CRZ2TQHZJBNANCNFSM4ITFTRGQ .

peteflorence commented 4 years ago

And then also note that for a moving robot it’s more common to instead have a frame where x is forward, y is left, and z is up. There are many different possible frame choices

On Tue, Sep 3, 2019 at 8:24 AM Pete Florence pete.florence@gmail.com wrote:

“Right down forward”, it’s the typical convention for coordinate frames associated with cameras

Right is x Down is y Forward is z

In the convention, {right,down} have the same directions (but not scale) as {u,v} pixel coordinates

And then z is aligned as the depth

On Tue, Sep 3, 2019 at 8:20 AM Qingqi notifications@github.com wrote:

What represents the "rdf" and "rdf frame" in the repository quadrotor-collision-avoidance?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/peteflorence/nanomap_ros/issues/12?email_source=notifications&email_token=ABLBBKBSFJRQC4QWOATJG73QHZJBNA5CNFSM4ITFTRG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HI7AMVA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLBBKA5HZQUWGW7O3CRZ2TQHZJBNANCNFSM4ITFTRGQ .

QING-ML commented 4 years ago

Thanks, Do you remember that how many frames have you defined in the project quadrotor-collision-avoidance?

QING-ML commented 4 years ago

In the respository"quadrotor_collision_avoidance" there are"world","body","ortho_body","Carrot_world_frame","carrot_ortho_body_frame". what is the difference between different frame, especially different "_body"?