From 45f90ca37f30e6b201ed5b9cb7b18a5f5fd6a3eb Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sun, 6 Oct 2019 08:57:53 +0900 Subject: [PATCH 1/3] try to upgrade 3.7 --- .travis.yml | 4 ++-- README.md | 8 ++++---- appveyor.yml | 4 +--- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index eff3df24..042c69ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ matrix: - os: linux python: - - 3.6 + - 3.7 before_install: - sudo apt-get update @@ -18,7 +18,7 @@ before_install: - conda update -q conda # Useful for debugging any issues with conda - conda info -a - - conda install python==3.6.8 +# - conda install python==3.6.8 install: - conda install numpy==1.15 diff --git a/README.md b/README.md index 6577cf70..1c455e92 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +header pic # PythonRobotics [![Build Status](https://travis-ci.org/AtsushiSakai/PythonRobotics.svg?branch=master)](https://travis-ci.org/AtsushiSakai/PythonRobotics) @@ -93,7 +93,7 @@ See this paper for more details: # Requirements -- Python 3.6.x (2.7 is not supported) +- Python 3.7.x (2.7 is not supported) - numpy @@ -137,7 +137,7 @@ All animation gifs are stored here: [AtsushiSakai/PythonRoboticsGifs: Animation ## Extended Kalman Filter localization - +EKF pic Documentation: [Notebook](https://github.com/AtsushiSakai/PythonRobotics/blob/master/Localization/extended_kalman_filter/extended_kalman_filter_localization.ipynb) @@ -496,7 +496,7 @@ Ref: Path tracking simulation with iterative linear model predictive speed and steering control. - +MPC pic Ref: diff --git a/appveyor.yml b/appveyor.yml index 61f8a0b3..33d4d029 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,9 +6,7 @@ environment: CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd" matrix: - - MINICONDA: C:\Miniconda36-x64 - - + - MINICONDA: C:\Miniconda37-x64 init: - "ECHO %MINICONDA% %PYTHON_VERSION% %PYTHON_ARCH%" From 0e689bf0e88b51d79928e068afa272a95e693ba3 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sun, 6 Oct 2019 09:12:29 +0900 Subject: [PATCH 2/3] removed pycharm markdown setting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c455e92..d97d92ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -header pic +
+header pic +
# PythonRobotics [![Build Status](https://travis-ci.org/AtsushiSakai/PythonRobotics.svg?branch=master)](https://travis-ci.org/AtsushiSakai/PythonRobotics) From 16891e60d104824fadd908fdb41eb5eea4389d71 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sun, 6 Oct 2019 09:18:35 +0900 Subject: [PATCH 3/3] revert it --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d97d92ad..1c455e92 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -
-header pic -
+header pic # PythonRobotics [![Build Status](https://travis-ci.org/AtsushiSakai/PythonRobotics.svg?branch=master)](https://travis-ci.org/AtsushiSakai/PythonRobotics)