Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi authored Aug 8, 2024
1 parent 00e967e commit 548ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ vectorized under-the-hood.
it, and print the solutions:

```python
graph = jaxfg2.FactorGraph.make(factors, pose_vars)
graph = jaxls.FactorGraph.make(factors, pose_vars)
solution = graph.solve()
print("All solutions", solution)
print("Pose 0", solution[pose_vars[0]])
Expand Down

0 comments on commit 548ff1f

Please sign in to comment.