Skip to content

Commit 45f90ca

Browse files
committed
try to upgrade 3.7
1 parent d2da3ab commit 45f90ca

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
- os: linux
66

77
python:
8-
- 3.6
8+
- 3.7
99

1010
before_install:
1111
- sudo apt-get update
@@ -18,7 +18,7 @@ before_install:
1818
- conda update -q conda
1919
# Useful for debugging any issues with conda
2020
- conda info -a
21-
- conda install python==3.6.8
21+
# - conda install python==3.6.8
2222

2323
install:
2424
- conda install numpy==1.15

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://github.com/AtsushiSakai/PythonRobotics/raw/master/icon.png?raw=true" align="right" width="300"/>
1+
<img src="https://github.com/AtsushiSakai/PythonRobotics/raw/master/icon.png?raw=true" align="right" width="300" alt="header pic"/>
22

33
# PythonRobotics
44
[![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:
9393

9494
# Requirements
9595

96-
- Python 3.6.x (2.7 is not supported)
96+
- Python 3.7.x (2.7 is not supported)
9797

9898
- numpy
9999

@@ -137,7 +137,7 @@ All animation gifs are stored here: [AtsushiSakai/PythonRoboticsGifs: Animation
137137

138138
## Extended Kalman Filter localization
139139

140-
<img src="https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Localization/extended_kalman_filter/animation.gif" width="640">
140+
<img src="https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Localization/extended_kalman_filter/animation.gif" width="640" alt="EKF pic">
141141

142142
Documentation: [Notebook](https://github.com/AtsushiSakai/PythonRobotics/blob/master/Localization/extended_kalman_filter/extended_kalman_filter_localization.ipynb)
143143

@@ -496,7 +496,7 @@ Ref:
496496

497497
Path tracking simulation with iterative linear model predictive speed and steering control.
498498

499-
<img src="https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/model_predictive_speed_and_steer_control/animation.gif" width="640">
499+
<img src="https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/model_predictive_speed_and_steer_control/animation.gif" width="640" alt="MPC pic">
500500

501501
Ref:
502502

appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ environment:
66
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
77

88
matrix:
9-
- MINICONDA: C:\Miniconda36-x64
10-
11-
9+
- MINICONDA: C:\Miniconda37-x64
1210

1311
init:
1412
- "ECHO %MINICONDA% %PYTHON_VERSION% %PYTHON_ARCH%"

0 commit comments

Comments
 (0)