Computer Vision/Robotics - What's a pose-graph?

  • Thread starter Thread starter golmschenk
  • Start date Start date
  • Tags Tags
    Computer
AI Thread Summary
A pose graph is defined as a graph data structure where each node represents a frame with a specific origin, and each directed edge signifies the transformation, including translation and rotation, from one node to another. Additionally, the edges incorporate covariance information. The discussion seeks to confirm this definition and invites further clarification or additional details to enhance the understanding of pose graphs.
golmschenk
Messages
35
Reaction score
0
I've been looking for a definition for a while now. A google search turns up plenty of research papers using them but I haven't found a definition yet. Can anyone explain it to me? Thanks for your time!
 
Technology news on Phys.org
Nevermind. I think I found it. A pose graph is a graph data structure where each node is a frame with a specific origin and each directed edge is the transformation (translation and rotation) from one node (frame) to another. Is this right? Or wrong? Or is there something anyone thinks should be added to this description? Thanks.
 
Also, the edge contains the covariance. Anything else? Again, thanks.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top