Commit 45f90ca 1 parent d2da3ab commit 45f90ca Copy full SHA for 45f90ca
File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 5
5
- os : linux
6
6
7
7
python :
8
- - 3.6
8
+ - 3.7
9
9
10
10
before_install :
11
11
- sudo apt-get update
@@ -18,7 +18,7 @@ before_install:
18
18
- conda update -q conda
19
19
# Useful for debugging any issues with conda
20
20
- conda info -a
21
- - conda install python==3.6.8
21
+ # - conda install python==3.6.8
22
22
23
23
install :
24
24
- 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 " />
2
2
3
3
# PythonRobotics
4
4
[ ![ 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:
93
93
94
94
# Requirements
95
95
96
- - Python 3.6 .x (2.7 is not supported)
96
+ - Python 3.7 .x (2.7 is not supported)
97
97
98
98
- numpy
99
99
@@ -137,7 +137,7 @@ All animation gifs are stored here: [AtsushiSakai/PythonRoboticsGifs: Animation
137
137
138
138
## Extended Kalman Filter localization
139
139
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 " >
141
141
142
142
Documentation: [ Notebook] ( https://github.com/AtsushiSakai/PythonRobotics/blob/master/Localization/extended_kalman_filter/extended_kalman_filter_localization.ipynb )
143
143
496
496
497
497
Path tracking simulation with iterative linear model predictive speed and steering control.
498
498
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 " >
500
500
501
501
Ref:
502
502
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ environment:
6
6
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ appveyor\\ run_with_env.cmd"
7
7
8
8
matrix :
9
- - MINICONDA : C:\Miniconda36-x64
10
-
11
-
9
+ - MINICONDA : C:\Miniconda37-x64
12
10
13
11
init :
14
12
- " ECHO %MINICONDA% %PYTHON_VERSION% %PYTHON_ARCH%"
You can’t perform that action at this time.
0 commit comments