YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
YARP Modules
Here is a list of all topics with brief descriptions:
[detail level 1234]
 Carriers
 ExamplesExamples and tutorials about carriers
 Available CarriersList of available carriers
 DevicesDealing with devices
 Device Creation/ConfigurationBasic classes and methods related to creating and configuring devices, and network communication to and from devices
 Device ImplementationsConcrete device drivers that implement sets of interfaces
 Device invocation examplesExample configuration files
 Tutorials and Examples about DevicesTutorials and Examples about Devices
 Yarp toolsThis page includes all command line executables
 yarp-config: utility to check yarp configurationThe yarp-config tool inspects the system and reports information about installed configuration and data files
 yarp: the main command-line interfaceThe command-line utility "yarp" performs a set of useful operations for a YARP network
 yarpactionsplayer: an utility to replay robot movements
 yarpconnectionsinfo: A tool to display YARP ports and connections
 yarpdatadumper: the YARP data recorderAcquires and stores Bottles or Images and Videos from a YARP port
 yarpdatadumperAppGenerator: Generate yarpmanager applications for yarpdatadumper
 yarp: yarpdataplayer-consoleA module that reproduces in a synchronized way, previously acquired data (using yarpdatadumper: the YARP data recorder) from a source of input
 yarpdev: the standard YARP device utilityThe command-line utility "yarpdev" can create devices and wrap them for network visibility
 yarpDeviceParamParserGenerator: YARP code generator/compiler for parameters parsers
 yarphear: listen to YARP audio streams
 yarpidl_thrift: YARP code generator/compiler for Thrift IDL
 yarplogger-console: visualize log from YARP programs
 yarpmanager-console: run and manage multiple programs on a set of machines
 yarpRerun: log data of a yarp port to rerun.io
 yarpRobotDescriptionInfo: A tool to inspect YARP devices used by yarprobotinterface
 yarprobotinterface: Start multiple YARP devices as specified in an xml file.
 yarprun: run programs on a set of machinesThe command-line utility "yarprun" provides a client-server environment that is able to run, kill and monitor applications commands on a remote machine, with the same syntax and behaviour in Windows and Linux
 yarpserver: the YARP name server
 Yarp GUIsThis page includes all yarp gui
 yarpaudiocontrolgui: Controls the playback/recording of an audio deviceControls the playback/recording of an audio device
 yarpbatterygui: Visualize battery informationVisualize battery information such as: voltage, charge, temperature etc
 yarpdataplayer: replay recorded dataA module that reproduces in a synchronized way, previously acquired data (using yarpdatadumper: the YARP data recorder) from a source of input
 yarplaserscannergui: visualize data from a laser scannerA simple GUI to display the distance measurements of a 2D laser scanner
 yarpllmgui: Controls a LLM deviceControls and displays the conversation with a LLM device
 yarplogger: visualize log from YARP programs
 yarpmanager: edit, run and manage multiple programs on a set of machinesThe command-line utility "yarpmanager-console" and its graphical companions "yarpmanager" are tools for running and managing multiple programs on a set of machines
 yarpmobilebasegui: Control the mobile base of the robot
 yarpmotorgui: move the joints of a robotA simple graphical interface for moving all the joints of a robot with sliders
 yarpopencvdisplay: Visualize yarp images
 yarpscope: visualize the numerical content of a port
 yarpview: visualize YARP images
 yarpviz: a graphical tool for profiling and visualizing YARP networkThe yarpviz is a graphical tool for profiling and visualizing YARP network
 Gstreamer plugins
 Portmonitors
 ExamplesExamples and tutorials about portmonitors
 Available PortmonitorsList of available portmonitors
 yarp::dev Interfaces
 Device InterfacesDevice interfaces, specified independently of specific implementations
 TutorialsInterface tutorials
 yarp::os OS-related functionalitiesWelcome to the YARP os library
 Basic ClassesSome classes for basic services (excluding communication)
 Communication ClassesThe most important classes for getting started with communication
 yarp::sig Signal ProcessingBasic classes and methods related to signal processing
 ExamplesExamples and tutorials about specific signal classes
 yarp::sig classesList of signal classes
 yarp::robotinterface YARP RobotInterface libraryThe libYARP_robotinterface library is useful to programatically launch YARP devices from C++ code using the same xml files used with the yarprobotinterface tool, that are described in YARP robotinterface XML files
 yarprobotinterface: Start multiple YARP devices as specified in an xml file.
 YARP robotinterface XML filesThis tutorial covers how to write and read XML files that are used by yarprobotinterface tool and by the libYARP_robotinterface C++ library