Skip to content

Commit

Permalink
minor docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed May 26, 2021
1 parent bdd114a commit a8f09a2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions doc/source/children-projects.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _children-projects:

####################
Children projects
####################

- `MOLA <https://github.com/MOLAorg/mola>`_: A Modular Optimization framework
for Localization and mApping (MOLA).

- `MVSIM <https://github.com/MRPT/mvsim>`_: Lightweight, realistic dynamical
simulator for 2D ("2.5D") vehicles and robots. It is tailored to analysis
of vehicle dynamics, wheel-ground contact forces, and accurate simulation
of typical robot sensors (e.g. laser scanners).

- ROS packages: See the full list of repositories in: https://github.com/mrpt-ros-pkg
2 changes: 1 addition & 1 deletion doc/source/doxygen-docs/tutorial-3D-scenes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Viewports are referenced by their names, case-sensitive strings. Each viewport c
The main rendering method, COpenGLScene::render(), assumes that a viewport has been set-up for the entire target window. That method will internally make the required calls to opengl for creating the additional viewports. Note that only the depth buffer is cleared by default for each (non-main) viewport, to allow transparencies. This can be disabled by the approppriate member in COpenGLViewport.

Users will never normally need to invoke COpenGLScene::render() manually, but use instead:
- the 3D standalone viewer: [SceneViewer3D](app_SceneViewer3D.html)
- the 3D standalone viewer: \ref app_SceneViewer3D
- the basic runtime 3D display windows mrpt::gui::CDisplayWindow3D
- the advanced GUI-controls capable display mrpt::gui::CDisplayWindowGUI
- wxWidgets / Qt controls also exist for integration into custom GUIs (see mrpt::gui:: mrpt::gui::CGlCanvasBase)
Expand Down
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ MRPT
applications
examples
supported-sensors
children-projects

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit a8f09a2

Please sign in to comment.