diff --git a/README.md b/README.md index 9067054..a9d1db6 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,11 @@ Estimation by Unscented Kalman Filter ![](src/simulations/perception/sensor_auto_calibration/sensor_auto_calibration.gif) +## Documents +Design documents of each Python programs are prepared here. The documents are still not completed. They have been being updated. If you found any problems in them, please tell me by creating an issue. +[Documents link](/doc/DESIGN_DOCUMENT.md) + + ## License MIT diff --git a/doc/DESIGN_DOCUMENT.md b/doc/DESIGN_DOCUMENT.md new file mode 100644 index 0000000..f0cd955 --- /dev/null +++ b/doc/DESIGN_DOCUMENT.md @@ -0,0 +1,6 @@ +# Python programs Design Document +This document provides an explanation of each Python programs design in this repository. + +## Table of contents +1. [World Visualization](/doc/1_world_visualization/) +2. [Vehicle Model](/doc/2_vehicle_model/) \ No newline at end of file