docs(*): update docs

This commit is contained in:
John Zhao 2019-06-04 10:08:13 +08:00
parent 7ef64208be
commit 82719ed1f0
46 changed files with 199 additions and 99 deletions

View File

@ -1,3 +1,5 @@
.. _api:
API
===

View File

@ -1,12 +0,0 @@
.. _api:
API DOC
=========
.. toctree::
api
device
enums
types
utils

View File

@ -1,3 +1,5 @@
.. _device:
Device
======

View File

@ -1,3 +1,5 @@
.. _enums:
Enums
=====

View File

@ -1,3 +1,5 @@
.. _types:
Types
=====

View File

@ -1,3 +1,5 @@
.. _utils:
Utils
=====

View File

@ -7,19 +7,84 @@ MYNT® EYE S SDK
===============
.. toctree::
:maxdepth: 2
:titlesonly:
:caption: Product
:maxdepth: 6
src/mynteye/contents
src/sdk/contents
src/firmware/contents
src/data/contents
src/control/contents
src/log/contents
src/wrapper/contents
src/analytics/contents
src/slam/contents
api/contents
src/mynteye/product_description
src/mynteye/product_surface
src/mynteye/pro_intro
src/mynteye/support_resolutions
src/mynteye/imu_coord
.. toctree::
:caption: SDK
:maxdepth: 5
src/sdk/SDKContents
src/sdk/InstallContents
src/sdk/ProjectContents
src/sdk/LogContents
.. toctree::
:caption: Firmware
:maxdepth: 4
src/firmware/FirmwareContents
src/firmware/FirmwareUpdate
src/firmware/UpdateLog
.. toctree::
:caption: SDK Sample
:maxdepth: 13
src/data/get_device_info
src/data/get_img_params
src/data/get_imu_params
src/data/get_stereo
src/data/get_stereo_rectified
src/data/ get_disparity
src/data/get_depth
src/data/get_points
src/data/get_imu
src/data/get_imu_correspondence
src/data/get_from_callbacks
src/data/get_with_plugin
.. toctree::
:caption: SDK Tools
:maxdepth: 3
src/analytics/analytics_dataset
src/analytics/analytics_imu
src/analytics/analytics_stamp
.. toctree::
:caption: Open Source Support
:maxdepth: 7
src/slam/vins
src/slam/vins_fusion
src/slam/orb_slam2
src/slam/okvis
src/slam/viorb
src/slam/maplab
.. toctree::
:caption: API DOC
:maxdepth: 6
api/api
api/device
api/enums
api/types
api/utils
.. toctree::
:caption: Technical Support
:maxdepth: 3
api/api
api/device
..
Indices and tables

View File

@ -1,6 +1,6 @@
.. _dataset:
.. _analytics_dataset:
Recording data sets
Recording Data Sets
====================
The SDK provides the tool ``record`` for recording data sets. Tool details can be seen in `tools/README.md <https://github.com/slightech/MYNT-EYE-S-SDK/tree/master/tools>`_ .

View File

@ -1,6 +1,6 @@
.. _analytics_stamp:
Analyze time stamps
Analyze Time Stamps
====================
SDK provides a script for timestamp analysis ``stamp_analytics.py`` . Tool details are visible in `tools/README.md <https://github.com/slightech/MYNT-EYE-S-SDK/tree/master/tools>`_ .

View File

@ -1,10 +0,0 @@
.. _analytics:
Data Analytics
===============
.. toctree::
dataset
analytics_imu
analytics_stamp

View File

@ -1,4 +1,4 @@
.. _get_depth:
.. _data_get_depth:
Get depth image
===============

View File

@ -1,4 +1,4 @@
.. _get_device_info:
.. _data_get_device_info:
Get device information
======================

View File

@ -1,4 +1,4 @@
.. _get_disparity:
.. _data_get_disparity:
Get disparity image
===================

View File

@ -1,4 +1,4 @@
.. _get_from_callbacks:
.. _data_get_from_callbacks:
Get data from callbacks
========================

View File

@ -1,4 +1,4 @@
.. _get_img_params:
.. _data_get_img_params:
Get image calibration parameters
================================

View File

@ -1,4 +1,4 @@
.. _get_imu_data:
.. _data_get_imu_data:
Get IMU data
=============

View File

@ -1,4 +1,4 @@
.. _get_imu_correspondence:
.. _data_get_imu_correspondence:
Get IMU data with timestamp correspondence
===========================================

View File

@ -1,4 +1,4 @@
.. _get_imu_params:
.. _data_get_imu_params:
Get IMU calibration parameters
==============================

View File

@ -1,4 +1,4 @@
.. _get_points:
.. _data_get_points:
Get point image
================

View File

@ -1,4 +1,4 @@
.. _get_stereo:
.. _data_get_stereo:
Get original binocular image
=============================

View File

@ -1,4 +1,4 @@
.. _get_stereo_rectified:
.. _data_get_stereo_rectified:
Get stereo camera correction image
==================================

View File

@ -1,4 +1,4 @@
.. _get_with_plugin:
.. _data_get_with_plugin:
Using the plugin to get data
============================

View File

@ -1,4 +1,4 @@
.. _save_params:
.. _data_save_params:
Save device infomation and parameters
=====================================

View File

@ -1,4 +1,4 @@
.. _write_img_params:
.. _data_write_img_params:
Write image parameters
=======================

View File

@ -1,4 +1,4 @@
.. _write_imu_params:
.. _data_write_imu_params:
Write IMU parameters
=====================

View File

@ -0,0 +1,9 @@
.. _firmware:
Firmware Description
==================
.. toctree::
:maxdepth: 2
applicable

View File

@ -1,11 +1,11 @@
.. _firmware:
MYNT® EYE Firmware
Upgrade Firmware
==================
.. toctree::
:maxdepth: 2
applicable
upgrade
stm_update
from_v1.rst
from_v1

View File

@ -0,0 +1,5 @@
Update Log
==================
.. toctree::
:maxdepth: 2

View File

@ -1,4 +1,4 @@
.. _sdk_from_v1:
.. _firmware_from_v1:
Change from SDK 1.x to 2.x
===========================

View File

@ -1,14 +0,0 @@
.. _mynteye:
MYNT® EYE product introduction
==============================
.. toctree::
intro
surface_s1030
imu_coord_s1030
spec_s1030
surface_s2100
imu_coord_s2100
spec_s2100

View File

@ -0,0 +1,11 @@
.. _mynteye:
IMU Coordinata System
==================
.. toctree::
:maxdepth: 2
imu_coord_s1030
imu_coord_s2100

View File

@ -0,0 +1,10 @@
.. _mynteye:
Product Introduction
==============================
.. toctree::
:maxdepth: 2
spec_s1030
spec_s2100

View File

@ -1,6 +1,6 @@
.. _mynteye_intro:
.. _mynteye:
Product description
Product Description
====================
MYNT® EYE S Series includes MYNT EYE S, MYNT EYE SE and MYNT EYE SC. The “Binocular + IMU” inertial navigation solution for MYNT® EYE S Series provides accurate six-axis complementary data for vSLAM applications and is more accurate and robust than other single solutions.

View File

@ -0,0 +1,11 @@
.. _mynteye:
Surface
==================
.. toctree::
:maxdepth: 2
surface_s1030
surface_s2100

View File

@ -1,16 +1,14 @@
.. _sdk:
MYNT® EYE SDK
=============
Installation and Use
==================
.. toctree::
:maxdepth: 2
changelog
platform
ppa_install_ubuntu
exe_install_windows
source_install_ubuntu
exe_install_windows
source_install_windows
install_macos
install_ros
without_opencv
without_opencv

View File

@ -0,0 +1,9 @@
.. _sdk:
Update Log
==================
.. toctree::
:maxdepth: 2
changelog

View File

@ -0,0 +1,12 @@
.. _sdk:
Program Reference
==================
.. toctree::
:maxdepth: 2
// 缺少:
cmake
vs2017
qtcreator

View File

@ -0,0 +1,9 @@
.. _sdk:
SDK Description
==================
.. toctree::
:maxdepth: 2
platform

View File

@ -1,4 +1,4 @@
.. _sdk_platform:
.. _sdk:
Supported platforms
====================

View File

@ -1,13 +0,0 @@
.. _slam:
Open Source project Support
============================
.. toctree::
vins
vins_fusion
orb_slam2
okvis
viorb
maplab

View File

@ -1,4 +1,4 @@
.. _slam_maplab:
.. _maplab:
How to use in `Maplab <https://github.com/ethz-asl/maplab>`_ x
===============================================================

View File

@ -1,4 +1,4 @@
.. _slam_okvis:
.. _okvis:
How to use in `OKVIS <https://github.com/ethz-asl/okvis>`_
=============================================================

View File

@ -1,4 +1,4 @@
.. _slam_orb_slam2:
.. _orb_slam2:
How to use in `ORB_SLAM2 <https://github.com/raulmur/ORB_SLAM2>`_
==================================================================

View File

@ -1,4 +1,4 @@
.. _slam_vins:
.. _vins:
How to use in `VINS-Mono <https://github.com/HKUST-Aerial-Robotics/VINS-Mono>`_
================================================================================

View File

@ -1,4 +1,4 @@
.. _slam_vins_fusion:
.. _vins_fusion:
How to use in `VINS-Fusion <https://github.com/HKUST-Aerial-Robotics/Vins-Fusion>`_
====================================================================================

View File

@ -1,4 +1,4 @@
.. _slam_viorb:
.. _viorb:
How to use in `VIORB <https://github.com/jingpang/LearnVIORB>`_
================================================================