Skip to content
Snippets Groups Projects
Commit 87e07e36 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Write documentation main page.

parent f3b317d7
No related branches found
No related tags found
No related merge requests found
/// \mainpage
/// \section gepetto_viewer_corba_introduction
///
/// This package implements a corba server embedding gepetto-viewer library.
///
/// The idl interface of the server is defined by gepetto::corbaserver::GraphicalInterface.
///
/// To use the graphical interface via python,
/// \li start executable
/// \code gepetto-viewer-server \endcode.
/// \li in a python terminal, create a client
/// \code
/// from gepetto.corbaserver import Client
/// client = Client ()
/// # open a new window
/// client.gui.createWindow ("w")
/// # refer to the idl interface to control gepetto-viewer.
/// \endcode
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment