File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 55 - os : linux
66
77python :
8- - 3.6
8+ - 3.7
99
1010before_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
2323install :
2424 - conda install numpy==1.15
Original file line number Diff line number Diff line change 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
142142Documentation: [ Notebook] ( https://github.com/AtsushiSakai/PythonRobotics/blob/master/Localization/extended_kalman_filter/extended_kalman_filter_localization.ipynb )
143143
496496
497497Path 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
501501Ref:
502502
Original file line number Diff line number Diff 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
1311init :
1412 - " ECHO %MINICONDA% %PYTHON_VERSION% %PYTHON_ARCH%"
You can’t perform that action at this time.
0 commit comments