All Projects → ros2 → Rclcpp

ros2 / Rclcpp

Licence: apache-2.0
rclcpp (ROS Client Library for C++)

Projects that are alternatives of or similar to Rclcpp

Availity Reactstrap Validation
Easy to use React validation components compatible for reactstrap.
Stars: ✭ 176 (-1.12%)
Mutual labels:  hacktoberfest
Yarnhook
Run `yarn install`, `npm install` or `pnpm install` on git hooks automatically
Stars: ✭ 177 (-0.56%)
Mutual labels:  hacktoberfest
Pydp
A python wrapper for https://github.com/google/differential-privacy
Stars: ✭ 178 (+0%)
Mutual labels:  hacktoberfest
Mattermost Android Classic
Mattermost app for Android phones and tablets
Stars: ✭ 176 (-1.12%)
Mutual labels:  hacktoberfest
Externalsecret Operator
An operator to fetch secrets from cloud services and inject them in Kubernetes
Stars: ✭ 177 (-0.56%)
Mutual labels:  hacktoberfest
Yii2 Bootstrap
Yii 2 Bootstrap 3 Extension
Stars: ✭ 177 (-0.56%)
Mutual labels:  hacktoberfest
Antminer Monitor
Cryptocurrency ASIC mining hardware monitor using a simple web interface
Stars: ✭ 176 (-1.12%)
Mutual labels:  hacktoberfest
Eslint Config Wesbos
No-Sweat™ Eslint and Prettier Setup - with or without VS Code
Stars: ✭ 2,293 (+1188.2%)
Mutual labels:  hacktoberfest
React Otp Input
✔️ OTP Input Component for React
Stars: ✭ 177 (-0.56%)
Mutual labels:  hacktoberfest
Nmf App
Understand and reduce your carbon footprint 🌱 iOS & Android.
Stars: ✭ 176 (-1.12%)
Mutual labels:  hacktoberfest
Slack Scala Client
A scala library for interacting with the slack api and real time messaging interface
Stars: ✭ 176 (-1.12%)
Mutual labels:  hacktoberfest
Tamburetei
Fazendo de tamburete as cadeiras de [email protected]
Stars: ✭ 177 (-0.56%)
Mutual labels:  hacktoberfest
Midifile
A MIDI file parser/writer using ArrayBuffers
Stars: ✭ 177 (-0.56%)
Mutual labels:  hacktoberfest
Netflix Migrate
A command-line tool to migrate data to and from Netflix profiles
Stars: ✭ 175 (-1.69%)
Mutual labels:  hacktoberfest
Shoutrrr
Notification library for gophers and their furry friends.
Stars: ✭ 177 (-0.56%)
Mutual labels:  hacktoberfest
Command Block Assembly
Compile high-level code into Minecraft commands
Stars: ✭ 175 (-1.69%)
Mutual labels:  hacktoberfest
Otoroshi
Lightweight api management on top of a modern http reverse proxy
Stars: ✭ 177 (-0.56%)
Mutual labels:  hacktoberfest
Cobbler
Cobbler is a versatile Linux deployment server
Stars: ✭ 2,222 (+1148.31%)
Mutual labels:  hacktoberfest
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+1373.6%)
Mutual labels:  hacktoberfest
Supabase Js
An isomorphic Javascript client for Supabase.
Stars: ✭ 176 (-1.12%)
Mutual labels:  hacktoberfest

rclcpp

This repository contains the source code for the ROS Client Library for C++ package, included with a standard install of any ROS 2 distro.

rclcpp provides the standard C++ API for interacting with ROS 2.

Usage

#include "rclcpp/rclcpp.hpp" allows use of the most common elements of the ROS 2 system.

Visit the rclcpp API documentation for a complete list of its main components.

Examples

The ROS 2 tutorials Writing a simple publisher and subscriber and Writing a simple service and client contain some examples of rclcpp APIs in use.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].