[Documentation] [TitleIndex] [WordIndex

入门: 介绍 | 基本概念 | 高级概念 | 客户端库 | 技术概要

Overview

A ROS client library is a collection of code that eases the job of the ROS programmer. It takes many of the ROS concepts and makes them accessible via code. In general, these libraries let you write ROS nodes, publish and subscribe to topics, write and call services, and use the Parameter Server. Such a library can be implemented in any programming language, though the current focus is on providing robust C++ and Python support.

Main client libraries

Experimental client libraries

See also: Implementing Client Libraries

Next

技术概述


2024-02-24 12:28