Skip to content

Commit

Permalink
Merge 16891e6 into d2da3ab
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai committed Oct 6, 2019
2 parents d2da3ab + 16891e6 commit 8a8d6ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
- os: linux

python:
- 3.6
- 3.7

before_install:
- sudo apt-get update
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://github.com/AtsushiSakai/PythonRobotics/raw/master/icon.png?raw=true" align="right" width="300"/>
<img src="https://github.com/AtsushiSakai/PythonRobotics/raw/master/icon.png?raw=true" align="right" width="300" alt="header pic"/>

# PythonRobotics
[![Build Status](https://travis-ci.org/AtsushiSakai/PythonRobotics.svg?branch=master)](https://travis-ci.org/AtsushiSakai/PythonRobotics)
Expand Down Expand Up @@ -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

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

## Extended Kalman Filter localization

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

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

Expand Down Expand Up @@ -496,7 +496,7 @@ Ref:

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

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

Ref:

Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
Expand Down

0 comments on commit 8a8d6ac

Please sign in to comment.