Skip to content

Commit

Permalink
Fix notebook typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Peng authored and strasdat committed Sep 25, 2023
1 parent c6feeb7 commit d270df2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions sophus_pybind/examples/sophus_quickstart_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"* Supports\n",
" * Multiple SO3 @ Single SO3\n",
" * Single SO3 @ Multiple SO3\n",
" * Multiple SO3 @ Single 3D point"
" * Single SO3 @ Multiple 3D points"
]
},
{
Expand Down Expand Up @@ -291,7 +291,7 @@
"* Supports\n",
" * Multiple SE3 @ Single SE3\n",
" * Single SE3 @ Multiple SE3\n",
" * Multiple SE3 @ Single 3D point"
" * Single SE3 @ Multiple 3D points"
]
},
{
Expand Down Expand Up @@ -335,6 +335,14 @@
"print(f\"The repr of the SE3 is {repr(se3_inverse)}\\n\")\n",
"print(f\"A SE3 slice is {se3_slice}\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d61cf4ed-8abe-4aec-a11a-377c4ae5d3c6",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -353,7 +361,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d270df2

Please sign in to comment.