Skip to content

Commit a061e16

Browse files
committed
start fixing.
1 parent c632666 commit a061e16

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

SLAM/GraphBasedSLAM/graphSLAM_doc.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"import numpy as np\n",
109
"import copy\n",
1110
"import math\n",
1211
"import itertools\n",
1312
"import numpy as np \n",
14-
"import cvxpy as cp\n",
1513
"import matplotlib.pyplot as plt\n",
1614
"from graph_based_slam import calc_rotational_matrix, calc_jacobian, cal_observation_sigma, \\\n",
1715
" calc_input, observation, motion_model, Edge, pi_2_pi\n",
@@ -650,8 +648,17 @@
650648
"nbconvert_exporter": "python",
651649
"pygments_lexer": "ipython3",
652650
"version": "3.6.5"
651+
},
652+
"pycharm": {
653+
"stem_cell": {
654+
"cell_type": "raw",
655+
"source": [],
656+
"metadata": {
657+
"collapsed": false
658+
}
659+
}
653660
}
654661
},
655662
"nbformat": 4,
656663
"nbformat_minor": 2
657-
}
664+
}

0 commit comments

Comments
 (0)