From f1a82fc91463492f07adb387ba043e1cec7640d5 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 14:07:07 +0900 Subject: [PATCH 1/8] Update users_comments.md --- users_comments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users_comments.md b/users_comments.md index 9ba481d2..bdcc1ce9 100644 --- a/users_comments.md +++ b/users_comments.md @@ -259,6 +259,12 @@ Thanks a lot for this amazing set of very useful librarires! --- +Dear Atsushi Sakai,

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. + +--Don + +--- + # Citations 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. From 5d6e04b57baa05b2005ef3aac489c8cafe0c9b9d Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 15:18:29 +0900 Subject: [PATCH 2/8] Update users_comments.md --- users_comments.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users_comments.md b/users_comments.md index bdcc1ce9..aa255393 100644 --- a/users_comments.md +++ b/users_comments.md @@ -265,6 +265,10 @@ Dear Atsushi Sakai,

This is probably one of the best open-source roboti --- +hanks frnd, for ur contibusion + +— + # Citations 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. From 3b1c48692ddb9d4a5078bb5ba4db7bcfe26b4201 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 15:31:17 +0900 Subject: [PATCH 3/8] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6cbe37a2..b6850e8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,9 @@ install: - conda install scipy - conda install matplotlib - conda install pandas + - conda config --add channels oxfordcontrol - conda install -c conda-forge lapack - - conda install -c cvxgrp cvxpy + - conda install -c cvxgrp cvxpy=1.0.24 - conda install coveralls script: From bbe0f3a41c6eecf102e3a06d65d4ebaacd2b165e Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 17:47:50 +0900 Subject: [PATCH 4/8] Update .travis.yml --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6850e8b..3be3da8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,10 @@ install: - conda install scipy - conda install matplotlib - conda install pandas - - conda config --add channels oxfordcontrol - - conda install -c conda-forge lapack - - conda install -c cvxgrp cvxpy=1.0.24 + #- conda config --add channels oxfordcontrol + #- conda install -c conda-forge lapack + #- conda install -c cvxgrp cvxpy=1.0.24 + - pip install cvxpy - conda install coveralls script: From 92237d61b4b39e7b655851e3d7da3a56bc1971a0 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 17:58:30 +0900 Subject: [PATCH 5/8] Update .travis.yml --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3be3da8d..dd2a9651 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ language: python matrix: include: - os: linux - #- os: osx - #python: "3.6-dev" + - os: osx + python: "3.6-dev" python: - 3.6 @@ -21,18 +21,12 @@ before_install: # Useful for debugging any issues with conda - conda info -a - conda install python==3.6.8 - #- conda env create -f ./environment.yml - #- activate python_robotics - install: - conda install numpy==1.15 - conda install scipy - conda install matplotlib - conda install pandas - #- conda config --add channels oxfordcontrol - #- conda install -c conda-forge lapack - #- conda install -c cvxgrp cvxpy=1.0.24 - pip install cvxpy - conda install coveralls From 32574637b7a123b2b9db115a92dcfb252d64841a Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 18:02:43 +0900 Subject: [PATCH 6/8] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd2a9651..a206ac29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ matrix: include: - os: linux - os: osx - python: "3.6-dev" + python: "3.6" python: - 3.6 From 4b2c23a91e400add67f3ceeb43fb6fb4a220c03a Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 18:04:52 +0900 Subject: [PATCH 7/8] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a206ac29..d12886ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ matrix: include: - os: linux - os: osx - python: "3.6" python: - 3.6 From df636de5949cfb1e6a89196e308633e0ebc07fd1 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 25 Jun 2019 18:07:14 +0900 Subject: [PATCH 8/8] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d12886ce..eff3df24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python matrix: include: - os: linux - - os: osx python: - 3.6