Skip to content

Commit 7f3031d

Browse files
committed
2 parents e62e5c7 + df636de commit 7f3031d

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ language: python
33
matrix:
44
include:
55
- os: linux
6-
#- os: osx
7-
#python: "3.6-dev"
86

97
python:
108
- 3.6
@@ -21,17 +19,13 @@ before_install:
2119
# Useful for debugging any issues with conda
2220
- conda info -a
2321
- conda install python==3.6.8
24-
#- conda env create -f ./environment.yml
25-
#- activate python_robotics
26-
2722

2823
install:
2924
- conda install numpy==1.15
3025
- conda install scipy
3126
- conda install matplotlib
3227
- conda install pandas
33-
- conda install -c conda-forge lapack
34-
- conda install -c cvxgrp cvxpy
28+
- pip install cvxpy
3529
- conda install coveralls
3630

3731
script:

users_comments.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,16 @@ Thanks a lot for this amazing set of very useful librarires!
259259

260260
---
261261

262+
Dear Atsushi Sakai, <br> <br>This is probably one of the best open-source robotics based Algorithms I have seen so far. Thank you for posting this knowledge with other engineers. It will definitely help soon to become engineers like myself.
263+
264+
--Don
265+
266+
---
267+
268+
hanks frnd, for ur contibusion
269+
270+
271+
262272
# Citations
263273

264274
1. B. Blaga, M. Deac, R. W. Y. Al-doori, M. Negru and R. Dǎnescu, "Miniature Autonomous Vehicle Development on Raspberry Pi," 2018 IEEE 14th International Conference on Intelligent Computer Communication and Processing (ICCP), Cluj-Napoca, Romania, 2018, pp. 229-236.

0 commit comments

Comments
 (0)