Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DhyeyR-007 authored May 29, 2023
1 parent 690dd11 commit d448838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EDGE_SE2 i j x y theta info(x, y, theta)
Where z_ij = (x, y, theta)^T is the measurement moving from x_i to x_j, i.e. x_j = x_i \oplus z_ij

Basically: \
<img width="851" alt="image" src="https://github.com/DhyeyR-007/Pose-Graph-SLAM/assets/86003669/f3c5d466-5a76-49fa-b5f3-e868ae5bc223">
<img width="851" alt="image" src="https://github.com/DhyeyR-007/Pose-Graph-SLAM/blob/main/Figures/2A_instructions_typed.png">


### 1.B
Expand All @@ -51,7 +51,7 @@ Basically: \
### 2.A
Here we first develop a function to read 3D Garage G2O file from G2O format and output poses and edges.
Basically: \
<img width="851" alt="image" src="https://github.com/DhyeyR-007/Pose-Graph-SLAM/assets/86003669/76f681e7-70fb-4132-88f1-398d00579a29">
<img width="851" alt="image" src="https://github.com/DhyeyR-007/Pose-Graph-SLAM/blob/main/Figures/3A_instructions_typed.png">

### 2.B
**Batch Solution:** We first load data/parking-garage.g2o and then construct a 3D nonlinear factor graph using GTSAM. Use the Gauss-Newton solver.
Expand Down

0 comments on commit d448838

Please sign in to comment.