From 55c99581cca6cebb272ddd77d9f662beca18bd88 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sun, 14 Jan 2018 21:09:37 -0800 Subject: [PATCH] fix README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a88e3a76..47ae30ef 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ Python codes for robotics algorithm. - matplotlib +- pandas + - [pyReedsShepp](https://github.com/ghliu/pyReedsShepp) (Only for reeds sheep path and RRTStarCar_reeds_sheep) - [cvxpy](https://cvxgrp.github.io/cvxpy/index.html) (Only for mix integer optimization based model predictive planning and control)