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

Add documentation.

parent 9a03ab8f
No related branches found
No related tags found
No related merge requests found
INPUT = @PROJECT_SOURCE_DIR@/include \
@PROJECT_SOURCE_DIR@/doc
/// \mainpage
///
/// \section Introduction
///
/// This package implements a bridge between ROS and the stack of tasks.
/// The main features are
/// \li A service <c>Run_command</c> that enables users to communicate with
/// a remote python interpreter in order to build and control a graph,
/// \li A class <c>dynamicgraph::RosRobotModel</c> deriving from
/// <c>dynamicgraph::sot::Dynamic</c> that implements an entity computing
/// forward kinematics and dynamics based on a urdf file. for
/// more information, type in a python terminal
/// \code
/// from dynamic_graph.ros.robot_model import RosRobotModel
/// model = RosRobotModel ("model")
/// model.help ()
/// \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