forked from robotology/yarp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtutorials.dox
71 lines (59 loc) · 1.67 KB
/
tutorials.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
* Copyright (C) 2010 RobotCub Consortium
* Authors: Paul Fitzpatrick
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*
*/
/**
* @page tutorials YARP Tutorials
*
Here are a collection of tutorials on various topics in YARP.
Using YARP and CMake in your projects:
\li \subpage yarp_cmake_hello
Using YARP ports for communication:
\li \subpage note_ports
\li \subpage port_expert
\li \subpage carrier_config
\li \subpage carrier_expert
\li \subpage rpc_ports
\li \subpage yarp_without_yarp
\li \subpage persistent_connections
\li \subpage port_admin
\li \subpage yarp_port_auth
\li \subpage yarp_without_nameserver
\li \subpage yarp_with_ros
\li \subpage yarp_http
\li \subpage idls
How to write a standard module, search and install configuration files:
\li \subpage yarp_resource_finder_tutorials
\li \subpage yarp_rfmodule_tutorial
ROS types in YARP:
\li \ref rostypes_tutorial_portable
\li \ref rostypes_tutorial_continued
Using the Thrift IDL to define data types and interfaces:
\li \ref thrift_tutorial_portable
\li \ref thrift_tutorial_simple
\li \ref thrift_tutorial
\li \ref thrift_editor
Using YARP devices:
\li \subpage note_devices
\li \subpage yarpdev
\li \subpage yarp_motor_control
\li \subpage dev_examples
\li \subpage add_a_plugin (older method: \ref add_a_device)
\li \subpage yarp_config_files
More software tutorials:
\li \subpage yarp_code_examples
\li \subpage gpu_tutorial
\li \subpage using_cmake
Communication protocol details:
\li \subpage yarp_protocol
\li \subpage data_rep
\li \subpage name_server
\li \subpage terms
YARP implementation:
\li \subpage yarp_guts
\li \subpage yarp_build_structure
\li \subpage yarp_plugins
*
*/