Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
feat: Add Jupyter Notebook prototyping for Week 14 content
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 27, 2024
1 parent e25c558 commit 50ea905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/cobots2024/book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ parts:
- file: week14/index
sections:
- file: week14/motion_planning_python_api/index
- file: week14/jupyter_notebook_prototyping/index
- file: week14/jupyter_notebook_prototyping/src/moveit_notebook_tutorial
- caption: Projects
chapters:
- file: projects/index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "4df8633e",
"metadata": {},
"source": [
"# Introduction\n",
"# MoveIt Notebook Tutorial\n",
"\n",
"Welcome to this tutorial on using jupyter notebooks with MoveIt 2. A great benefit of being able to interact with MoveIt via a Python notebook is the ability to rapidly prototype code. We hope you find this interface intuitive and that you gain value from using MoveIt via Python notebooks.\n",
"\n",
Expand Down

0 comments on commit 50ea905

Please sign in to comment.