Skip to content

Commit

Permalink
fixed import path in basic motion notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybdub committed Mar 9, 2019
1 parent 17eef76 commit 236b73f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions notebooks/robot/basic_motion/basic_motion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -44,7 +44,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -71,7 +71,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -94,7 +94,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -110,7 +110,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -458,7 +458,7 @@
"metadata": {},
"outputs": [],
"source": [
"from jetbot_robot.heartbeat import Heartbeat\n",
"from jetbot import Heartbeat\n",
"\n",
"heartbeat = Heartbeat()\n",
"\n",
Expand Down

0 comments on commit 236b73f

Please sign in to comment.