Skip to content

Commit 135e33a

Browse files
committed
2 parents c80583b + 7a2abad commit 135e33a

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ install:
3838
- conda update -q conda
3939
- conda info -a
4040
- "python -m pip install --upgrade pip"
41-
- conda install numpy==1.15
42-
- conda install scipy
43-
- conda install matplotlib
44-
- conda install pandas
45-
- conda config --add channels conda-forge
46-
- conda install -c conda-forge lapack
47-
- conda install -c cvxgrp cvxpy
48-
- conda install coveralls
49-
#- conda env create -f C:\\projects\pythonrobotics\environment.yml
50-
#- activate python_robotics
41+
#- conda install numpy==1.15
42+
#- conda install scipy
43+
#- conda install matplotlib
44+
#- conda install pandas
45+
#- conda config --add channels conda-forge
46+
#- conda install -c conda-forge lapack
47+
#- conda install -c cvxgrp cvxpy
48+
#- conda install coveralls
49+
- conda env create -f C:\\projects\pythonrobotics\environment.yml
50+
- activate python_robotics
5151

5252
# Check that we have the expected version and architecture for Python
5353
- "python --version"

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ dependencies:
55
- scipy
66
- numpy==1.15
77
- pandas
8-
- cvxpy
8+
- pip:
9+
- cvxpy

users_comments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ Dear AtsushiSakai, <br>Hello! YOUR CODE IS SUPER SUPER HELPFUL AND GIVES ME CLEA
152152

153153
---
154154

155+
Hi AtsushiSakai, <br> <br>Thanks for creating the pythonrobotics repo! It's an awesome repo that has been of great help to me. I've referenced your extended kalman filter algorithm while creating my own for localization using a 2D lidar, camera, and IMU. Our robot is destined to compete soon, so fingers crossed that all works out! Thanks again.
156+
155157

156158
=========
157159

0 commit comments

Comments
 (0)